Day Note Template
+ +☑️ Tasks
+-
+
- […] +
diff --git a/apps/edit-docs/demo/!!!meta.json b/apps/edit-docs/demo/!!!meta.json index f5f319d92..57b537706 100644 --- a/apps/edit-docs/demo/!!!meta.json +++ b/apps/edit-docs/demo/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.98.1", + "appVersion": "0.99.1", "files": [ { "isClone": false, @@ -60,6 +60,13 @@ "value": "dayGridMonth", "isInheritable": false, "position": 40 + }, + { + "type": "relation", + "name": "dateTemplate", + "value": "bRQvb9VCkc3t", + "isInheritable": false, + "position": 50 } ], "dataFileName": "Journal.dat", @@ -75,7 +82,7 @@ "title": "Trilium Demo", "notePosition": 20, "prefix": null, - "isExpanded": true, + "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ @@ -6033,6 +6040,68 @@ ] } ] + }, + { + "isClone": false, + "noteId": "fhNlr1V1o3d8", + "notePath": [ + "root", + "fhNlr1V1o3d8" + ], + "title": "Miscellaneous", + "notePosition": 30, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "label", + "name": "iconClass", + "value": "bx bx-dots-horizontal-rounded", + "isInheritable": false, + "position": 10 + } + ], + "format": "html", + "attachments": [], + "dirFileName": "Miscellaneous", + "children": [ + { + "isClone": false, + "noteId": "bRQvb9VCkc3t", + "notePath": [ + "root", + "fhNlr1V1o3d8", + "bRQvb9VCkc3t" + ], + "title": "Day Note Template", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "label", + "name": "iconClass", + "value": "bx bx-notepad", + "isInheritable": false, + "position": 10 + }, + { + "type": "label", + "name": "excludeFromNoteMap", + "value": "", + "isInheritable": false, + "position": 20 + } + ], + "format": "html", + "dataFileName": "Day Note Template.html", + "attachments": [] + } + ] } ] }, diff --git a/apps/edit-docs/demo/navigation.html b/apps/edit-docs/demo/navigation.html index 62e56a007..1d4d5d57b 100644 --- a/apps/edit-docs/demo/navigation.html +++ b/apps/edit-docs/demo/navigation.html @@ -637,6 +637,12 @@ +
For larger pieces of code it is better to use a code note, which uses a fully-fledged code editor (CodeMirror). For an example of a code note, diff --git a/apps/edit-docs/demo/root/Trilium Demo/Tech/Linux/Bash scripting/While loop.html b/apps/edit-docs/demo/root/Trilium Demo/Tech/Linux/Bash scripting/While loop.html index 5edac5b2a..1704941af 100644 --- a/apps/edit-docs/demo/root/Trilium Demo/Tech/Linux/Bash scripting/While loop.html +++ b/apps/edit-docs/demo/root/Trilium Demo/Tech/Linux/Bash scripting/While loop.html @@ -18,6 +18,10 @@ + + + + # This script opens 4 terminal windows. @@ -26,18 +30,38 @@ + + + + + + + + i="0" + + + + while [ $i -lt 4 ] + + + + do + + + + xterm & @@ -46,10 +70,22 @@ do + + + + + + + + i=$[$i+1] + + + + done diff --git a/apps/server/src/assets/db/demo.zip b/apps/server/src/assets/db/demo.zip index d042dd83e..5ddc6a768 100644 Binary files a/apps/server/src/assets/db/demo.zip and b/apps/server/src/assets/db/demo.zip differ