From 3889fff4575aaa3be0750a2867cb78b9fe2f5af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Menu?= Date: Wed, 24 Mar 2021 21:13:41 +0100 Subject: [PATCH] Release zk 0.3.0 --- CHANGELOG.md | 4 +++- docs/README.md | 20 -------------------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 docs/README.md 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).