Static-site generator for Zettelkasten notes
Project description
slipbox
slipbox
is a collection of tools for managing notes.
Features
- Citations via
pandoc-citeproc
- Stores notes data in an sqlite database
- Single-page HTML output with backlinks and folgezettel links
- Generates dot graphs of note connections
- Incremental compilation
Requirements
pandoc
python3
grep
graphviz
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.4.0.tar.gz
(20.7 kB
view hashes)
Built Distribution
slipbox-0.4.0-py3-none-any.whl
(28.9 kB
view hashes)