Skip to content

Commit

Permalink
this was already done!
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 26, 2020
1 parent faee12c commit 6af122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ This is my implementation of a note-taking app, organized around the following p
- [x] backlinking
- [x] syncing with CouchDB / PouchDB servers
- [x] 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
- [x] 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?
- [ ] I'd like a few more block formats too... `>` for blockquotes in particular
- [ ] tree editing
Expand Down

0 comments on commit 6af122b

Please sign in to comment.