diff --git a/CHANGELOG.md b/CHANGELOG.md index e49b743..099c9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. -## Unreleased + + +## 0.3.0 ### Added diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index b27a18f..0000000 --- a/docs/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# `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). - -## Highlights - -* [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) - -## What `zk` is not - -* 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).