aboutsummaryrefslogtreecommitdiff
path: root/TaskApp.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-26 22:31:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-26 22:31:32 +0200
commit998be848c374997f58b77224620704bca8761de0 (patch)
tree29d736970d5b56fa94ebd28bc45c60f0f3a311d0 /TaskApp.wiki
parentSun, 26 Jul 2020 22:31:30 +0200 (diff)
parentSun, 26 Jul 2020 22:30:58 +0200 (diff)
downloadwiki-public-998be848c374997f58b77224620704bca8761de0.tar.gz
wiki-public-998be848c374997f58b77224620704bca8761de0.tar.xz
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to '')
-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 =