Install MkDocs Zettelkasten

Method 1: pip

This package is published in Python Package Index aka PyPI, therefore you can install it simply by pip:

$ pip install mkdocs-zettelkasten

Install dependencies

  • mkdocs-plugin-tags extracts the tags metadata from yaml frontmatter and creates a "Tags" page which lists all tags and all pages for each tag.
    $ pip install git+https://github.com/jldiaz/mkdocs-plugin-tags.git
    

Method 2: docker

Follow Docker Hub repository buvis/mkdocs-git-sync instructions.

Method 3: helm

Follow buvis charts instructions.


References