Static-site generator for Zettelkasten notes
Project description
slipbox
slipbox
is a static site generator for Zettelkasten notes.
Features
- Citations via
pandoc-citeproc
- Stores notes data in an sqlite database
- Single-page HTML output with backlinks and Folgezettel links
- Incremental compilation
- Fuzzy text search
- Interactive visualization of Folgezettels
Requirements
pandoc
python3
grep
Installation
pip install slipbox
Usage
python -m slipbox notes.db notes -d ' -o notes.html'
This command create an HTML out of your markdown notes in the notes
directory.
notes.db
is the filename of the sqlite database.notes
is your notes directory, must be visible from the working directory.-o notes.html
can be replaced with any pandoc option.- Take note of the quotes and the leading space.
See docs/ and examples/
.
License
MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slipbox-0.6.7.tar.gz
(23.1 kB
view hashes)
Built Distribution
slipbox-0.6.7-py3-none-any.whl
(39.6 kB
view hashes)