aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-07-26 17:20:37 -0400
committerGravatar - 2021-07-26 22:56:40 -0400
commit28ce675520bf5f80f06c451d4be08cd27f022e70 (patch)
tree5ae7e35e51ca1f0e6d606a1159bee844a2f65db5
parentqueryparse: collect literals into set and return it (diff)
update README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82c08e5..f2befb2 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,13 @@ Underwriter is a minimalistic notes organization program. It utilizes
text files (cards) that can be tagged. Cards can link to other cards
using a title instead of a filename, and multiple titles can refer to
a single file, like a wiki.
+
+TODO
+----
+
+* Transclusion parsing
+* Adding titles to cards
+* Storing cards as BLOBs in SQL database
+* caching queries (globs, tag literals, etc.)
+* Rewrite it (in another language?) if speed is an issue
+