Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lggruspe/slipbox

A static site generator for Zettelkasten notes
https://github.com/lggruspe/slipbox

cli issue-mapping issue-trees knowledge-base knowledge-graph markdown notes pandoc personal-knowledge-base python static-site-generator text-search zettelkasten

Last synced: about 2 months ago
JSON representation

A static site generator for Zettelkasten notes

Awesome Lists containing this project

README

        

slipbox
=======

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lggruspe/slipbox/python-app.yml?branch=master)](https://github.com/lggruspe/slipbox)
[![PyPI](https://img.shields.io/pypi/v/slipbox)](https://pypi.org/project/slipbox/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/slipbox)](https://pypi.org/project/slipbox/)
[![GitHub](https://img.shields.io/github/license/lggruspe/slipbox)](https://github.com/lggruspe/slipbox)

`slipbox` is a static site generator for Zettelkasten notes.

Features
--------

- Interactive graph of notes and links
- Static text search
- Supports notes in markdown, RST, LaTeX, dokuwiki, Org-mode, txt2tags, Textile and MediaWiki formats
- Checkers/linters for detecting unlinked notes, missing citations, bad formatting and more

Requirements
------------

- `pandoc` (2.17+)
- `graphviz`
- `python3` (3.8+)

Installation and usage
----------------------

```bash
pip install slipbox

cd my-notes
slipbox init
# ...add notes
slipbox build
```

See [docs-src/index.md](https://github.com/lggruspe/slipbox/blob/master/docs-src/index.md)
and .

Contributing
------------

See [CONTRIBUTING.md](./CONTRIBUTING.md).

License
-------

[MIT](./LICENSE).