From a1402bf38fe2d38d4371440b9251c7a75cd31113 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 15 May 2020 05:20:02 -0500 Subject: [PATCH] add a few more things to the TODO list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d59f55..df996be 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ This is my implementation of a note-taking app, organized around the following p - [x] display and sort by last modified time - [x] show first couple rows of content - [x] package to be deployed by Nix +- [ ] links to a note should change if you change the title +- [ ] backlinking +- [ ] syncing with CouchDB / PouchDB servers - [ ] the module layout reflects some old design ideas (`Node.Content`, `Node` being separate from `Database.Row`) - [ ] too many things are named `Node`. There's `Node`, `Node.Content.Node`, and I think a few others - [ ] there aren't any inline formats. I'd like *italic*, **bold**, and `inline code` at a minimum. Possibly `:highlights:` or `~strikethrough~` too?