Skip to content

Commit

Permalink
add TODOs for annoying things I've noticed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 26, 2020
1 parent 6af122b commit b6aa933
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -74,7 +74,18 @@ This is my implementation of a note-taking app, organized around the following p
- [x] the module layout reflects some old design ideas (`Node.Content`, `Node` being separate from `Database.Row`)
- [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
- [ ] I'd like a few more block formats too... `>` for blockquotes in particular
- [ ] default selection to the end of the text box
- [ ] show the incoming links along with their titles
- [ ] fix encoding issue on notes.bytes.zone serving
- [ ] make it possible to edit an empty node
- [ ] get rid of onBlur handler (just use esc)
- [ ] I'd really like some level of autocomplete for note titles in notes
- [ ] auto-link URLs
- [ ] hitting backspace at the beginning of a non-empty node should not delete it
- [ ] automatically create notes when they're first linked?
- [ ] only show incoming links for notes, not nodes
- [ ] profile some large notes and try to make them much faster
- [ ] tree editing
- [ ] moving edit focus around
- [ ] hitting alt-up and alt-down should go to the previous/next sibling
Expand Down

0 comments on commit b6aa933

Please sign in to comment.