0.5.12 • Published 4 years ago

caccuino v0.5.12

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

caccuino

I use this to serve simple technical wikis that are purely based on markdown, the good old filesystem and no configuration

sudo npm install -g caccuino --unsafe-perm=true # or `npm link .` from this repo
cd /folder/with/markdown/files # for example `example` dir in this repo
caccuino

screenshot

The spawned server will serve

  • searchable file listing for directories
  • a rendered version of the markdown files
    • using style.css from the root directory
    • with codeblock syntax hilight
    • with rendering of mermaidjs diagrams
    • including a responsive sidebar with
      • an outline of the current document
      • a pdf download link
      • a list of adjacent files
  • a PDF rendered version of the markdown files
    • using puppeteer serverside for consistent results
    • automatically hiding sidebar and other styles that are not printable
    • still using style.css from the root directory (printable media)
  • serve any other static file as is (images, artifacts..)

Under development

  • render an outline of the current document
  • render a filetree of adiacent documents
  • better printable css media
  • Pdf rendering
  • hotreload changes (?)
0.5.12

4 years ago

0.5.11

4 years ago

0.5.10

4 years ago

0.5.9

4 years ago

0.5.8

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago