From 0c3145d49e455d9cf8b16227eae4085dad9b404e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Jul 2023 15:20:07 +0200 Subject: ons 12 jul 2023 15:20:07 CEST --- TaskApp.wiki | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TaskApp.wiki b/TaskApp.wiki index 8322385..0022803 100644 --- a/TaskApp.wiki +++ b/TaskApp.wiki @@ -4,12 +4,13 @@ notation: -item :: item of type -[item] :: list of item's -{item} :: optional item +`item` :: item of type +`[item]` :: list of item's +`{item}` :: optional item -------------------------------------------------- +{{{ [project] project: @@ -23,6 +24,7 @@ update: - title - pub-date - {body} +- }}} -------------------------------------------------- @@ -32,6 +34,7 @@ tt list -------------------------------------------------- +{{{sql sqlite example tables create table projects ( @@ -54,6 +57,7 @@ create table updates ( title text not null, body text ); +}}} = Part 2 = [ ] Possibly database, with sepparate frontend -- cgit v1.2.3