diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json
index d5c9310de..b0a615bd2 100644
--- a/docs/User Guide/!!!meta.json
+++ b/docs/User Guide/!!!meta.json
@@ -1715,6 +1715,13 @@
"value": "bx bx-cog",
"isInheritable": false,
"position": 10
+ },
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "_options",
+ "isInheritable": false,
+ "position": 60
}
],
"format": "markdown",
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md
index 7b83f8c1d..065731948 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md
@@ -1,5 +1,5 @@
# Jump to Note
-
+
The _Jump to Note_ function allows easy navigation between notes by searching for their title. In addition to that, it can also trigger a full search or create notes.
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md
index e92b8c6ac..213156e1d 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md
@@ -1,5 +1,5 @@
# Quick search
-
+
The _Quick search_ function does a full-text search (that is, it searches through the content of notes and not just the title of a note) and displays the result in an easy-to-access manner.
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md
index 55ba11ee4..d2fea88f5 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md
@@ -10,7 +10,7 @@ By default, the notes will be displayed in a grid, however there are also some o
### Grid view
-
+
This view presents the child notes in a grid format, allowing for a more visual navigation experience.
@@ -23,12 +23,12 @@ This is the default view type.
### List view
-
+
In the list view mode, each note is displayed in a single row with only the title and the icon of the note being visible by the default. By pressing the expand button it's possible to view the content of the note, as well as the children of the note (recursively).
### Calendar view
-
+
In the calendar view, child notes are represented as events, with a start date and optionally an end date. The view also has interaction support such as moving or creating new events. See Calendar View for more information.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md
index 77b6ad014..abaa58bc8 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md
@@ -1,5 +1,5 @@
# Calendar View
-
+
The Calendar view of Book notes will display each child note in a calendar that has a start date and optionally an end date, as an event.
@@ -14,10 +14,7 @@ Unlike other Book view types, the Calendar view also allows some kind of interac
## Creating a calendar
-| | | |
-| --- | --- | --- |
-| 1 |  | The Calendar View works only for Book note types. To create a new note, right click on the note tree on the left and select Insert note after, or Insert child note and then select _Book_. |
-| 2 |  | Once created, the “View type” of the Book needs changed to “Calendar”, by selecting the “Book Properties” tab in the ribbon. |
+
1
The Calendar View works only for Book note types. To create a new note, right click on the note tree on the left and select Insert note after, or Insert child note and then select Book.
2
Once created, the “View type” of the Book needs changed to “Calendar”, by selecting the “Book Properties” tab in the ribbon.
## Creating a new event/note
@@ -39,7 +36,7 @@ Unlike other Book view types, the Calendar view also allows some kind of interac
The following attributes can be added to the book type:
-
Name
Description
#calendar:hideWeekends
When present (regardless of value), it will hide Saturday and Sundays from the calendar.
#calendar:weekNumbers
When present (regardless of value), it will show the number of the week on the calendar.
#calendar:view
Which view to display in the calendar:
timeGridWeek for the week view;
dayGridMonth for the month view;
multiMonthYear for the year view;
listMonth for the list view.
Any other value will be dismissed and the default view (month) will be used instead.
The value of this label is automatically updated when changing the view using the UI buttons.
~child:template
Defines the template for newly created notes in the calendar (via dragging or clicking).
+
Name
Description
#calendar:hideWeekends
When present (regardless of value), it will hide Saturday and Sundays from the calendar.
#calendar:weekNumbers
When present (regardless of value), it will show the number of the week on the calendar.
#calendar:view
Which view to display in the calendar:
timeGridWeek for the week view;
dayGridMonth for the month view;
multiMonthYear for the year view;
listMonth for the list view.
Any other value will be dismissed and the default view (month) will be used instead.
The value of this label is automatically updated when changing the view using the UI buttons.
~child:template
Defines the template for newly created notes in the calendar (via dragging or clicking).
In addition, the first day of the week can be either Sunday or Monday and can be adjusted from the application settings.
@@ -47,21 +44,7 @@ In addition, the first day of the week can be either Sunday or Monday and can be
For each note of the calendar, the following attributes can be used:
-| Name | Description |
-| --- | --- |
-| `#startDate` | The date the event starts, which will display it in the calendar. The format is `YYYY-MM-DD` (year, month and day separated by a minus sign). |
-| `#endDate` | Similar to `startDate`, mentions the end date if the event spans across multiple days. The date is inclusive, so the end day is also considered. The attribute can be missing for single-day events. |
-| `#startTime` | The time the event starts at. If this value is missing, then the event is considered a full-day event. The format is `HH:MM` (hours in 24-hour format and minutes). |
-| `#endTime` | Similar to `startTime`, it mentions the time at which the event ends (in relation with `endDate` if present, or `startDate`). |
-| `#color` | Displays the event with a specified color (named such as `red`, `gray` or hex such as `#FF0000`). This will also change the color of the note in other places such as the note tree. |
-| `#calendar:color` | Similar to `#color`, but applies the color only for the event in the calendar and not for other places such as the note tree. |
-| `#iconClass` | If present, the icon of the note will be displayed to the left of the event title. |
-| `#calendar:title` | Changes the title of an event to point to an attribute of the note other than the title, can either a label or a relation (without the `#` or `~` symbol). See _Use-cases_ for more information. |
-| `#calendar:displayedAttributes` | Allows displaying the value of one or more attributes in the calendar like this:
It can also be used with relations, case in which it will display the title of the target note:
`~assignee=@My assignee #calendar:displayedAttributes="assignee"` |
-| `#calendar:startDate` | Allows using a different label to represent the start date, other than `startDate` (e.g. `expiryDate`). The label name **must not be** prefixed with `#`. If the label is not defined for a note, the default will be used instead. |
-| `#calendar:endDate` | Similar to `#calendar:startDate`, allows changing the attribute which is being used to read the end date. |
-| `#calendar:startTime` | Similar to `#calendar:startDate`, allows changing the attribute which is being used to read the start time. |
-| `#calendar:endTime` | Similar to `#calendar:startDate`, allows changing the attribute which is being used to read the end time. |
+
Name
Description
#startDate
The date the event starts, which will display it in the calendar. The format is YYYY-MM-DD (year, month and day separated by a minus sign).
#endDate
Similar to startDate, mentions the end date if the event spans across multiple days. The date is inclusive, so the end day is also considered. The attribute can be missing for single-day events.
#startTime
The time the event starts at. If this value is missing, then the event is considered a full-day event. The format is HH:MM (hours in 24-hour format and minutes).
#endTime
Similar to startTime, it mentions the time at which the event ends (in relation with endDate if present, or startDate).
#color
Displays the event with a specified color (named such as red, gray or hex such as #FF0000). This will also change the color of the note in other places such as the note tree.
#calendar:color
Similar to #color, but applies the color only for the event in the calendar and not for other places such as the note tree.
#iconClass
If present, the icon of the note will be displayed to the left of the event title.
#calendar:title
Changes the title of an event to point to an attribute of the note other than the title, can either a label or a relation (without the # or ~ symbol). See Use-cases for more information.
#calendar:displayedAttributes
Allows displaying the value of one or more attributes in the calendar like this:
Allows using a different label to represent the start date, other than startDate (e.g. expiryDate). The label name must not be prefixed with #. If the label is not defined for a note, the default will be used instead.
#calendar:endDate
Similar to #calendar:startDate, allows changing the attribute which is being used to read the end date.
#calendar:startTime
Similar to #calendar:startDate, allows changing the attribute which is being used to read the start time.
#calendar:endTime
Similar to #calendar:startDate, allows changing the attribute which is being used to read the end time.
## How the calendar works
@@ -96,7 +79,7 @@ Based on the `#calendarRoot` (or `#workspaceCalendarRoot`) attribute, the calend
* Clicking on the empty space on a date will automatically open that day's note or create it if it does not exist.
* Direct children of a day note will be displayed on the calendar despite not having a `dateNote` attribute. Children of the child notes will not be displayed.
-
+
### Using a different attribute as event title
@@ -104,7 +87,7 @@ By default, events are displayed on the calendar by their note title. However, i
To do so, assign `#calendar:title` to the child note (not the calendar/book note), with the value being `name` where `name` can be any label (make not to add the `#` prefix). The attribute can also come through inheritance such as a template attribute. If the note does not have the requested label, the title of the note will be used instead.
-
### Using a relation attribute as event title
@@ -112,12 +95,8 @@ Similarly to using an attribute, use `#calendar:title` and set it to `name` wher
Moreover, if there are more relations of the same name, they will be displayed as multiple events coming from the same note.
-| | |
-| --- | --- |
-| `#startDate=2025-02-14 #endDate=2025-02-15 ~for=@John Smith ~for=@Jane Doe #calendar:title="for"` |  |
+
#startDate=2025-02-14 #endDate=2025-02-15 ~for=@John Smith ~for=@Jane Doe #calendar:title="for"
Note that it's even possible to have a `#calendar:title` on the target note (e.g. “John Smith”) which will try to render an attribute of it. Note that it's not possible to use a relation here as well for safety reasons (an accidental recursion of attributes could cause the application to loop infinitely).
-| | |
-| --- | --- |
-| `#calendar:title="shortName" #shortName="John S."` |  |
\ No newline at end of file
+
#calendar:title="shortName" #shortName="John S."
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md
index 7420e7225..61da3ab1a 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md
@@ -1,5 +1,5 @@
# Floating buttons
-
+
Depending on the current note, a panel will appear near the top-right of the note, right underneath the Ribbon. These buttons offer additional interaction that is specific to that particular note.
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md
index 9b35c89b6..e8327a700 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md
@@ -1,5 +1,5 @@
# Options
-
+
The Options section allows the configuration of the TriliumNext client and server.
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
index f285e0708..7086e8514 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
@@ -1,15 +1,15 @@
# Split View
In Trilium, is possible to work with two or more notes side-by-side.
-
+
## **Interactions**
-* Press the button to the right of a note's title to open a new split to the right of it.
+* Press the  button to the right of a note's title to open a new split to the right of it.
* It is possible to have as many splits as desired, simply press again the button.
* Only horizontal splits are possible, vertical or drag & dropping is not supported.
* When at least one split is open, press the  button next to it to close it.
-* Use the or the button to move around the splits.
+* Use the  or the  button to move around the splits.
* Each [tab](Tabs.md) has its own split view configuration (e.g. one tab can have two notes in a split view, whereas the others are one-note views).
* The tab will indicate only the title of the main note (the first one in the list).
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md
index ee6d6e953..7296e7cda 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md
@@ -1,5 +1,5 @@
# Tabs
-
+
In Trilium, tabs allow easy switching between notes.
diff --git a/docs/User Guide/User Guide/Note Types.md b/docs/User Guide/User Guide/Note Types.md
index f8abd9de9..db8da18f4 100644
--- a/docs/User Guide/User Guide/Note Types.md
+++ b/docs/User Guide/User Guide/Note Types.md
@@ -10,7 +10,7 @@ To create a new note of a different type, head to the
+
## Creating a new note of a different type via add link or new tab
diff --git a/docs/User Guide/User Guide/Note Types/Code/Scripts/New Task launcher button.md b/docs/User Guide/User Guide/Note Types/Code/Scripts/New Task launcher button.md
index 1de02fa46..8c9148c42 100644
--- a/docs/User Guide/User Guide/Note Types/Code/Scripts/New Task launcher button.md
+++ b/docs/User Guide/User Guide/Note Types/Code/Scripts/New Task launcher button.md
@@ -34,7 +34,7 @@ Since we set the script to be run on start-up, all we need to do is to [refresh
## Understanding how the script works
-
api.addButtonToToolbar({
+
api.addButtonToToolbar({
title: "New task",
icon: "task",
shortcut: "alt+n",
diff --git a/docs/User Guide/User Guide/Note Types/File.md b/docs/User Guide/User Guide/Note Types/File.md
index a270a6714..10bb0737e 100644
--- a/docs/User Guide/User Guide/Note Types/File.md
+++ b/docs/User Guide/User Guide/Note Types/File.md
@@ -12,7 +12,7 @@ Since these files come from an external source, it is not possible to create a _
### PDFs
-
+
PDFs can be browsed directly from Trilium.
@@ -29,7 +29,7 @@ Interaction:
### Images
-
+
Interaction:
@@ -37,7 +37,7 @@ Interaction:
### Videos
-
+
Video files can be added in as well. The file is streamed directly, so when accessing the note from a server it doesn't have to download the entire video to start playing it.
@@ -46,7 +46,7 @@ Video files can be added in as well. The file is streamed directly, so when acce
### Audio
-
+
Adding a supported audio file will reveal a basic audio player that can be used to play it.
@@ -59,7 +59,7 @@ Interactions:
### Text files
-
+
Files that are identified as containing text will show a preview of their content. One common use case for this type of file is to embed text files whose content is not necessarily of interest to the user, such as third-party libraries or generated content, that can then be downloaded if needed.
@@ -69,7 +69,7 @@ Since one of the use cases for having files instead of notes is to display large
### Unknown file types
-
+
If the file could not be identified as any of the supported file types from above, it will be treated as an unknown file. In this case, all the default interactions will be available such as downloading or opening the file externally, but there will be no preview of the content.
@@ -84,6 +84,9 @@ If the file could not be identified as any of the supported file types from abov
## Relation with other notes
-* Files are also displayed in the Note List based on their type:
+* Files are also displayed in the Note List based on their type:
+
+
+
* Non-image files can be embedded into text notes as read-only widgets via the Include Note functionality.
* Image files can be embedded into text notes like normal images via Image references.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Note Types/Geo Map.md b/docs/User Guide/User Guide/Note Types/Geo Map.md
index 4301227e2..73b945fe8 100644
--- a/docs/User Guide/User Guide/Note Types/Geo Map.md
+++ b/docs/User Guide/User Guide/Note Types/Geo Map.md
@@ -1,14 +1,11 @@
# Geo Map
-
+
This note type displays the children notes on a geographical map, based on an attribute. It is also possible to add new notes at a specific location using the built-in interface.
## Creating a new geo map
-| | | |
-| --- | --- | --- |
-| 1 |  | Right click on any note on the note tree and select _Insert child note_ → _Geo Map (beta)_. |
-| 2 |  | By default the map will be empty and will show the entire world. |
+
1
Right click on any note on the note tree and select Insert child note → Geo Map (beta).
2
By default the map will be empty and will show the entire world.
## Repositioning the map
@@ -19,18 +16,13 @@ The position on the map and the zoom are saved inside the map note and restored
## Adding a marker using the map
-| | | |
-| --- | --- | --- |
-| 1 | To create a marker, first navigate to the desired point on the map. Then press the  button in the [Floating buttons](../Basic%20Concepts%20and%20Features/UI%20Elements/Floating%20buttons.md) (top-right) area.
If the button is not visible, make sure the button section is visible by pressing the chevron button () in the top-right of the map. | |
-| 2 |  | Once pressed, the map will enter in the insert mode, as illustrated by the notification.
Simply click the point on the map where to place the marker, or the Escape key to cancel. |
-| 3 |  | Enter the name of the marker/note to be created. |
-| 4 |  | Once confirmed, the marker will show up on the map and it will also be displayed as a child note of the map. |
+
1
To create a marker, first navigate to the desired point on the map. Then press the button in the Floating buttons (top-right) area.
If the button is not visible, make sure the button section is visible by pressing the chevron button () in the top-right of the map.
2
Once pressed, the map will enter in the insert mode, as illustrated by the notification.
Simply click the point on the map where to place the marker, or the Escape key to cancel.
3
Enter the name of the marker/note to be created.
4
Once confirmed, the marker will show up on the map and it will also be displayed as a child note of the map.
## How the location of the markers is stored
The location of a marker is stored in the `#geolocation` attribute of the child notes:
-
+
This value can be added manually if needed. The value of the attribute is made up of the latitude and longitude separated by a comma.
@@ -54,7 +46,7 @@ If moved by mistake, there is currently no way to undo the change. If the mouse
## Icon and color of the markers
-
+
The markers will have the same icon as the note.
@@ -68,35 +60,23 @@ The value of the attribute is made up of the latitude and longitude separated by
### Adding from Google Maps
-| | | |
-| --- | --- | --- |
-| 1 |  | Go to Google Maps on the web and look for a desired location, right click on it and a context menu will show up.
Simply click on the first item displaying the coordinates and they will be copied to clipboard.
Then paste the value inside the text box into the `#geolocation` attribute of a child note of the map (don't forget to surround the value with a `"` character). |
-| 2 |  | In Trilium, create a child note under the map. |
-| 3 |  | And then go to Owned Attributes and type `#geolocation="`, then paste from the clipboard as-is and then add the ending `"` character. Press Enter to confirm and the map should now be updated to contain the new note. |
+
1
Go to Google Maps on the web and look for a desired location, right click on it and a context menu will show up.
Simply click on the first item displaying the coordinates and they will be copied to clipboard.
Then paste the value inside the text box into the #geolocation attribute of a child note of the map (don't forget to surround the value with a " character).
2
In Trilium, create a child note under the map.
3
And then go to Owned Attributes and type #geolocation=", then paste from the clipboard as-is and then add the ending " character. Press Enter to confirm and the map should now be updated to contain the new note.
### Adding from OpenStreetMap
Similarly to the Google Maps approach:
-| | | |
-| --- | --- | --- |
-| 1 |  | Go to any location on openstreetmap.org and right click to bring up the context menu. Select the “Show address” item. |
-| 2 |  | The address will be visible in the top-left of the screen, in the place of the search bar.
Select the coordinates and copy them into the clipboard. |
-| 3 |  | Simply paste the value inside the text box into the `#geolocation` attribute of a child note of the map and then it should be displayed on the map. |
+
1
Go to any location on openstreetmap.org and right click to bring up the context menu. Select the “Show address” item.
2
The address will be visible in the top-left of the screen, in the place of the search bar.
Select the coordinates and copy them into the clipboard.
3
Simply paste the value inside the text box into the #geolocation attribute of a child note of the map and then it should be displayed on the map.
## Adding GPS tracks (.gpx)
Trilium has basic support for displaying GPS tracks on the geo map.
-| | | |
-| --- | --- | --- |
-| 1 |  | To add a track, simply drag & drop a .gpx file inside the geo map in the note tree. |
-| 2 |  | In order for the file to be recognized as a GPS track, it needs to show up as `application/gpx+xml` in the _File type_ field. |
-| 3 |  | When going back to the map, the track should now be visible.
The start and end points of the track are indicated by the two blue markers. |
+
1
To add a track, simply drag & drop a .gpx file inside the geo map in the note tree.
2
In order for the file to be recognized as a GPS track, it needs to show up as application/gpx+xml in the File type field.
3
When going back to the map, the track should now be visible.
The start and end points of the track are indicated by the two blue markers.
## Troubleshooting
-
+
### Grid-like artifacts on the map
diff --git a/docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md b/docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md
index d6badd0d8..03987d969 100644
--- a/docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md
+++ b/docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md
@@ -1,5 +1,5 @@
# Mermaid Diagrams
-
+
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.
diff --git a/docs/User Guide/User Guide/Note Types/Mind Map.md b/docs/User Guide/User Guide/Note Types/Mind Map.md
index 50bb081ca..82bd8b889 100644
--- a/docs/User Guide/User Guide/Note Types/Mind Map.md
+++ b/docs/User Guide/User Guide/Note Types/Mind Map.md
@@ -1,5 +1,5 @@
# Mind Map
-
+
The mindmap allows for easy jotting down of ideas and storing them in a hierarchical fashion.
diff --git a/docs/User Guide/User Guide/Note Types/Note Map.md b/docs/User Guide/User Guide/Note Types/Note Map.md
index 1dbeae3b3..ff79aea46 100644
--- a/docs/User Guide/User Guide/Note Types/Note Map.md
+++ b/docs/User Guide/User Guide/Note Types/Note Map.md
@@ -1,5 +1,5 @@
# Note Map
-
+
A Note map is a note type which displays a standalone version of the feature of the same name: [Note Map (Link map, Tree map)](../Advanced%20Usage/Note%20Map%20\(Link%20map%2C%20Tree%20map\).md).
diff --git a/docs/User Guide/User Guide/Note Types/Text/Images/Image references.md b/docs/User Guide/User Guide/Note Types/Text/Images/Image references.md
index ac1a0347a..79e210233 100644
--- a/docs/User Guide/User Guide/Note Types/Text/Images/Image references.md
+++ b/docs/User Guide/User Guide/Note Types/Text/Images/Image references.md
@@ -1,5 +1,5 @@
# Image references
-
+
Image references are an easy way to embed the preview of another note type into a Text note.
@@ -11,7 +11,7 @@ Image references are an easy way to embed the preview of another note type into
## Steps
-1. Go to one of the supported notes (listed above) and look for the button in the Floating buttons area.
+1. Go to one of the supported notes (listed above) and look for the  button in the Floating buttons area.
2. Go to a Text note and use the Paste function to insert the reference to that note.
## Interaction
diff --git a/docs/User Guide/User Guide/Note Types/Text/Include Note.md b/docs/User Guide/User Guide/Note Types/Text/Include Note.md
index 14b733445..477a000e9 100644
--- a/docs/User Guide/User Guide/Note Types/Text/Include Note.md
+++ b/docs/User Guide/User Guide/Note Types/Text/Include Note.md
@@ -3,4 +3,4 @@ Text notes can "include" another note as a read-only widget. This can be useful
## Including a note
-In the Formatting toolbar, look for the button. There is also a keyboard shortcut defined for it but it is not allocated by default.
\ No newline at end of file
+In the Formatting toolbar, look for the  button. There is also a keyboard shortcut defined for it but it is not allocated by default.
\ No newline at end of file
diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json
index 1fd1238d2..7af18143a 100644
--- a/src/public/app/doc_notes/en/User Guide/!!!meta.json
+++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json
@@ -1715,6 +1715,13 @@
"value": "bx bx-cog",
"isInheritable": false,
"position": 10
+ },
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "_options",
+ "isInheritable": false,
+ "position": 60
}
],
"format": "html",
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.html
index 08ae4867c..5a9c94d8c 100644
--- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.html
+++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.html
@@ -13,7 +13,7 @@