incunabula icon indicating copy to clipboard operation
incunabula copied to clipboard

:books: Markdown editor for printing.

Incunabula

js-standard-style

Tools for writing for printing. Currently supporting macOS.

Features

  • Markdown syntax
    • with math typesetting (KaTeX)
  • Page break
  • Realtime preview
  • CSS stylesheet for printing

In Progress

  • [ ] ToC
  • [ ] Caption number for figures
  • [ ] Cover
  • [ ] Content hierarchy for editor
  • [ ] Custom syntax for markdown (based on remark)
  • [ ] Support many printing format

Developing

Start a local server at localhost:9966.

$ npm install
$ npm start

Packaging

Create an executable binary for macOS.

$ npm run build

Screenshot

License

MIT