You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/docs/README.md

21 lines
926 B
Markdown

4 years ago
# `zk` a plain text note-taking assistant
Looking for a quick usage example? [Let's get started](getting-started.md).
`zk` is a command-line tool helping you to maintain a plain text [Zettelkasten](https://zettelkasten.de/introduction/) or [personal wiki](https://en.wikipedia.org/wiki/Personal_wiki).
4 years ago
## Highlights
4 years ago
4 years ago
* [Creating notes from templates](note-creation.md)
* [Advanced search and filtering capabilities](note-filtering.md) including [tags](tags.md), links and mentions
* [Interactive browser](tool-fzf), powered by `fzf`
* [Git-style command aliases](config-alias.md)
* [Made with automation in mind](automation.md)
* [Notebook housekeeping](notebook-housekeeping.md)
* [Future-proof, thanks to Markdown](future-proof.md)
4 years ago
4 years ago
## What `zk` is not
4 years ago
4 years ago
* A note editor.
* A tool to serve your notes on the web for this, you may be interested in [Neuron](neuron.md) or [Gollum](https://github.com/gollum/gollum).