From 93706775e738a24c69fbf9769c72d56875f26326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 14 Jul 2020 23:21:59 +0200 Subject: Tue, 14 Jul 2020 23:21:59 +0200 --- TaskApp.wiki | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'TaskApp.wiki') 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 = -- cgit v1.2.3