Move intended features to README

This commit is contained in:
Marty Oehme 2020-10-29 18:31:08 +01:00
parent 1c44f244e4
commit a365cef6c7
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 44 additions and 17 deletions

View file

@ -1,13 +1,3 @@
-- feature wishlist
-- * note creation (new anchor)
-- * link creation (to existing note)
-- * link following (to existing anchor)
-- * note search (title / full-text)
-- * note listing (anchors / titles, no anchor)
-- * options
-- * zettel anchor regex
-- * zettel anchor separator
-- * zettel extension
local ZK = {}
local ls = require'zettelkasten.list'