aboutsummaryrefslogtreecommitdiff
path: root/TaskApp.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-12 15:20:07 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-12 15:20:07 +0200
commit0c3145d49e455d9cf8b16227eae4085dad9b404e (patch)
tree6337a1aab1c0eab9bc7af43f25d3e50f128c624b /TaskApp.wiki
parenttis 11 jul 2023 22:04:02 CEST (diff)
downloadwiki-public-0c3145d49e455d9cf8b16227eae4085dad9b404e.tar.gz
wiki-public-0c3145d49e455d9cf8b16227eae4085dad9b404e.tar.xz
ons 12 jul 2023 15:20:07 CEST
Diffstat (limited to 'TaskApp.wiki')
-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