diff --git a/apps/edit-docs/demo/!!!meta.json b/apps/edit-docs/demo/!!!meta.json index 57b537706..b96c4a402 100644 --- a/apps/edit-docs/demo/!!!meta.json +++ b/apps/edit-docs/demo/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.99.1", + "appVersion": "0.99.2", "files": [ { "isClone": false, @@ -82,7 +82,7 @@ "title": "Trilium Demo", "notePosition": 20, "prefix": null, - "isExpanded": false, + "isExpanded": true, "type": "text", "mime": "text/html", "attributes": [ diff --git a/apps/edit-docs/demo/root/Trilium Demo/Books/To read.html b/apps/edit-docs/demo/root/Trilium Demo/Books/To read.html index 17b164b6c..880a1ac5d 100644 --- a/apps/edit-docs/demo/root/Trilium Demo/Books/To read.html +++ b/apps/edit-docs/demo/root/Trilium Demo/Books/To read.html @@ -13,12 +13,11 @@

To read

-

Checkout Kindle daily deals: https://www.amazon.com/gp/feature.html?docId=1000677541 -

+

Check out Kindle Daily Deals:

diff --git a/apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Code blocks.html b/apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Code blocks.html index e562046ef..4db7c16f2 100644 --- a/apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Code blocks.html +++ b/apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Code blocks.html @@ -27,6 +27,14 @@ + + + + + + + + alert("Hello world"); @@ -35,6 +43,14 @@ + + + + + + + + }

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/Inbox/Book to read.html b/apps/edit-docs/demo/root/Trilium Demo/Inbox/Book to read.html index 081284bcb..9a45dd7d4 100644 --- a/apps/edit-docs/demo/root/Trilium Demo/Inbox/Book to read.html +++ b/apps/edit-docs/demo/root/Trilium Demo/Inbox/Book to read.html @@ -14,9 +14,10 @@

How to be a stoic from Massimo Pigliuci:

-

https://www.amazon.com/gp/product/B01K3WN1BY

+

https://www.amazon.com/gp/product/B01K3WN1BY +

- + \ No newline at end of file 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 1704941af..accc0d2bf 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 @@ -22,6 +22,14 @@ + + + + + + + + # This script opens 4 terminal windows. @@ -33,6 +41,22 @@ + + + + + + + + + + + + + + + + @@ -46,6 +70,14 @@ i="0" + + + + + + + + while [ $i -lt 4 ] @@ -54,6 +86,14 @@ while [ $i -lt 4 ] + + + + + + + + do @@ -62,6 +102,14 @@ do + + + + + + + + xterm & @@ -73,6 +121,22 @@ do + + + + + + + + + + + + + + + + @@ -86,6 +150,14 @@ do + + + + + + + + done diff --git a/apps/server/src/assets/db/demo.zip b/apps/server/src/assets/db/demo.zip index 5ddc6a768..82b89f494 100644 Binary files a/apps/server/src/assets/db/demo.zip and b/apps/server/src/assets/db/demo.zip differ