Chris-May / slipbox

A static site generator for Zettelkasten notes

Home Page:https://lggruspe.github.io/slipbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slipbox

slipbox is a static site generator for Zettelkasten notes.

Features

  • Citations via pandoc-citeproc
  • Stores notes data in an sqlite3 database
  • Single-page HTML output with backlinks and Folgezettel links
  • Incremental compilation
  • Fuzzy text search
  • Interactive visualization of Folgezettels

Requirements

  • pandoc (should be compiled with pandoc-types 1.21)
  • pandoc-citeproc
  • python3

Installation and usage

pip install slipbox
python -m slipbox init my-slipbox
cd my-slipbox
# ...add notes
python -m slipbox build

See docs/index.md and https://lggruspe.github.io/slipbox.

License

MIT.

Credits

This project includes pandoc.css.

About

A static site generator for Zettelkasten notes

https://lggruspe.github.io/slipbox

License:MIT License


Languages

Language:Python 53.4%Language:JavaScript 23.7%Language:Lua 18.3%Language:CSS 3.7%Language:Makefile 0.9%