Skip to content

Commit

Permalink
add a few more things to the TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 15, 2020
1 parent 9e14f1d commit a1402bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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?
Expand Down

0 comments on commit a1402bf

Please sign in to comment.