Package Exports
- documark
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (documark) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Documark
PDF generator for scripted documents.
A library that:
- Compiles scripted document files (html, jade, markdown, css, js) into a PDF;
- Allow usage of templates (
documark initto pick template and configure it); - Is used as a command-line interface (
npm install documark -g,documark compile); - Can watch for files changes (
documark compile --watch) to recompile the document.
Note: This is still a work in progress!
Dependencies
- For now manually installing wkhtmltopdf is still required.
Templating (draft)
Self-installable templates via npm install documark-tpl-<name> -g. And custom templates via ~/.config/documark/<name>/.
Roadmap
- Compile to PDF
- Watch option for auto-recompiling
- Stylesheet support
- Script support
- Template support and
initcommand - Header/footer support
- Footnote/source generation
- Table of contents
- Manual page breaks