Metadata-Version: 2.1
Name: slipbox
Version: 0.16.0
Summary: Static-site generator for Zettelkasten notes
Home-page: https://github.com/lggruspe/slipbox
Author: Levi Gruspe
Author-email: mail.levig@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: climates (==0.0.3)

slipbox
=======

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lggruspe/slipbox/Python%20application)
![PyPI](https://img.shields.io/pypi/v/slipbox)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/slipbox)
![GitHub](https://img.shields.io/github/license/lggruspe/slipbox)

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

Features
--------

-   Interactive graph of notes and links
-   Static text search
-   Flashcards
-   Anki generator
-   Supports notes in markdown, RST, LaTeX, dokuwiki, Org-mode, txt2tags,
    Textile and MediaWiki formats

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

- `pandoc` (should be compiled with `pandoc-types` 1.22)
- `python3` (3.8+)
- `genanki` (only needed to generate Anki cards)

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

```bash
pip install slipbox
slipbox init my-slipbox
cd my-slipbox
# ...add notes
slipbox build
```

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

License
-------

[MIT](./LICENSE).


