From 53d8b2acf2a8b48ddbac50c0b18a85efb05c458e Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 26 May 2020 12:16:59 -0500 Subject: [PATCH] add more TODOs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fdee6b3..d92b175 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ This is my implementation of a note-taking app, organized around the following p - [ ] 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 +- [ ] brackets are valid syntax for non-link reasons. Don't block that! +- [ ] don't discard content as easily when something's invalid ] ] - [ ] tree editing - [ ] moving edit focus around - [ ] hitting alt-up and alt-down should go to the previous/next sibling