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 2e4a185647..e1c453eb6b 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 @@ -9,8 +9,7 @@ note where to place the new one and select:
@@ -21,8 +20,7 @@
It is possible to change the type of a note after it has been created @@ -32,96 +30,94 @@ edit the source of a note.
The following note types are supported by Trilium:
-| 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 - | -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 + | +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. | +
+Trilium supports Mermaid, which adds support for various diagrams such as flowchart, sequence diagram, class diagram, state diagram, pie charts, etc., all using a text description of the chart instead of manually drawing the diagram.
+Starting with v0.103.0, Mermaid diagrams no longer start with a sample + flowchart, but instead a pane at the bottom will show all the supported + diagrams with sample code for each:
+Depending on the chart being edited and user preference, there are two layouts supported by the Mermaid note type:
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Spreadsheets.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Spreadsheets.html index 5b34fba0eb..010b594aa6 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Spreadsheets.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Spreadsheets.html @@ -11,17 +11,17 @@ Calc, with support for formulas, data validation and text formatting.There is a slight overlap between spreadsheets and the Table collection. - In general the table collection is useful to track meta-information about - notes (for example a collection of people and their birthdays), whereas - spreadsheets are quite useful for calculations since they support formulas.
+ href="#root/_help_2FvYrpmOXm29">Table collection. In general the table + collection is useful to track meta-information about notes (for example + a collection of people and their birthdays), whereas spreadsheets are quite + useful for calculations since they support formulas.Spreadsheets also benefit from a wider range of features such as data validation, formatting and can work on a relatively large dataset.
For Trilium as a knowledge database, it is important that data is stored in a format that is easy to convert to something else. For example, Text notes can be exported to either HTML or Markdown, making + class="reference-link" href="#root/_help_iPIMuisry3hd">Text notes can be exported to either HTML or Markdown, making it relatively easy to migrate to another software or simply to stand the test of time.
For spreadsheets, Trilium uses a technology called Univer Sheets, @@ -41,28 +41,16 @@
The spreadsheet has support for the following features:
Filtering
-Sorting
-Data validation
-Conditional formatting
-Notes / annotations
-Find / replace
-We might consider adding other features from Univer at some point. If there is a particular feature that can be added - easily, it can be discussed over GitHub Issues.
+ easily, it can be discussed over GitHub Issues.Univer spreadsheets also feature a Pro plan which @@ -75,15 +63,9 @@
There are a few features that are already planned but are not supported yet:
Trilium-specific formulas (e.g. to obtain the title of a note).
-User-defined formulas
-Cross-workbook calculation
-If you would like us to work on these features, consider supporting us.
It is possible to share a spreadsheet, case in which a best-effort HTML rendering of the spreadsheet is done.
For more advanced use cases, this will most likely not work as intended. - Feel free to report issues, - but keep in mind that we might not be able to have a complete feature parity - with all the features of Univer.
-