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?