0.4.10 • Published 9 months ago
marktiddly v0.4.10
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
- https://gera2ld.github.io/marktiddly/ - without encryption
- https://gera2ld.github.io/marktiddly/encrypted - with data protected by a password
Usage
Basic usage:
$ npx marktiddly generate --cwd my-docs -o output.html
$ open output.htmlProtect 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.htmlYou can also try the demo in this repository with the command below:
$ npx marktiddly serve --cwd demo --default-open marktiddly
# Then visit http://localhost:40000.4.10
9 months ago
0.4.9
10 months ago
0.4.8
10 months ago
0.4.5
10 months ago
0.4.4
11 months ago
0.4.7
10 months ago
0.4.6
10 months ago
0.4.3
11 months ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.2.2
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago