From d611591e1a3d45b483aa171d9a898a3081eb5565 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 29 Sep 2025 23:33:53 +0300 Subject: [PATCH] docs(user): document a few gaps --- .../Configuration (config.ini or e.html | 5 + .../User Guide/Advanced Usage/Sharing.html | 546 +++++++++--------- .../Advanced Usage/Sharing_shared-list.png | Bin 8948 -> 0 bytes .../Note Types/Text/10_Lists_image.png | Bin 160 -> 8755 bytes .../Note Types/Text/1_Lists_image.png | Bin 8755 -> 172 bytes .../Note Types/Text/2_Lists_image.png | Bin 158 -> 147 bytes .../Note Types/Text/4_Lists_image.png | Bin 3976 -> 154 bytes .../Note Types/Text/7_Lists_image.png | Bin 154 -> 158 bytes .../Note Types/Text/8_Lists_image.png | Bin 172 -> 9232 bytes .../Note Types/Text/9_Lists_image.png | Bin 147 -> 3976 bytes .../Code blocks.html | 13 + .../User Guide/Note Types/Text/Lists.html | 27 +- .../Note Types/Text/Lists_image.png | Bin 9232 -> 160 bytes docs/Developer Guide/!!!meta.json | 2 +- docs/Release Notes/!!!meta.json | 2 +- docs/User Guide/!!!meta.json | 64 +- .../Configuration (config.ini or e.md | 4 + .../User Guide/Advanced Usage/Sharing.md | 43 +- .../Advanced Usage/Sharing_shared-list.png | Bin 8948 -> 0 bytes .../Note Types/Text/10_Lists_image.png | Bin 160 -> 8755 bytes .../Note Types/Text/1_Lists_image.png | Bin 8755 -> 172 bytes .../Note Types/Text/2_Lists_image.png | Bin 158 -> 147 bytes .../Note Types/Text/4_Lists_image.png | Bin 3976 -> 154 bytes .../Note Types/Text/7_Lists_image.png | Bin 154 -> 158 bytes .../Note Types/Text/8_Lists_image.png | Bin 172 -> 9232 bytes .../Note Types/Text/9_Lists_image.png | Bin 147 -> 3976 bytes .../Code blocks.md | 8 + .../User Guide/Note Types/Text/Lists.md | 25 +- .../Note Types/Text/Lists_image.png | Bin 9232 -> 160 bytes 29 files changed, 399 insertions(+), 340 deletions(-) delete mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png delete mode 100644 docs/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html index 1f0d6683c..1b35888ab 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html @@ -1,6 +1,11 @@

Trilium supports configuration via a file named config.ini and environment variables. This document provides a comprehensive reference for all configuration options.

+

Location of the configuration file

+

The configuration file is not located in the same directory as the application. + Instead, the config.ini is located in the Data directory. As such, the configuration + file is only available after starting the application and creating a database.

Configuration Precedence

Configuration values are loaded in the following order of precedence (highest to lowest):

diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Sharing.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Sharing.html index dcb06f40d..6a86b80b1 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Sharing.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Sharing.html @@ -6,181 +6,186 @@ class="image"> - -

Features, interaction and limitations

+

Features, interaction and limitations

By note type

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Supported featuresLimitations
Text - -
    -
  • Table of contents.
  • -
  • Syntax highlight of code blocks, provided a language is selected (does - not work if “Auto-detected” is enabled).
  • -
  • Rendering for math equations.
  • -
-
-
    -
  • Including notes is not supported.
  • -
  • Inline Mermaid diagrams are not rendered.
  • -
-
Code - -
    -
  • Basic support (displaying the contents of the note in a monospace font).
  • -
-
-
    -
  • No syntax highlight.
  • -
-
Saved Search - Not supported. 
Relation Map - Not supported. 
Note Map - Not supported. 
Render Note - Not supported. 
Collections - -
    -
  • The child notes are displayed in a fixed format. 
  • -
-
-
    -
  • More advanced view types such as the calendar view are not supported.
  • -
-
Mermaid Diagrams - -
    -
  • The diagram is displayed as a vector image.
  • -
-
-
    -
  • No further interaction supported.
  • -
-
Canvas - -
    -
  • The diagram is displayed as a vector image.
  • -
-
-
    -
  • No further interaction supported.
  • -
-
Web View - Not supported. 
Mind Map - The diagram is displayed as a vector image. -
    -
  • No further interaction supported.
  • -
-
Geo Map View - Not supported. 
File - Basic interaction (downloading the file). -
    -
  • No further interaction supported.
  • -
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Supported featuresLimitations
Text + +
    +
  • Table of contents.
  • +
  • Syntax highlight of code blocks, provided a language is selected (does + not work if “Auto-detected” is enabled).
  • +
  • Rendering for math equations.
  • +
+
+
    +
  • Including notes is not supported.
  • +
  • Inline Mermaid diagrams are not rendered.
  • +
+
Code + +
    +
  • Basic support (displaying the contents of the note in a monospace font).
  • +
+
+
    +
  • No syntax highlight.
  • +
+
Saved Search + Not supported. 
Relation Map + Not supported. 
Note Map + Not supported. 
Render Note + Not supported. 
Collections + +
    +
  • The child notes are displayed in a fixed format. 
  • +
+
+
    +
  • More advanced view types such as the calendar view are not supported.
  • +
+
Mermaid Diagrams + +
    +
  • The diagram is displayed as a vector image.
  • +
+
+
    +
  • No further interaction supported.
  • +
+
Canvas + +
    +
  • The diagram is displayed as a vector image.
  • +
+
+
    +
  • No further interaction supported.
  • +
+
Web View + Not supported. 
Mind Map + The diagram is displayed as a vector image. +
    +
  • No further interaction supported.
  • +
+
Geo Map View + Not supported. 
File + Basic interaction (downloading the file). +
    +
  • No further interaction supported.
  • +
+
+

While the sharing feature is powerful, it has some limitations:

Some of these limitations may be addressed in future updates.

Prerequisites

To use the sharing feature, you must have a Server Installation of Trilium. This is necessary because the notes will be hosted from the server.

-

How to Share a Note

+

Sharing a note

    -
  1. +
  2. Enable Sharing: To share a note, toggle the Shared switch within the note's interface. Once sharing is enabled, an URL will appear, which you can click to access the shared note.

    @@ -188,41 +193,41 @@ class="image"> Share Note

  3. -
  4. -

    Access the Shared Note: The link provided will open the - note in your browser. If your server is not configured with a public IP, - the URL will refer to localhost (127.0.0.1).

    -
  5. +
  6. Access the Shared Note: The link provided will open the + note in your browser. If your server is not configured with a public IP, + the URL will refer to localhost (127.0.0.1).
-

Sharing a Note Subtree

+

Sharing a note subtree

When you share a note, you actually share the entire subtree of notes beneath it. If the note has child notes, they will also be included in the shared content. For example, sharing the "Formatting" subtree will display a page with basic navigation for exploring all the notes within that subtree.

-

Viewing All Shared Notes

+

Viewing and managing shared notes

You can view a list of all shared notes by clicking on "Show Shared Notes - Subtree." This allows you to manage and navigate through all the notes - you have made public.

-

Security Considerations

+ Subtree" in the Global menu. + This allows you to manage and navigate through all the notes you have made + public.

+

Security considerations

Shared notes are published on the open internet and can be accessed by anyone with the URL. The URL's randomness does not provide security, so it is crucial not to share sensitive information through this feature.

-

Password Protection

+

Password protection

To protect shared notes with a username and password, you can use the #shareCredentials attribute. Add this label to the note with the format #shareCredentials="username:password". To protect an entire subtree, make sure the label is inheritable.

-

Advanced Sharing Options

-

Customizing the Appearance of Shared Notes

+

Advanced sharing options

+

Customizing the appearance of shared notes

The default design should be a good starting point, but you can customize it using your own CSS:

+

Exiting out of the code block

+ +

Syntax highlighting & color schemes

Since TriliumNext v0.90.12, Trilium will try to offer syntax highlighting to the code block. Note that the syntax highlighting mechanism is slightly diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists.html index 97ddf6238..ab94a50a7 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists.html @@ -1,15 +1,15 @@

There are three types of lists supported by text notes:

For bulleted and numbered lists, it's possible to configure an alternative marker such as squares or Roman numbering by pressing the - icon. For numbered lists, it's also possible to specify the number to start at or whether to count in reverse order.

Keyboard interaction

@@ -20,7 +20,7 @@ by a space;
  • Numbered list: Start a line with 1. or 1) followed by a space;
  • -
  • To-do list: Start a line with [ ] for an unchecked item or [x] for +
  • To-do list: Start a line with - [ ] for an unchecked item or [x] for a checked item.
  • @@ -29,7 +29,7 @@
  • To exit out of the list, press Enter twice.
  • To merge two lists, simply delete the gap between them.
  • To create nested lists, simply use the - button (see Indentation in Other features) or the Tab key. To decrease the nesting level for the current element, press Shift+Tab.
  • @@ -56,7 +56,7 @@ 2 - + Press Enter to create a new list item. @@ -71,7 +71,7 @@ 4 + src="10_Lists_image.png" width="676" height="112"> At this point, insert any desired block-level item such as a code block. @@ -79,7 +79,7 @@ 5 + src="8_Lists_image.png" width="675" height="129"> To continue with a new bullet point, press Enter until the cursor moves to a new blank position. @@ -95,4 +95,11 @@

    The same principle applies to all three list types (bullet, numbered and - to-do).

    \ No newline at end of file + to-do).

    +

    To-do lists

    + \ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists_image.png b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Lists_image.png index 30a9511b0818234dd0e4bb2c58ffd8aac4a276da..1282f27ec0c652a86bf05bbfaf6e514d403112ef 100644 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^!XP#aGmzZ5$U_83F&8^|hH!9j+$@Ck7R z(h3R+_4W1h=g;52fB*ga_y7O@zmsi)6i~w4)5S4_<9f1(x3M2{GfUf+lr)LU0S9$j z895|)C7Nbj4(grKpwOUbs>8d^tXE{2;2|!tJz)$C2jVn7{MgKG1vG-e)78&qol`;+ E0GmuO{{R30 literal 9232 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 diff --git a/docs/Developer Guide/!!!meta.json b/docs/Developer Guide/!!!meta.json index 1dfe72240..997d24d43 100644 --- a/docs/Developer Guide/!!!meta.json +++ b/docs/Developer Guide/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.98.1", + "appVersion": "0.99.0", "files": [ { "isClone": false, diff --git a/docs/Release Notes/!!!meta.json b/docs/Release Notes/!!!meta.json index a4b3eb403..e9ad02d7a 100644 --- a/docs/Release Notes/!!!meta.json +++ b/docs/Release Notes/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.98.1", + "appVersion": "0.99.0", "files": [ { "isClone": false, diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index e1fdaa441..4c30efe46 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.98.1", + "appVersion": "0.99.0", "files": [ { "isClone": false, @@ -6713,23 +6713,23 @@ "dataFileName": "Lists.md", "attachments": [ { - "attachmentId": "5cmICTYfg13g", + "attachmentId": "1d3z8mz0JANE", "title": "image.png", "role": "image", - "mime": "image/jpg", + "mime": "image/png", "position": 10, "dataFileName": "Lists_image.png" }, { - "attachmentId": "6jl7tboJfutt", + "attachmentId": "7YtO7boIQcSu", "title": "image.png", "role": "image", - "mime": "image/jpg", + "mime": "image/png", "position": 10, "dataFileName": "1_Lists_image.png" }, { - "attachmentId": "7Ledf67P1S1b", + "attachmentId": "eCftcYsVKdAI", "title": "image.png", "role": "image", "mime": "image/png", @@ -6737,7 +6737,7 @@ "dataFileName": "2_Lists_image.png" }, { - "attachmentId": "d4XfLoK5srYZ", + "attachmentId": "fB3ZhdfysYC3", "title": "image.png", "role": "image", "mime": "image/jpg", @@ -6745,15 +6745,15 @@ "dataFileName": "3_Lists_image.png" }, { - "attachmentId": "eL11eZMPwpmH", + "attachmentId": "IZewdPx4evIx", "title": "image.png", "role": "image", - "mime": "image/jpg", + "mime": "image/png", "position": 10, "dataFileName": "4_Lists_image.png" }, { - "attachmentId": "EnkTpdeLJ6Ft", + "attachmentId": "JopMc0iA0dqA", "title": "image.png", "role": "image", "mime": "image/jpg", @@ -6761,7 +6761,7 @@ "dataFileName": "5_Lists_image.png" }, { - "attachmentId": "If3k6Tt5cPBt", + "attachmentId": "kZMYrJubac6T", "title": "image.png", "role": "image", "mime": "image/jpg", @@ -6769,7 +6769,7 @@ "dataFileName": "6_Lists_image.png" }, { - "attachmentId": "MxgVFEyXwRxo", + "attachmentId": "PGeVq8YAQBFA", "title": "image.png", "role": "image", "mime": "image/png", @@ -6777,26 +6777,26 @@ "dataFileName": "7_Lists_image.png" }, { - "attachmentId": "Te4LNZWv4ovM", + "attachmentId": "VgoG6BtlLYn7", "title": "image.png", "role": "image", - "mime": "image/png", + "mime": "image/jpg", "position": 10, "dataFileName": "8_Lists_image.png" }, { - "attachmentId": "tqeIwudL5QEY", + "attachmentId": "y0zFP6x0IRRf", "title": "image.png", "role": "image", - "mime": "image/png", + "mime": "image/jpg", "position": 10, "dataFileName": "9_Lists_image.png" }, { - "attachmentId": "zZGT8pbt2myS", + "attachmentId": "z8eVlXe2WKqr", "title": "image.png", "role": "image", - "mime": "image/png", + "mime": "image/jpg", "position": 10, "dataFileName": "10_Lists_image.png" } @@ -10451,24 +10451,31 @@ { "type": "relation", "name": "internalLink", - "value": "bwZpz2ajCEwO", + "value": "x3i7MxGccDuM", "isInheritable": false, "position": 150 }, { "type": "relation", "name": "internalLink", - "value": "Wy267RK4M69c", + "value": "bwZpz2ajCEwO", "isInheritable": false, "position": 160 }, { "type": "relation", "name": "internalLink", - "value": "Qjt68inQ2bRj", + "value": "Wy267RK4M69c", "isInheritable": false, "position": 170 }, + { + "type": "relation", + "name": "internalLink", + "value": "Qjt68inQ2bRj", + "isInheritable": false, + "position": 180 + }, { "type": "label", "name": "shareAlias", @@ -10487,14 +10494,6 @@ "format": "markdown", "dataFileName": "Sharing.md", "attachments": [ - { - "attachmentId": "2kLFcH6hel9i", - "title": "shared-list.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "Sharing_shared-list.png" - }, { "attachmentId": "ibqWQUOCMhIE", "title": "image.png", @@ -11385,6 +11384,13 @@ "type": "text", "mime": "text/markdown", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "tAassRL4RSQL", + "isInheritable": false, + "position": 10 + }, { "type": "label", "name": "shareAlias", diff --git a/docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md b/docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md index de6abf21e..e89d1a3fb 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md +++ b/docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md @@ -1,6 +1,10 @@ # Configuration (config.ini or environment variables) Trilium supports configuration via a file named `config.ini` and environment variables. This document provides a comprehensive reference for all configuration options. +## Location of the configuration file + +The configuration file is not located in the same directory as the application. Instead, the `config.ini` is located in the Data directory. As such, the configuration file is only available after starting the application and creating a database. + ## Configuration Precedence Configuration values are loaded in the following order of precedence (highest to lowest): diff --git a/docs/User Guide/User Guide/Advanced Usage/Sharing.md b/docs/User Guide/User Guide/Advanced Usage/Sharing.md index 64b5767dd..37ce5fee8 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Sharing.md +++ b/docs/User Guide/User Guide/Advanced Usage/Sharing.md @@ -16,7 +16,7 @@ Trilium allows you to share selected notes as **publicly accessible** read-only ### By note type -
     Supported featuresLimitations
    Text
    • Table of contents.
    • Syntax highlight of code blocks, provided a language is selected (does not work if “Auto-detected” is enabled).
    • Rendering for math equations.
    • Including notes is not supported.
    • Inline Mermaid diagrams are not rendered.
    Code
    • Basic support (displaying the contents of the note in a monospace font).
    • No syntax highlight.
    Saved SearchNot supported. 
    Relation MapNot supported. 
    Note MapNot supported. 
    Render NoteNot supported. 
    Collections
    • The child notes are displayed in a fixed format. 
    • More advanced view types such as the calendar view are not supported.
    Mermaid Diagrams
    • The diagram is displayed as a vector image.
    • No further interaction supported.
    Canvas
    • The diagram is displayed as a vector image.
    • No further interaction supported.
    Web ViewNot supported. 
    Mind MapThe diagram is displayed as a vector image.
    • No further interaction supported.
    Geo Map ViewNot supported. 
    FileBasic interaction (downloading the file).
    • No further interaction supported.
    +
     Supported featuresLimitations
    Text
    • Table of contents.
    • Syntax highlight of code blocks, provided a language is selected (does not work if “Auto-detected” is enabled).
    • Rendering for math equations.
    • Including notes is not supported.
    • Inline Mermaid diagrams are not rendered.
    Code
    • Basic support (displaying the contents of the note in a monospace font).
    • No syntax highlight.
    Saved SearchNot supported. 
    Relation MapNot supported. 
    Note MapNot supported. 
    Render NoteNot supported. 
    Collections
    • The child notes are displayed in a fixed format. 
    • More advanced view types such as the calendar view are not supported.
    Mermaid Diagrams
    • The diagram is displayed as a vector image.
    • No further interaction supported.
    Canvas
    • The diagram is displayed as a vector image.
    • No further interaction supported.
    Web ViewNot supported. 
    Mind MapThe diagram is displayed as a vector image.
    • No further interaction supported.
    Geo Map ViewNot supported. 
    FileBasic interaction (downloading the file).
    • No further interaction supported.
    While the sharing feature is powerful, it has some limitations: @@ -31,32 +31,32 @@ Some of these limitations may be addressed in future updates. To use the sharing feature, you must have a Server Installation of Trilium. This is necessary because the notes will be hosted from the server. -## How to Share a Note +## Sharing a note 1. **Enable Sharing**: To share a note, toggle the `Shared` switch within the note's interface. Once sharing is enabled, an URL will appear, which you can click to access the shared note. ![Share Note](Sharing_share-single-note.png) 2. **Access the Shared Note**: The link provided will open the note in your browser. If your server is not configured with a public IP, the URL will refer to `localhost (127.0.0.1)`. -## Sharing a Note Subtree +## Sharing a note subtree When you share a note, you actually share the entire subtree of notes beneath it. If the note has child notes, they will also be included in the shared content. For example, sharing the "Formatting" subtree will display a page with basic navigation for exploring all the notes within that subtree. -## Viewing All Shared Notes +## Viewing and managing shared notes -You can view a list of all shared notes by clicking on "Show Shared Notes Subtree." This allows you to manage and navigate through all the notes you have made public. +You can view a list of all shared notes by clicking on "Show Shared Notes Subtree" in the Global menu. This allows you to manage and navigate through all the notes you have made public. -## Security Considerations +## Security considerations Shared notes are published on the open internet and can be accessed by anyone with the URL. The URL's randomness does not provide security, so it is crucial not to share sensitive information through this feature. -### Password Protection +### Password protection To protect shared notes with a username and password, you can use the `#shareCredentials` attribute. Add this label to the note with the format `#shareCredentials="username:password"`. To protect an entire subtree, make sure the label is [inheritable](Attributes/Attribute%20Inheritance.md). -## Advanced Sharing Options +## Advanced sharing options -### Customizing the Appearance of Shared Notes +### Customizing the appearance of shared notes The default design should be a good starting point, but you can customize it using your own CSS: @@ -78,7 +78,7 @@ for (const attr of parentNote.attributes) { } ``` -### Creating Human-Readable URL Aliases +### Creating human-readable URL aliases Shared notes typically have URLs like `http://domain.tld/share/knvU8aJy4dJ7`, where the last part is the note's ID. You can make these URLs more user-friendly by adding the `#shareAlias` label to individual notes (e.g., `#shareAlias=highlighting`). This will change the URL to `http://domain.tld/share/highlighting`. @@ -87,23 +87,26 @@ Shared notes typically have URLs like `http://domain.tld/share/knvU8aJy4dJ7`, wh 1. Ensure that aliases are unique. 2. Using slashes (`/`) within aliases to create subpaths is not supported. -### Viewing and Managing Shared Notes - -All shared notes are grouped under an automatically managed "Shared Notes" section. From here, you can view, share, or unshare notes by moving or cloning them within this section. - -![Shared Notes List](Sharing_shared-list.png) - -### Setting a Custom Favicon +### Setting a custom favicon To customize the favicon for your shared pages, create a relation `~shareFavicon` pointing to a file note containing the favicon (e.g., in `.ico` format). -### Sharing a Note as the Root +### Sharing a note as the root -You can designate a specific note or folder as the root of your shared content by adding the `#shareRoot` label. This note will be linked when visiting `[http://domain.tld/share](http://domain/share)`, making it easier to use Trilium as a fully-fledged website. Consider combining this with the `#shareIndex` label, which will display a list of all shared notes. +You can designate a specific note or folder as the root of your shared content by adding the `#shareRoot` label. This note will be linked when visiting `[http://domain.tld/share](http://domain/share)`, making it easier to use Trilium as a fully-fledged website. + +> [!TIP] +> Consider combining this with the `#shareIndex` label, which will display a list of all shared notes. + +### Displaying an index of shared notes + +When accessing a share, the sub-notes will be displayed in a tree on the left. But since multiple note trees can be shared, it might be useful to display a list of all the different share trees. + +To do so, create a shared text note and apply the `shareIndex` label. When viewed, the list of shared roots will be displayed at the bottom of the note. ## Attribute reference -
    AttributeDescription
    shareHiddenFromTreethis note is hidden from left navigation tree, but still accessible with its URL
    shareExternalLinknote will act as a link to an external website in the share tree
    shareAliasdefine an alias using which the note will be available under https://your_trilium_host/share/[your_alias]
    shareOmitDefaultCssdefault share page CSS will be omitted. Use when you make extensive styling changes.
    shareRootmarks note which is served on /share root.
    shareDescriptiondefine text to be added to the HTML meta tag for description
    shareRawNote will be served in its raw format, without HTML wrapper. See also Serving directly the content of a note for an alternative method without setting an attribute.
    shareDisallowRobotIndexing

    Indicates to web crawlers that the page should not be indexed of this note by:

    • Setting the X-Robots-Tag: noindex HTTP header.
    • Setting the noindex, follow meta tag.
    shareCredentialsrequire credentials to access this shared note. Value is expected to be in format username:password. Don't forget to make this inheritable to apply to child-notes/images.
    shareIndexNote with this label will list all roots of shared notes.
    +
    AttributeDescription
    shareHiddenFromTreethis note is hidden from left navigation tree, but still accessible with its URL
    shareExternalLinknote will act as a link to an external website in the share tree
    shareAliasdefine an alias using which the note will be available under https://your_trilium_host/share/[your_alias]
    shareOmitDefaultCssdefault share page CSS will be omitted. Use when you make extensive styling changes.
    shareRootmarks note which is served on /share root.
    shareDescriptiondefine text to be added to the HTML meta tag for description
    shareRawNote will be served in its raw format, without HTML wrapper. See also Serving directly the content of a note for an alternative method without setting an attribute.
    shareDisallowRobotIndexing

    Indicates to web crawlers that the page should not be indexed of this note by:

    • Setting the X-Robots-Tag: noindex HTTP header.
    • Setting the noindex, follow meta tag.
    shareCredentialsrequire credentials to access this shared note. Value is expected to be in format username:password. Don't forget to make this inheritable to apply to child-notes/images.
    shareIndexNote with this label will list all roots of shared notes.
    ## Credits diff --git a/docs/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png b/docs/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png deleted file mode 100644 index 8002303f859de7baeba88b7a15573e87c83dca8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8948 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 literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^!XP#aGmzZ5$U_83F&8^|hH!9j+$@Ck7R z(h3R+_4W1h=g;52fB*ga_y7O@zmsi)6i~w4)5S4_<9f1(x3M2{GfUf+lr)LU0S9$j z895|)C7Nbj4(grKpwOUbs>8d^tXE{2;2|!tJz)$C2jVn7{MgKG1vG-e)78&qol`;+ E0GmuO{{R30 diff --git a/docs/User Guide/User Guide/Note Types/Text/1_Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/1_Lists_image.png index fba0cc85c97c3f689b60a211cd47aa7fc1b56eee..4a17f481cc57836a0560ef11bc6fb9eeabd61105 100644 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^LO?9Q!VDx|Y8d4MDdu7)&kzm{j@u9Y9{{=10X`wF zKw3dT!NI{HAt9l@zJC7v`TO_pzkmP!|NsB_;x5PmrENW3978y+CuexSZ(wLs6O&lY zJoD-a29_R$u+`iGJCshB2^`PjZ{NtolDK9<3(t&`T?Uh9M<#A+ZIToaW4PL9cc}QX RwK>or22WQ%mvv4FO#nLyH&*}v literal 8755 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 diff --git a/docs/User Guide/User Guide/Note Types/Text/2_Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/2_Lists_image.png index ee7a6bdead90f61fed0c9be46095dcba0bd1cbc3..2473cd3102a52ada4b21ccafc35a389b327e0e4a 100644 GIT binary patch delta 130 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 diff --git a/docs/User Guide/User Guide/Note Types/Text/7_Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/7_Lists_image.png index 3caf2d880ce4ca09d79a491160c898b4967523d7..ee7a6bdead90f61fed0c9be46095dcba0bd1cbc3 100644 GIT binary patch delta 143 zcmbQmIFE6Hcs(BrGXn#I_2F0TK#IB8$uoq5gX8u?{|7*>Xn;?ME0C6#m$$RCtE#G+ zIdkTgnPb!f`#>Bc*|Xu}vhIqaeYfxrs$(n!%i-3%Jq^mvK6L sG3r=i>HNj$;MLYdL)L?blJpsz`jo<7@vEE%8oFVdQ&MBb@0K>X3?*IS* delta 139 zcmbQoIE!(Dcs(x*GXn#|-tZZkK#IB8$uoq5gX8u?{|7*>bbwEYE09)DP;hW?NJvPi zudkm!fBydc`|sbs|NsAgzPJl=Kxu7H7sn8e>&YHlUNAJXu`yobV`NhhNC-%H%~8nM o#L#w$YetSc`$`=pUp5A|2l}VOtbd;YYGd$p^>bla=akR{0N1uG{r~^~ diff --git a/docs/User Guide/User Guide/Note Types/Text/8_Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/8_Lists_image.png index 4a17f481cc57836a0560ef11bc6fb9eeabd61105..30a9511b0818234dd0e4bb2c58ffd8aac4a276da 100644 GIT binary patch literal 9232 zcmeHM2T+vBw*H41W&lAzVaP!kB%>f0m%XiBZvqB5(Fd)BA^HY z!jOZmM9B;pBxlJ{^5gEkcXzAaef84bx3^wx|MhoQ{eM??f9IS&r@zz3{l{Yfotm<$ zG5`Vr0O;faj)#E900k5ZgOXFgU@%Hb3My&_8tPN0s9DaOrDfn?<>KUEWoPF`i1Bmt zi14zr3&;qHTojj-l;q-ytH-gMKc+-wKEf3?YZYC@85;(E(&2FqjMiCMSnLPI^8(`3FGg z$NO?h>nf^hH}v!k42_IUtgLNp?Qr&YT;1F~JnwsX2RsgZ67)1UBr5tvOl;iC_=MN# zZ!$8o-oDHJSXe|XE-5W5|LIF@U427i)7LIicTaC$|G?n*#N^cU%8?zAs4#QgcSmifo?-y75T?H3J@>%Yt>F}NVv(j~p1;Ryf7MS@tF&rBIO#@F zbpj4QWp`hnWrIxs)aNo58PJfWwF#2kk={215NHsF~`i33u} z2vmPT^@lXz=B-@233fEoVvgHBrS<9;)RpV-v3l&InM7{vTtqR(}oHXvJDzos8a5Bnu9|4 ztHTU05rYw72R<)bThD;ScJAwrA3%<~`{`W-8mc27i?ai4hg!?43rwE$itY|?gLAV! zc~Eq4ZJFvjzu+*8ogv84(%m#O{n4QGM83B;aPh*3M#1`yK#;@7O?emX%UQhy@yfGa zQq_g{+kQSi&R(ur@wMr?OtB@3#$dIw-Ph=gKM~&hdq-j@Cm$+K_pIRYjzo&-d{SL) zqPw^a#Pr#ciyl*C_0`Yh$}kp5P`aPb<&0H>g`?>JGqWG=GckmE0x4M|Y2=tw$W zb&UhGU|ZtVKrkp_sy0t92j!o#JE6zT%+Xb;N;`Dy@ORk zoxZsC^-)YvDT)<96qh96Y-1@>j3~wBxkXucA@7zVR3?dl(qa7V8K-@k;$r~4Bwv}) zo><}(Pg=oGdYU<7=)b(4Hy8{}2xYZNGVGddDN|vzez4UHipIci_Kv8({BV;Z;eJf4 ztTD)%ChQYuDm(Sw7?#|DgGsGxI@TPmQCJjZ6@PPtJhW!N7WAr~0N+sV+G2a^c%f)W z{$1KJppRG;F7jKBl0Z`diHp*&ZtcScZtXM0OdY;z=Cp_ly*os5M4nh61fOBw&c0R^ z_@3{l?6yos9(^4GvsDBPED1V;Gr8t%I`2GhAe>b*Qe^5zFXMZISpjwjsA9KgaA3#1 zV+FFaFEX4y*_!Tuuxfrb40=UZ@-C*51lfo)8R@q^(GP_Hu>{#ebnP+VxN3cLZlAMV zNIqyCH9Y&(&djmlVM>x+6=3|lHo?-~#CpQN1X+dl56P{RFJ7;qE_mOy3tzCbPJ>Q#N&#MyT7J?bB)}^ zlGC7Tw_S1k2HjI7q;pJ{hN7MCr74Eng>tk$YHOJsW$%F2p8euZrtKu8P94I62n!IV z#a`FJFye{HV%yse!scpiKBa!WpBWa~x%R)FzCMXLGrAxxXI@a&?Sx-k`V2HX3)Pn? zd{kionzkNF3~8AwPwEtf)Dd`QRC}zrH+O^U0NVHV1@`H>(byt&vb5@MlE5=q+Gvv1 zS}OIDOdZ@LtT!L7?*5UKfZqI!#7!9nTYpO-(DW~O+Y+Qiq}Vug`_1Neig)gveI#1> zo@bWC9f@IqS6?7m=y$vA4<)Lz;GLA-@HoU6lwHLi;O<9U2NvpN4gDN2Z;Y$&Mz}d5=YSZKqOX z_DJr#m3yr$S*oKRW~A8YKry_&+RYJ)vjwSCdmjp+uTFWn3^ci*GS_X(jeM_1oL@{@ zi*8_#eAJXmEuZ%^L2l4N`?iQooSa4zb^fWx99fUyV2wHZLIXvn)ULX$6X{ zRLB~%%4$6M^on7(^$`AUU?cfe*~Ryz1fxwbDgkJ5VxMbze;pFHEk3_KaH@0*R-t(I z>^V)srUI?(fdJTc!>DWXyU}tUQCQy8-g&weweWOz>Q;0>0#L#pEaHH0{16Tn7Hs6+ zwt8COluKO%(T;zj*nRJOqaDH`hxu1GE;0q@g9$jY;CK}To=P*8G zip#9PE{7r_UWh@vKH=LG-hz`?M}x%16R(np;0b6=e$~cwT_~j^J6x215S4Fk!Otyg zRgtm@8n{0=V9jdY|6KR1iP@z(SF1Z>l~LHdb~vRCcjS6#z%Z7)h9Yr%92wS@NR!-X zAA*V41=Vj0)uWOF>zPB7;F6#(_q~Vo;%Z0E#+plS_bs*}EBqA@CW8a9kB*e?+SD%s zpF@&PPhnxk6Sz0UYX-qNX7)Qwd-x(IdO6cib~wI=f!6EYaFp-|4D#DD4lFkF?RMGf za()VHMUZN7?An|B@X?ki{)n(>W<&lYG;pTcPOAu%43G12>@9C87ahWV&(nM$*%RPa zaBbDgfj>&NG1_$r%7gkHd?CedQ@!_rbDscFVfrwJ<(wM9r%&vZ1~bL zO5D#!`u)Z5HlxMnH=}c%Z`sx!>)%ao0Ly-Eoa{5Ax_Y~tj*1Yoz zCFgSPTVhZ?1n&+oF-&5oHp-#T`+SV2y^~l}Y%WJFv?mX7W<`LJfI2@ljNz*MbTT3O zX=SeKPkRehI*z1i1!YHp-+7eSz%M z0hU9!!JdXdDfMUjZ0T?L+LE)BGtXZ@NEco&$D+$yY#xM*w*qE;MMLp-AGl^Di!B>g zSNhLz#I`j_n&LYNw=Sv(?3&F2NmdC!V!g@9856h0O>%2`Q1P4^MJ1YwjKZ`Mp`FdQ zR^`S{;L||WpIJOz-ZO2In*NwkaPbTYUx-aZ?&j~Z`!Q7kZkPGODQ(0cB9mcj;xK_q9q=fEAGt(u{^ZLz2=$hzE`-d}H3rgHCMKZk-s7~mr9eLl+y z7UU!rXGA2HkTQ!-*=1$4M4%H?XwKG8U**<`u^0!ESbnl909{&j*ifN&>r!MDrV8 zQuqslG*cF&NmeRiAKVJ;T!r6RO)Y)e0NDK*s0+ZdskE4nRUa#RCZa^oFUU@P94U!5 zW-j17@KSmSrFoTjn?p90Cgh*a8(6J5XXh?qC}(JwOAgm@zy@r`^k`QS@Cw+^Jq8{m z0I1K0y~jYcCct^?=)2$Oc>?W4KlhrIXbkKnx_oq}DHYtp_04I2ssr@r5dZ&VLGHIC ze_?m`+0h;Y;AcPJ*WO~W(~%0^*J?iUwLCG4K!9t|!(wBD>2Om3I3j&K2420aSxLjd zwv*!y4(g79hg1N%Xt8E?=ED9Q7Ic_pb3!P@{YI}4X#df`lsuLG4|cT>4dzJ`1isTJ zoZI8K{F!xjdM`o%^zHwgOoQ9!z)E+q^R^naXsF_bYZ1E@SA07W5HY#)@U>KwvViq9 zq?w(|@-gro3*o7is(JY_DMl>y1GK}rsU0>*;3JZ{8&TU3Cn3huW4>lvun>TUWGG#) zdOs#YBGei>Kf34Z2Go;+B4={G%%FveVQj^FTgQNGD)~OO0O?7T@&Fs%gUSb=Ci@~W zRD(DB!Zg0OdEO#ZX7U81);3cqE?9=M@EUCt)#gSINA?n=4#bav3l^)i-!W`5Fx&cN zEwmbN&sTuVXU)7Rh`*)wE}63Ub9V4>lCE;X~}vh)ne z#fg1<-=6h*NlpIPk7?1khiOkdQi3>BHqGh3c2zwwziHC{W!8N7ixb?r+K!@ZFM&J7Z_0uKfgX~9vKNssJ_kI<}s@v=qfz8m*69mlys06 zS5>s%lo5;M@v@Dy3WLsgBB>Nq6$DH0jiF}AQ57tF(?t?b-;@R-m}E+ zutD}VQ-L|}NPPYLDJw^fuq1D{69;ihcNg82zI%Cgg>8DzxekyzK>P7JM%{n8S6G1l zN{}kbmEXV2L_MC|hzL)@LUvxcpm&aev{cBA^$>vgYo0_x>)FxjksGiF%p6#_h>}#9 zWTFPdVSbfy#Yu-uZana%6k^KuId&drh1(;)2BcdLCOLMSgqO<=O5I@>5k> z#weNbp^8I$o^N*i@f`ITqCtb~jG%+L1~CAAZfu302&m`Y86OXKXjR9OVv3N`XGdC{az_NLwcPnjN#6DOOh6hX$oDP8-Myk^KuH6UCpSBolgk$(@ zd}MZc7Khy~-Ob}5zPDi_Rlgn#to1a=v^^)6ZIvaZ^jsLv8{o$&(I}K-_W`~r$=*}`;VM0FKSO3h#Lu;q5k1rT3 zm-?48o+g`gch|(Dn|z;`EoBc~PUnBcP@?|kTyX9f?(0E&f8o^rQ4DRoMaNu7Iv=@% zn5R$0_PTO-03!NBDsOqn#E>OLuW&>8;1B$0r45I#MI1l-W~-T0bYAl0qqn zC$x>_tSEdOE+0}`HmiJKHG|4;8#}G7MRfbt+5YUgNK8+1Oz+^Ho4}7u)5h7NkS;GP zpO;gCWU^dHfw8sGJF2_gJ&p_Y{d~|jGkFf^*!LT_w->r5hBQj6YZ68^D;(lOM{&3y zF=`<*I!wP7)T>U+;muIz=n*LIqw|YNEy1s-?A{t}uc7YP<|VnudkC30raK5yRum?x zNMn(cE@wzZ_6t`_N1mA8KDr|$=|#_VNKuq2f0yBK$vY&;0uyz#rlu%v{2}8f!OK^} zTKlb!GP7^4h>mVq$q5f;XD4}@@Z}9EUk_ehn$a}U_Fc%*HY~W7l&!&hd4hpmbx7gf z#rxlN^s{`b6F87UF3+->xri(F*@Gjm-gTSfwo5$y7tD`tt(SA6J*NA%qze5VXOpQm z9(%zDkAzxUd*dzYZnA_(P|u?_kQ~=|V7l7HJE0Gq^(;+W{`mHJGE8r}as{JZgG+PQJn@Zc#e(z~V6F0`ciV9vU}VC_9u= z+KzlnZ~2d|3aHll2fuhpO?j+|wv1mZBxf7G0G#aucM&LZ@M+bhRVswCQax4cCccrDBH#tNQq z{~Sy#$_2=Jel?3w32_YFrIsW?UGyLWi0hT}JlEm6Up;~L^6XLkF)+%1a6*8V{pMf& z`SnjZ{AmyW!Mj2H)`k6q*ROqf%7lBs98w;9#t_GkA<}t8X1p#2a zAp_tv+DrvEbG`t){_OIf%LPlol1&iczlMY6HL(oouyJz>y%M8AA7Q}{yv86QW4e48 zgx%UZ1nB-f*u(G3tHH0%QOYMN1M(JX+@rJtQuL&ayCo(tc~;f8+)3zo6(CK*t0B1_Rt*$p8QV literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^LO?9Q!VDx|Y8d4MDdu7)&kzm{j@u9Y9{{=10X`wF zKw3dT!NI{HAt9l@zJC7v`TO_pzkmP!|NsB_;x5PmrENW3978y+CuexSZ(wLs6O&lY zJoD-a29_R$u+`iGJCshB2^`PjZ{NtolDK9<3(t&`T?Uh9M<#A+ZIToaW4PL9cc}QX RwK>or22WQ%mvv4FO#nLyH&*}v diff --git a/docs/User Guide/User Guide/Note Types/Text/9_Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/9_Lists_image.png index 2473cd3102a52ada4b21ccafc35a389b327e0e4a..8369a03c6100bf7e0c5a67d144c91cd325824147 100644 GIT binary patch literal 3976 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 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^AT}EdGmzxCC-fCaF&8^|hH!9j+$@Ck7R z(h3R+4h{|p2?_i6@4tWl{{R2~4cYat0wuIOT^vI=t|xnNd3&2Ca)|hH3#598@}!m| qdvJ>gcqV&ziEnter twice. +* Similarly, to insert a paragraph above the note block, move the cursor at the beginning of the code block and press Enter twice. + +> [!NOTE] +> If you've pasted a code block with a more complex HTML structure, exiting out of the code block by pressing Enter multiple times might not work. In that case the best approach is to delete the code block entirely and use Ctrl+Shift+V (paste as plain text). + ## Syntax highlighting & color schemes Since TriliumNext v0.90.12, Trilium will try to offer syntax highlighting to the code block. Note that the syntax highlighting mechanism is slightly different than the one in Code notes as different technologies are involved. diff --git a/docs/User Guide/User Guide/Note Types/Text/Lists.md b/docs/User Guide/User Guide/Note Types/Text/Lists.md index efa0c5a62..8dcabdc25 100644 --- a/docs/User Guide/User Guide/Note Types/Text/Lists.md +++ b/docs/User Guide/User Guide/Note Types/Text/Lists.md @@ -1,23 +1,23 @@ # Lists There are three types of lists supported by text notes: -* Bulleted lists (also known as unordered lists). -* Numbered lists (or ordered lists). -* To-do lists +* Bulleted lists (also known as unordered lists). +* Numbered lists (or ordered lists). +* To-do lists -For bulleted and numbered lists, it's possible to configure an alternative marker such as squares or Roman numbering by pressing the icon. For numbered lists, it's also possible to specify the number to start at or whether to count in reverse order. +For bulleted and numbered lists, it's possible to configure an alternative marker such as squares or Roman numbering by pressing the icon. For numbered lists, it's also possible to specify the number to start at or whether to count in reverse order. ## Keyboard interaction * To create a new list: * Bulleted list: Start a line with `*` or `-` followed by a space; * Numbered list: Start a line with `1.` or `1)` followed by a space; - * To-do list: Start a line with `[ ]` for an unchecked item or `[x]` for a checked item. + * To-do list: Start a line with `- [ ]` for an unchecked item or `[x]` for a checked item. * To create a new item in the list, press Enter. * To create a blank line within a list item, press Shift+Enter. * To exit out of the list, press Enter twice. * To merge two lists, simply delete the gap between them. -* To create nested lists, simply use the button (see _Indentation_ in Other features) or the Tab key. To decrease the nesting level for the current element, press Shift+Tab. +* To create nested lists, simply use the button (see _Indentation_ in Other features) or the Tab key. To decrease the nesting level for the current element, press Shift+Tab. ## Headings, code blocks within lists @@ -26,10 +26,15 @@ It possible to add content-level blocks such as headings, code blocks, tables wi | | | | | --- | --- | --- | | 1 | ![](6_Lists_image.png) | First, create a list. | -| 2 | ![](4_Lists_image.png) | Press Enter to create a new list item. | +| 2 | ![](9_Lists_image.png) | Press Enter to create a new list item. | | 3 | ![](5_Lists_image.png) | Press Backspace to get rid of the bullet point. Notice the cursor position. | -| 4 | | At this point, insert any desired block-level item such as a code block. | -| 5 | | To continue with a new bullet point, press Enter until the cursor moves to a new blank position. | +| 4 | | At this point, insert any desired block-level item such as a code block. | +| 5 | | To continue with a new bullet point, press Enter until the cursor moves to a new blank position. | | 6 | | Press Enter once more to create the new bullet. | -The same principle applies to all three list types (bullet, numbered and to-do). \ No newline at end of file +The same principle applies to all three list types (bullet, numbered and to-do). + +## To-do lists + +* To insert a to-do list from the keyboard, type `- [ ]` for an unchecked item or `[x]` for a checked item while on an empty paragraph. +* To reorder the item under the cursor, press Alt+Up or Alt+Down. To reorder multiple items, select them first. \ No newline at end of file diff --git a/docs/User Guide/User Guide/Note Types/Text/Lists_image.png b/docs/User Guide/User Guide/Note Types/Text/Lists_image.png index 30a9511b0818234dd0e4bb2c58ffd8aac4a276da..1282f27ec0c652a86bf05bbfaf6e514d403112ef 100644 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^!XP#aGmzZ5$U_83F&8^|hH!9j+$@Ck7R z(h3R+_4W1h=g;52fB*ga_y7O@zmsi)6i~w4)5S4_<9f1(x3M2{GfUf+lr)LU0S9$j z895|)C7Nbj4(grKpwOUbs>8d^tXE{2;2|!tJz)$C2jVn7{MgKG1vG-e)78&qol`;+ E0GmuO{{R30 literal 9232 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