Metadata-Version: 2.1
Name: slipbox
Version: 0.18.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
Description: slipbox
        =======
        
        [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lggruspe/slipbox/Python%20application)](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
        -   Extensible CLI
        -   Supports notes in markdown, RST, LaTeX, dokuwiki, Org-mode, txt2tags,
            Textile and MediaWiki formats
        
        Requirements
        ------------
        
        - `pandoc` (should be compiled with `pandoc-types` 1.22)
        - `graphviz`
        - `python3` (3.7+)
        
        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>.
        
        Plugins
        -------
        
        - <https://github.com/lggruspe/slipbox-cli-genanki> (WIP)
        
        License
        -------
        
        [MIT](./LICENSE).
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
