aboutsummaryrefslogtreecommitdiff
path: root/TaskApp.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-14 23:21:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-14 23:21:59 +0200
commit93706775e738a24c69fbf9769c72d56875f26326 (patch)
tree824da15d70131a5c85cd030d2de9e04439f7a0c8 /TaskApp.wiki
parentWed, 01 Jul 2020 17:11:16 +0200 (diff)
downloadwiki-public-93706775e738a24c69fbf9769c72d56875f26326.tar.gz
wiki-public-93706775e738a24c69fbf9769c72d56875f26326.tar.xz
Tue, 14 Jul 2020 23:21:59 +0200
Diffstat (limited to 'TaskApp.wiki')
-rw-r--r--TaskApp.wiki22
1 files changed, 22 insertions, 0 deletions
diff --git a/TaskApp.wiki b/TaskApp.wiki
index f356f41..4b550eb 100644
--- a/TaskApp.wiki
+++ b/TaskApp.wiki
@@ -1,3 +1,4 @@
+= Part 1 =
notation:
@@ -51,3 +52,24 @@ create table updates (
title text not null,
body text
);
+
+= Part 2 =
+[ ] Possibly database, with sepparate frontend
+ I want multiple frontends.
+ The goal would be to have easy access from
+ the notes anywhere, be it a terminal, a web
+ browser or a smartphone.
+ I probably want the terminal based to act
+ something like a mix between mutt and git
+ commit trees.
+ - Vim Frontend
+ Probably a bad idea. So much of the time
+ would be spend converting between the text
+ file and the database spec.
+ - Curses based
+ Something like mutt
+- overview
+ I want a calendar view, even if the program is
+ an agenda manager in its core.
+
+= Part 3 =