Skip to main content

A simplistic, versatile companion to browse, navigate and visualize your text-based Zettelkasten.

Project description

nik

PyPi AGPL License

General Information

nik is a simplistic, versatile implementation of the Zettelkasten note-taking method roughly based on the original Zettelkasten introduced by German sociologist and philosopher Niklas Luhmann. It is based on plain-text markup files and intends to not get into your way whenever possible. Think of it more like a useful companion that helps you to browse, navigate and visualize your text-based Zettelkasten.

Features

  • Plain-text markup files (Markdown, Org-mode, AsciiDoc)
  • HTML based web view of your Zettelkasten (using static site generator)
  • LaTeX support for web view (using MathJax)
  • GraphML export of your Zettelkasten

Installation

You can install nik from The Python Package Index (PyPI). To do this, run the following command:

  • pip install nik

Usage (CLI)

Initialize a directory as your Zettelkasten with nik init <PATH>. Following on you can either provide the path to the Zettelkasten directly (-d option) or use the environment variable ZETTELKASTEN_PATH to point to your Zettelkasten. To show some basic information about your Zettelkasten run nik status. You can always run nik --help to ask for help.

Usage (Python)

Did you know that nik is both a command-line tool and a Python library? This is how it works:

from nik import Zettelkasten

path = '~/Zettelkasten'
z = Zettelkasten(path)

# Let's perform a rescan of the Zettelkasten directory
z.scan()

# Print all files in the index
print(z.index.files)

Development

  • Create and activate virtual environment: e.g. mkvirtualenv -p /usr/bin/python nik
  • Install: pip install -e .
  • Run: python -m nik

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nik-0.1.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

nik-0.1.0-py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page