gera2ld / marktiddly

Render Markdown files as tiddlers

Home Page:https://gera2ld.github.io/marktiddly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkTiddly

Render Markdown files as a single static page.

You can take notes in Markdown files and publish them as a single HTML file so you can access them from anywhere.

Features

  • Single HTML page
    • Easy to deploy
    • Portable
  • Password protection (OpenPGP)
  • Data compression (Pako)

Demos

Usage

Basic usage:

$ npx marktiddly generate --cwd my-docs -o output.html
$ open output.html

Protect data with a password:

$ npx marktiddly generate \
  --cwd my-docs \
  -o output.html \
  --pgp 'My Password' \
  --pgp-hint 'Ask Mom for the password' \
  --glob 'public/*.md'
$ open output.html

You can also try the demo in this repository with the command below:

$ npx marktiddly serve --cwd demo --default-open marktiddly
# Then visit http://localhost:4000

About

Render Markdown files as tiddlers

https://gera2ld.github.io/marktiddly/

License:MIT License


Languages

Language:TypeScript 66.4%Language:Vue 19.8%Language:JavaScript 10.0%Language:CSS 2.8%Language:HTML 0.8%Language:Shell 0.3%