Tools for writing for printing. Currently supporting macOS.
- Markdown syntax
- with math typesetting (KaTeX)
- Page break
- Realtime preview
- CSS stylesheet for printing
- ToC
- Caption number for figures
- Cover
- Content hierarchy for editor
- Custom syntax for markdown (based on
remark
) - Support many printing format
Start a local server at localhost:9966
.
$ npm install
$ npm start
Create an executable binary for macOS.
$ npm run build