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 3b34f2147..46a2078c8 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,8 +6,7 @@ class="image">
-
-
- 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).
localhost (127.0.0.1).When you share a note, you actually share the entire subtree of notes @@ -340,8 +343,7 @@ for (const attr of parentNote.attributes) { - -
Since v0.95.0, a new theme was introduced (and enabled by default) which greatly improves the visual aspect of the Share feature, as well as its functionality (such as mobile support, dark/light mode, collapsible tree, diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types.html index 711607951..4a64b2135 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types.html @@ -84,7 +84,7 @@ style="width:100%;"> kind of content, provided there is a script behind it to generate it.
Displays the children of the note either as a grid, a list, or for a more @@ -116,7 +116,7 @@ style="width:100%;">
| Supported features | Limitations | |
|---|---|---|
| Text |
|
|
| Code |
|
|
| Saved Search | Not supported. | |
| Relation Map | Not supported. | |
| Note Map | Not supported. | |
| Render Note | Not supported. | |
| Book |
|
|
| Mermaid Diagrams |
|
|
| Canvas |
|
|
| Web View | Not supported. | |
| Mind Map | The diagram is displayed as a vector image. |
|
| Geo Map | Not supported. | |
| File | Basic interaction (downloading the file). |
|
| Supported features | Limitations | |
|---|---|---|
| Text |
|
|
| Code |
|
|
| Saved Search | Not supported. | |
| Relation Map | Not supported. | |
| Note Map | Not supported. | |
| Render Note | Not supported. | |
| Collections |
|
|
| Mermaid Diagrams |
|
|
| Canvas |
|
|
| Web View | Not supported. | |
| Mind Map | The diagram is displayed as a vector image. |
|
| Geo Map View | Not supported. | |
| File | Basic interaction (downloading the file). |
|
| Note Type | Description |
|---|---|
| Text | The default note type, which allows for rich text formatting, images, admonitions and right-to-left support. |
| Code | Uses a mono-space font and can be used to store larger chunks of code or plain text than a text note, and has better syntax highlighting. |
| Saved Search | Stores the information about a search (the search text, criteria, etc.) for later use. Can be used for quick filtering of a large amount of notes, for example. The search can easily be triggered. |
| Relation Map | Allows easy creation of notes and relations between them. Can be used for mainly relational data such as a family tree. |
| Note Map | Displays the relationships between the notes, whether via relations or their hierarchical structure. |
| Render Note | Used in Scripting, it displays the HTML content of another note. This allows displaying any kind of content, provided there is a script behind it to generate it. |
| Book | Displays the children of the note either as a grid, a list, or for a more specialized case: a calendar. Generally useful for easy reading of short notes. |
| Mermaid Diagrams | Displays diagrams such as bar charts, flow charts, state diagrams, etc. Requires a bit of technical knowledge since the diagrams are written in a specialized format. |
| Canvas | Allows easy drawing of sketches, diagrams, handwritten content. Uses the same technology behind excalidraw.com. |
| Web View | Displays the content of an external web page, similar to a browser. |
| Mind Map | Easy for brainstorming ideas, by placing them in a hierarchical layout. |
| Geo Map | Displays the children of the note as a geographical map, one use-case would be to plan vacations. It even has basic support for tracks. Notes can also be created from it. |
| File | Represents an uploaded file such as PDFs, images, video or audio files. |
| Note Type | Description |
|---|---|
| Text | The default note type, which allows for rich text formatting, images, admonitions and right-to-left support. |
| Code | Uses a mono-space font and can be used to store larger chunks of code or plain text than a text note, and has better syntax highlighting. |
| Saved Search | Stores the information about a search (the search text, criteria, etc.) for later use. Can be used for quick filtering of a large amount of notes, for example. The search can easily be triggered. |
| Relation Map | Allows easy creation of notes and relations between them. Can be used for mainly relational data such as a family tree. |
| Note Map | Displays the relationships between the notes, whether via relations or their hierarchical structure. |
| Render Note | Used in Scripting, it displays the HTML content of another note. This allows displaying any kind of content, provided there is a script behind it to generate it. |
| Collections | Displays the children of the note either as a grid, a list, or for a more specialized case: a calendar. Generally useful for easy reading of short notes. |
| Mermaid Diagrams | Displays diagrams such as bar charts, flow charts, state diagrams, etc. Requires a bit of technical knowledge since the diagrams are written in a specialized format. |
| Canvas | Allows easy drawing of sketches, diagrams, handwritten content. Uses the same technology behind excalidraw.com. |
| Web View | Displays the content of an external web page, similar to a browser. |
| Mind Map | Easy for brainstorming ideas, by placing them in a hierarchical layout. |
| Geo Map View | Displays the children of the note as a geographical map, one use-case would be to plan vacations. It even has basic support for tracks. Notes can also be created from it. |
| File | Represents an uploaded file such as PDFs, images, video or audio files. |