diff --git a/apps/edit-docs/demo/!!!meta.json b/apps/edit-docs/demo/!!!meta.json index 57b537706..d363ef177 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, @@ -29,7 +29,7 @@ "title": "Journal", "notePosition": 10, "prefix": null, - "isExpanded": true, + "isExpanded": false, "type": "book", "mime": "", "attributes": [ @@ -82,7 +82,7 @@ "title": "Trilium Demo", "notePosition": 20, "prefix": null, - "isExpanded": false, + "isExpanded": true, "type": "text", "mime": "text/html", "attributes": [ @@ -127,6 +127,13 @@ "value": "bx bx-book-reader", "isInheritable": false, "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xY1FldcqIlaS", + "isInheritable": false, + "position": 80 } ], "format": "html", diff --git a/apps/edit-docs/demo/root/Trilium Demo.html b/apps/edit-docs/demo/root/Trilium Demo.html index 3816b30da..bf6ef1331 100644 --- a/apps/edit-docs/demo/root/Trilium Demo.html +++ b/apps/edit-docs/demo/root/Trilium Demo.html @@ -19,30 +19,31 @@

Welcome to Trilium Notes!

-

This is a "demo" document packaged with TriliumNext to showcase some - of its features and also give you some ideas on how you might structure - your notes. You can play with it, and modify the note content and tree - structure as you wish.

-

If you need any help, visit the TriliumNext website: https://github.com/TriliumNext +

This is a "demo" document packaged with Trilium to showcase some of its + features and also give you some ideas on how you might structure your notes. + You can play with it, and modify the note content and tree structure as + you wish.

+

If you need any help, visit triliumnotes.org or + our GitHub repository

-

Cleanup

+

Cleanup

Once you're finished with experimenting and want to cleanup these pages, you can simply delete them all.

-

Formatting

-

TriliumNext supports classic formatting like italic, bold, bold and italic. - You can add links pointing to external pages or - internal notes. -

-

Lists

+

Formatting

+

Trilium supports classic formatting like italic, bold, bold and italic. + You can add links pointing to external pages or  + Formatting examples.

+

Lists

Ordered:

    -
  1. First Item
  2. -
  3. Second item +
  4. First Item
  5. +
  6. Second item
      -
    1. First sub-item +
    2. First sub-item
        -
      1. sub-sub-item
      2. +
      3. sub-sub-item
    @@ -51,25 +52,26 @@

    Unordered:

    -

    Block quotes

    +

    Block quotes

    Whereof one cannot speak, thereof one must be silent”

    – Ludwig Wittgenstein

    +

    See also other examples like tables, checkbox lists, highlighting, code blocks and math examples.

    + href="Trilium%20Demo/Formatting%20examples/Code%20blocks.html">code blocksand math examples.

    - + \ No newline at end of file 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..a1cc12a9f 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 @@ -20,21 +20,7 @@ is first created it will try to automatically determine the programming language, should that fail it is possible to manually adjust it. The color scheme for the syntax highlighting is adjustable in settings. 

    function helloWorld() {
    -
    -
    -
    -
    -
    -
    -
     	alert("Hello world");
    -
    -
    -
    -
    -
    -
    -
     }

    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 1704941af..08b34ff0c 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 @@ -15,77 +15,12 @@

    Documentation: http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_02.html

    #!/bin/bash
    -
    -
    -
    -
    -
    -
    -
     # This script opens 4 terminal windows.
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
     i="0"
    -
    -
    -
    -
    -
    -
    -
     while [ $i -lt 4 ]
    -
    -
    -
    -
    -
    -
    -
     do
    -
    -
    -
    -
    -
    -
    -
         xterm &
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
         i=$[$i+1]
    -
    -
    -
    -
    -
    -
    -
     done
    diff --git a/apps/server/src/assets/db/demo.zip b/apps/server/src/assets/db/demo.zip index 5ddc6a768..e33db5d2e 100644 Binary files a/apps/server/src/assets/db/demo.zip and b/apps/server/src/assets/db/demo.zip differ