From 7055f77c9188fcd68d5db0056efbb38cc6f28f8e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 24 Jul 2025 23:39:25 +0300 Subject: [PATCH] docs(guide): document new features for geomap --- .../Advanced Usage/Attributes/Labels.html | 660 +++++++------- .../Advanced Usage/Attributes/Relations.html | 146 ++- .../Cross-Origin Resource Sharing .html | 77 +- .../Advanced Usage/Hidden Notes.html | 314 ++++--- .../User Guide/Advanced Usage/Sharing.html | 446 +++++----- .../Serving directly the content o.html | 44 +- .../Navigation/Workspaces.html | 108 ++- .../Notes/Note List.html | 4 +- .../Themes/Theme Gallery.html | 234 +++-- .../en/User Guide/User Guide/Note Types.html | 190 ++-- .../Note Types/Collections/Calendar View.html | 606 ++++++------- .../Note Types/Collections/Geo Map View.html | 149 ++-- .../User Guide/Note Types/Text.html | 329 ++++--- .../User Guide/Note Types/Text/Images.html | 155 ++-- .../Note Types/Text/Keyboard shortcuts.html | 842 +++++++++--------- .../User Guide/Note Types/Text/Lists.html | 114 +-- .../User Guide/Scripting/Events.html | 232 +++-- docs/User Guide/!!!meta.json | 93 +- docs/User Guide/User Guide/Note Types.md | 2 +- .../Note Types/Collections/Geo Map View.md | 35 +- .../Note Types/Text/Keyboard shortcuts.md | 4 +- 21 files changed, 2386 insertions(+), 2398 deletions(-) diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Labels.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Labels.html index 7dc0eb5a0..d3d0f7e8d 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Labels.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Labels.html @@ -52,334 +52,332 @@ are multiple labels with the same prefix, consult the specific page linked in the description of that label for more information.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LabelDescription
disableVersioning - Disables automatic creation of Note Revisions for - a particular note. Useful for e.g. large, but unimportant notes - e.g. - large JS libraries used for scripting.
versioningLimit - Limits the maximum number of Note Revisions for - a particular note, overriding the global settings.
calendarRoot - Marks the note which should be used as root for Day Notes. Only one should be marked - as such.
archived - Hides notes from default search results and dialogs. Archived notes can - optionally be hidden in the Note Tree.
excludeFromExport - Excludes this note and its children when exporting.
run, runOnInstance, runAtHour - See Events.
disableInclusion - Scripts with this label won't be included into parent script execution.
sorted - -

Keeps child notes sorted by title alphabetically.

-

When given a value, it will sort by the value of another label instead. - If one of the child notes doesn't have the specified label, the title will - be used for them instead.

-
sortDirection - -

If sorted is applied, specifies the direction of the sort:

-
    -
  • ASC, ascending (default)
  • -
  • DESC, descending
  • -
-
sortFoldersFirst - If sorted is applied, folders (notes with children) will be - sorted as a group at the top, and the rest will be sorted.
top - If sorted is applied to the parent note, keeps given note on - top in its parent.
hidePromotedAttributes - Hide Promoted Attributes on - this note. Generally useful when defining inherited attributes, but the - parent note doesn't need them.
readOnly - Marks a note to be always be read-only, - if it's a supported note (text, code, mermaid).
autoReadOnlyDisabled - Disables automatic read-only mode for - the given note.
appCss - Marks CSS notes which are loaded into the Trilium application and can - thus be used to modify Trilium's looks. See Custom app-wide CSS for more info.
appTheme - Marks CSS notes which are full Trilium themes and are thus available in - Trilium options. See Theme development for - more information.
appThemeBase - Set to next, next-light, or next-dark to - use the corresponding TriliumNext theme (auto, light or dark) as the base - for a custom theme, instead of the legacy one. See Customize the Next theme for more - information.
cssClass - Value of this label is then added as CSS class to the node representing - given note in the Note Tree. - This can be useful for advanced theming. Can be used in template notes.
iconClass - value of this label is added as a CSS class to the icon on the tree which - can help visually distinguish the notes in the tree. Example might be bx - bx-home - icons are taken from boxicons. Can be used in template notes.
pageSize - Specifies the number of items per page in Note List.
customRequestHandler - See Custom Request Handler.
customResourceProvider - See Custom Resource Providers.
widget - Marks this note as a custom widget which will be added to the Trilium - component tree. See Custom Widgets for - more information.
searchHome - New search notes will be created as children of this note (see  - Saved Search).
workspace and related attributesSee Workspaces.
inbox - default inbox location for new notes - when you create a note using new note button - in the sidebar, notes will be created as child notes in the note marked - as with #inbox label.
sqlConsoleHome - Default location of SQL Console notes
bookmarked - Indicates this note is a bookmark.
bookmarkFolder - Note with this label will appear in bookmarks as folder (allowing access - to its children). See Bookmarks for - more information.
share* - See the attribute reference in Sharing.
displayRelations, hideRelations - Comma delimited names of relations which should be displayed/hidden in - a Relation Map (both - the note type and the Note Map (Link map, Tree map) general - functionality).
titleTemplate - -

Default title of notes created as children of this note. This value is - evaluated as a JavaScript string and thus can be enriched with dynamic - content via the injected now and parentNote variables.

-

Examples:

-
    -
  • \({parentNote.getLabel('authorName')}'s literary works -
  • -
  • Log for \){now.format('YYYY-MM-DD HH:mm:ss')} -
  • -
  • to mirror the parent's template.
  • -
-

See Default Note Title for - more info.

-
template - This note will appear in the selection of available template when creating - new note. See Templates for - more information.
toc - Controls the display of the Table of contents for - a given note. #toc or #toc=show to always display - the table of contents, #toc=false to always hide it.
color - defines color of the note in note tree, links etc. Use any valid CSS color - value like 'red' or #a13d5f
keyboardShortcut - Defines a keyboard shortcut which will immediately jump to this note. - Example: 'ctrl+alt+e'. Requires frontend reload for the change to take - effect.
keepCurrentHoisting - Opening this link won't change hoisting even if the note is not displayable - in the current hoisted subtree.
executeButton - Title of the button which will execute the current code note
executeDescription - Longer description of the current code note displayed together with the - execute button
excludeFromNoteMap - Notes with this label will be hidden from the Note Map.
newNotesOnTop - New notes will be created at the top of the parent note, not on the bottom.
hideHighlightWidget - Hides the Highlights list widget
hideChildrenOverview - Hides the Note List for - that particular note.
printLandscape - When exporting to PDF, changes the orientation of the page to landscape - instead of portrait.
printPageSize - When exporting to PDF, changes the size of the page. Supported values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.
geolocation - Indicates the latitude and longitude of a note, to be displayed in a  - Geo Map.
calendar:* - Defines specific options for the Calendar View.
viewType - Sets the view of child notes (e.g. grid or list). See Note List for more information.
-
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LabelDescription
disableVersioning + Disables automatic creation of Note Revisions for + a particular note. Useful for e.g. large, but unimportant notes - e.g. + large JS libraries used for scripting.
versioningLimit + Limits the maximum number of Note Revisions for + a particular note, overriding the global settings.
calendarRoot + Marks the note which should be used as root for Day Notes. Only one should be marked + as such.
archived + Hides notes from default search results and dialogs. Archived notes can + optionally be hidden in the Note Tree.
excludeFromExport + Excludes this note and its children when exporting.
run, runOnInstance, runAtHour + See Events.
disableInclusion + Scripts with this label won't be included into parent script execution.
sorted + +

Keeps child notes sorted by title alphabetically.

+

When given a value, it will sort by the value of another label instead. + If one of the child notes doesn't have the specified label, the title will + be used for them instead.

+
sortDirection + +

If sorted is applied, specifies the direction of the sort:

+
    +
  • ASC, ascending (default)
  • +
  • DESC, descending
  • +
+
sortFoldersFirst + If sorted is applied, folders (notes with children) will be + sorted as a group at the top, and the rest will be sorted.
top + If sorted is applied to the parent note, keeps given note on + top in its parent.
hidePromotedAttributes + Hide Promoted Attributes on + this note. Generally useful when defining inherited attributes, but the + parent note doesn't need them.
readOnly + Marks a note to be always be read-only, + if it's a supported note (text, code, mermaid).
autoReadOnlyDisabled + Disables automatic read-only mode for + the given note.
appCss + Marks CSS notes which are loaded into the Trilium application and can + thus be used to modify Trilium's looks. See Custom app-wide CSS for more info.
appTheme + Marks CSS notes which are full Trilium themes and are thus available in + Trilium options. See Theme development for + more information.
appThemeBase + Set to next, next-light, or next-dark to + use the corresponding TriliumNext theme (auto, light or dark) as the base + for a custom theme, instead of the legacy one. See Customize the Next theme for more + information.
cssClass + Value of this label is then added as CSS class to the node representing + given note in the Note Tree. + This can be useful for advanced theming. Can be used in template notes.
iconClass + value of this label is added as a CSS class to the icon on the tree which + can help visually distinguish the notes in the tree. Example might be bx + bx-home - icons are taken from boxicons. Can be used in template notes.
pageSize + Specifies the number of items per page in Note List.
customRequestHandler + See Custom Request Handler.
customResourceProvider + See Custom Resource Providers.
widget + Marks this note as a custom widget which will be added to the Trilium + component tree. See Custom Widgets for + more information.
searchHome + New search notes will be created as children of this note (see  + Saved Search).
workspace and related attributesSee Workspaces.
inbox + default inbox location for new notes - when you create a note using new note button + in the sidebar, notes will be created as child notes in the note marked + as with #inbox label.
sqlConsoleHome + Default location of SQL Console notes
bookmarked + Indicates this note is a bookmark.
bookmarkFolder + Note with this label will appear in bookmarks as folder (allowing access + to its children). See Bookmarks for + more information.
share* + See the attribute reference in Sharing.
displayRelations, hideRelations + Comma delimited names of relations which should be displayed/hidden in + a Relation Map (both + the note type and the Note Map (Link map, Tree map) general + functionality).
titleTemplate + +

Default title of notes created as children of this note. This value is + evaluated as a JavaScript string and thus can be enriched with dynamic + content via the injected now and parentNote variables.

+

Examples:

+
    +
  • \({parentNote.getLabel('authorName')}'s literary works +
  • +
  • Log for \){now.format('YYYY-MM-DD HH:mm:ss')} +
  • +
  • to mirror the parent's template.
  • +
+

See Default Note Title for + more info.

+
template + This note will appear in the selection of available template when creating + new note. See Templates for + more information.
toc + Controls the display of the Table of contents for + a given note. #toc or #toc=show to always display + the table of contents, #toc=false to always hide it.
color + defines color of the note in note tree, links etc. Use any valid CSS color + value like 'red' or #a13d5f
keyboardShortcut + Defines a keyboard shortcut which will immediately jump to this note. + Example: 'ctrl+alt+e'. Requires frontend reload for the change to take + effect.
keepCurrentHoisting + Opening this link won't change hoisting even if the note is not displayable + in the current hoisted subtree.
executeButton + Title of the button which will execute the current code note
executeDescription + Longer description of the current code note displayed together with the + execute button
excludeFromNoteMap + Notes with this label will be hidden from the Note Map.
newNotesOnTop + New notes will be created at the top of the parent note, not on the bottom.
hideHighlightWidget + Hides the Highlights list widget
hideChildrenOverview + Hides the Note List for + that particular note.
printLandscape + When exporting to PDF, changes the orientation of the page to landscape + instead of portrait.
printPageSize + When exporting to PDF, changes the size of the page. Supported values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.
geolocation + Indicates the latitude and longitude of a note, to be displayed in a  + Geo Map.
calendar:* + Defines specific options for the Calendar View.
viewType + Sets the view of child notes (e.g. grid or list). See Note List for more information.
\ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Relations.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Relations.html index d9c79a998..40294d6ac 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Relations.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Attributes/Relations.html @@ -61,79 +61,73 @@ class="admonition tip"> there are multiple relations with the same prefix, consult the specific page linked in the description of that relation for more information.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LabelDescription
runOn* - See Events -
template - note's attributes will be inherited even without a parent-child relationship, - note's content and subtree will be added to instance notes if empty. See - documentation for details.
inherit - note's attributes will be inherited even without a parent-child relationship. - See Templates for - a similar concept. See Attribute Inheritance in - the documentation.
renderNote - notes of type Render Note will - be rendered using a code note (HTML or script) and it is necessary to point - using this relation to which note should be rendered
widget_relation - target of this relation will be executed and rendered as a widget in the - sidebar
shareCss - CSS note which will be injected into the share page. CSS note must be - in the shared sub-tree as well. Consider using share_hidden_from_tree and share_omit_default_css as - well.
shareJs - JavaScript note which will be injected into the share page. JS note must - be in the shared sub-tree as well. Consider using share_hidden_from_tree.
shareTemplate - Embedded JavaScript note that will be used as the template for displaying - the shared note. Falls back to the default template. Consider using share_hidden_from_tree.
shareFavicon - Favicon note to be set in the shared page. Typically you want to set it - to share root and make it inheritable. Favicon note must be in the shared - sub-tree as well. Consider using share_hidden_from_tree.
-
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LabelDescription
runOn* + See Events +
template + note's attributes will be inherited even without a parent-child relationship, + note's content and subtree will be added to instance notes if empty. See + documentation for details.
inherit + note's attributes will be inherited even without a parent-child relationship. + See Templates for + a similar concept. See Attribute Inheritance in + the documentation.
renderNote + notes of type Render Note will + be rendered using a code note (HTML or script) and it is necessary to point + using this relation to which note should be rendered
widget_relation + target of this relation will be executed and rendered as a widget in the + sidebar
shareCss + CSS note which will be injected into the share page. CSS note must be + in the shared sub-tree as well. Consider using share_hidden_from_tree and share_omit_default_css as + well.
shareJs + JavaScript note which will be injected into the share page. JS note must + be in the shared sub-tree as well. Consider using share_hidden_from_tree.
shareTemplate + Embedded JavaScript note that will be used as the template for displaying + the shared note. Falls back to the default template. Consider using share_hidden_from_tree.
shareFavicon + Favicon note to be set in the shared page. Typically you want to set it + to share root and make it inheritable. Favicon note must be in the shared + sub-tree as well. Consider using share_hidden_from_tree.
\ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .html index 0e1f1c318..b2df5b4a9 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .html @@ -3,44 +3,39 @@

However, it is possible to manually configure Cross-Origin Resource Sharing (CORS) since Trilium v0.93.0 using environment variables or config.ini, as follows:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CORS HeaderCorresponding option in config.ini - Corresponding option in environment variables in the Network section
Access-Control-Allow-Origin - TRILIUM_NETWORK_CORS_ALLOW_ORIGIN - corsAllowOrigin 
Access-Control-Allow-Methods - TRILIUM_NETWORK_CORS_ALLOW_METHODS - corsAllowMethods 
Access-Control-Allow-Headers - TRILIUM_NETWORK_CORS_ALLOW_HEADERS - corsAllowHeaders -
-
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + +
CORS HeaderCorresponding option in config.ini + Corresponding option in environment variables in the Network section
Access-Control-Allow-Origin + TRILIUM_NETWORK_CORS_ALLOW_ORIGIN + corsAllowOrigin +
Access-Control-Allow-Methods + TRILIUM_NETWORK_CORS_ALLOW_METHODS + corsAllowMethods +
Access-Control-Allow-Headers + TRILIUM_NETWORK_CORS_ALLOW_HEADERS + corsAllowHeaders +
\ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Hidden Notes.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Hidden Notes.html index 8fabb2276..09568a2e5 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Hidden Notes.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Hidden Notes.html @@ -22,161 +22,159 @@ select AdvancedShow Hidden Subtree.

Contents of the hidden note tree

Here is a brief summary of all the notes within the hidden tree:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NoteDescription
Note Map - -

This note is actually opened when the Note Map feature - that is accessed from the Launch Bar.

-

It is possible to create any child notes in it without any additional - meaning. For example, it can be used to store a list of note maps which - can be linked to from other notes or bookmarked.

-
SQL Console History - -

When SQL queries or commands are executed in the SQL Console, they are stored here, - grouped by month. Only the query is stored and not the results.

-

This section can be accessed without going to the hidden tree by simply - going to the Global menu and - selecting Advanced → Open SQL Console History.

-

Notes can be added as children of this tree, but it's generally not recommended - to do so to not interfere with the normal history process.

-
Search History - -

Whenever a search is executed from the full Search, the query will be stored here, - grouped by month. Only the search parameters are stored and not the results - themselves.

-

This section can be accessed without going to the hidden tree by simply - going to the Global menu and - selecting Advanced → Open Search History.

-

Notes can be added as children of this tree, but it's generally not recommended - to do so to not interfere with the normal history process.

-
Bulk Action - -

This section is used for Bulk Actions. - The last configuration for bulk actions will be stored as part of this - note, each action in its own action label.

-

Notes can be added as children of this tree, but there won't be any benefit - in doing so.

-
Backend Log - -

This note corresponds to the backend log feature (see Error logs).

-

This item can be accessed without going to the hidden try by going to - the Global menu and - selecting Advanced → Show backend log.

-
User Hidden - This section can be used by scripts to - create their own notes that should not be directly visible to the user. - The note can be identified by scripts by its unique ID: _userHidden -
Launch Bar Templates - -

This section contains the templates for the creation of launchers in the  - Launch Bar. It is not possible to create child notes here.

-

Theoretically some of the notes here can be customized, but there's not - much benefit to be had in doing so.

-
Shared Notes - -

This tree lists all of the notes that are shared publicly. - It can be useful to track down which notes are shared regardless of their - position in the note tree.

-

This section can be accessed without going to the hidden tree simply by - going to the Global menu and - selecting Show Shared Notes Subtree.

-

Sub-notes cannot be created here.

-
Launch Bar - -

The tree contains both available and displayed items of the Launch Bar.

-

This section can be accessed without going to the hidden tree by:

-
    -
  • Going to the Global menu and - selecting Configure Launchbar.
  • -
  • Right-clicking an empty space on the Launch Bar and - selecting Configure Launchbar.
  • -
-

Sub-notes cannot be created here.

-
Options - -

This section stores the list of Options.

-

This section can be accessed without going to the hidden tree by:

-
    -
  • Going to the Global menu and - selecting Options.
  • -
  • Pressing the dedicated Options icon in the Launch Bar.
  • -
-
Mobile Launch Bar - -

This is very similar to the Launch Bar, but is dedicated for the - mobile UI only.

-

Accessing it outside the Launch Bar is the same as the Launch Bar, - but needs to be done so from the mobile interface.

-
User Guide - This is where the note structure for the User Guide is actually stored. - Only the metadata is stored, as the help itself is present as actual files - in the application directory.
-
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoteDescription
Note Map + +

This note is actually opened when the Note Map feature + that is accessed from the Launch Bar.

+

It is possible to create any child notes in it without any additional + meaning. For example, it can be used to store a list of note maps which + can be linked to from other notes or bookmarked.

+
SQL Console History + +

When SQL queries or commands are executed in the SQL Console, they are stored here, + grouped by month. Only the query is stored and not the results.

+

This section can be accessed without going to the hidden tree by simply + going to the Global menu and + selecting Advanced → Open SQL Console History.

+

Notes can be added as children of this tree, but it's generally not recommended + to do so to not interfere with the normal history process.

+
Search History + +

Whenever a search is executed from the full Search, the query will be stored here, + grouped by month. Only the search parameters are stored and not the results + themselves.

+

This section can be accessed without going to the hidden tree by simply + going to the Global menu and + selecting Advanced → Open Search History.

+

Notes can be added as children of this tree, but it's generally not recommended + to do so to not interfere with the normal history process.

+
Bulk Action + +

This section is used for Bulk Actions. + The last configuration for bulk actions will be stored as part of this + note, each action in its own action label.

+

Notes can be added as children of this tree, but there won't be any benefit + in doing so.

+
Backend Log + +

This note corresponds to the backend log feature (see Error logs).

+

This item can be accessed without going to the hidden try by going to + the Global menu and + selecting Advanced → Show backend log.

+
User Hidden + This section can be used by scripts to + create their own notes that should not be directly visible to the user. + The note can be identified by scripts by its unique ID: _userHidden +
Launch Bar Templates + +

This section contains the templates for the creation of launchers in the  + Launch Bar. It is not possible to create child notes here.

+

Theoretically some of the notes here can be customized, but there's not + much benefit to be had in doing so.

+
Shared Notes + +

This tree lists all of the notes that are shared publicly. + It can be useful to track down which notes are shared regardless of their + position in the note tree.

+

This section can be accessed without going to the hidden tree simply by + going to the Global menu and + selecting Show Shared Notes Subtree.

+

Sub-notes cannot be created here.

+
Launch Bar + +

The tree contains both available and displayed items of the Launch Bar.

+

This section can be accessed without going to the hidden tree by:

+
    +
  • Going to the Global menu and + selecting Configure Launchbar.
  • +
  • Right-clicking an empty space on the Launch Bar and + selecting Configure Launchbar.
  • +
+

Sub-notes cannot be created here.

+
Options + +

This section stores the list of Options.

+

This section can be accessed without going to the hidden tree by:

+
    +
  • Going to the Global menu and + selecting Options.
  • +
  • Pressing the dedicated Options icon in the Launch Bar.
  • +
+
Mobile Launch Bar + +

This is very similar to the Launch Bar, but is dedicated for the + mobile UI only.

+

Accessing it outside the Launch Bar is the same as the Launch Bar, + but needs to be done so from the mobile interface.

+
User Guide + This is where the note structure for the User Guide is actually stored. + Only the metadata is stored, as the help itself is present as actual files + in the application directory.
\ No newline at end of file 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 dacbf362c..dcb06f40d 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 @@ -19,154 +19,152 @@ class="image">
  • Displaying the date of the last update of the note.
  • 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:

    Configuration

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    LabelDescription
    workspace - Marks this note as a workspace, button to enter the workspace is controlled - by this
    workspaceIconClass - defines box icon CSS class which will be used in tab when hoisted to this - note
    workspaceTabBackgroundColor - CSS color used in the note tab when hoisted to this note, use any CSS - color format, e.g. "lightblue" or "#ddd". See https://www.w3schools.com/cssref/css_colors.asp.
    workspaceCalendarRoot - Marking a note with this label will define a new per-workspace calendar - for Day Notes. - If there's no such note, the global calendar will be used.
    workspaceTemplate - This note will appear in the selection of available template when creating - new note, but only when hoisted into a workspace containing this template
    workspaceSearchHome - new search notes will be created as children of this note when hoisted - to some ancestor of this workspace note
    workspaceInbox - default inbox location for new notes when hoisted to some ancestor of - this workspace note
    -
    \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LabelDescription
    workspace + Marks this note as a workspace, button to enter the workspace is controlled + by this
    workspaceIconClass + defines box icon CSS class which will be used in tab when hoisted to this + note
    workspaceTabBackgroundColor + CSS color used in the note tab when hoisted to this note, use any CSS + color format, e.g. "lightblue" or "#ddd". See https://www.w3schools.com/cssref/css_colors.asp.
    workspaceCalendarRoot + Marking a note with this label will define a new per-workspace calendar + for Day Notes. + If there's no such note, the global calendar will be used.
    workspaceTemplate + This note will appear in the selection of available template when creating + new note, but only when hoisted into a workspace containing this template
    workspaceSearchHome + new search notes will be created as children of this note when hoisted + to some ancestor of this workspace note
    workspaceInbox + default inbox location for new notes when hoisted to some ancestor of + this workspace note
    \ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html index d2b5e6b60..a20e3f16c 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html @@ -6,10 +6,10 @@ of the note for easy navigation.

    Configuration