aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TaskApp.wiki10
1 files 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 <id>
--------------------------------------------------
+{{{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