1.0.3 • Published 7 years ago

hexo-renderer-textpack v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

hexo-renderer-textpack

This module allows .textpack files to be loaded by Hexo as regular files, without requiring them to be expanded first.

Textpack files are ZIP files that contains a main text file (often in Markdown format) as well as any additional assets, such as images.

How to use

No setup is required. Once this module is installed, Hexo will render textpack files as well as the images or any other assets that they contain.

Under the hood

Calls to the hexo-fs module from hexo are intercepted by this module, so that reading a textpack files returns its text content. Additionally, reading a textpack registers all the assets it contains, by using special URLs inside the textpack, such as:

__textpack-dynamic__/_posts/example.textpack/assets/textbundle.png

When reading this asset, this module intercepts this file read operation, and returns the assets/textbundle.png file inside the _posts/example.textpack textpack.

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago