diff options
| author | 2021-07-26 17:20:37 -0400 | |
|---|---|---|
| committer | 2021-07-26 22:56:40 -0400 | |
| commit | 28ce675520bf5f80f06c451d4be08cd27f022e70 (patch) | |
| tree | 5ae7e35e51ca1f0e6d606a1159bee844a2f65db5 | |
| parent | queryparse: collect literals into set and return it (diff) | |
update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 + |
