Note that the sidebar is not displayed if it would otherwise be empty,
+ for example if there are too few headings and there are no highlights.
+
Toggling the right sidebar
+
The sidebar can be hidden or shown by using the toggleRightPane keyboard
+ shortcut, which is not assigned by default.
+
Relation with splits
+
When using Split View,
+ there is a single sidebar serving all the open splits for the current
+ tab.
+
Clicking on a note within the split view will display the sidebar for
+ that note. If there are no items to display in the sidebar, it will remain
+ closed.
+
+
+
+
+
\ No newline at end of file
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar_image.png
new file mode 100644
index 000000000..d6717a0cc
Binary files /dev/null and b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar_image.png differ
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list.html b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list.html
new file mode 100644
index 000000000..6bd65a081
--- /dev/null
+++ b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ Highlights list
+
+
+
+
+
Highlights list
+
+
+
+
+
+
Similar to the Table of contents,
+ but instead of headings this feature will list highlighted text from a
+ text note and allow easy navigation to them. The list will be displayed
+ in the Right Sidebar,
+ provided there is at least one highlighted text.
+
Highlighted text is defined as:
+
+
Bold text.
+
Italic text.
+
Underlined text.
+
Text with a foreground color set.
+
Text with a background color/highlight set.
+
+
Interaction
+
+
Clicking on a highlighted text will scroll the document to its position.
+
Pressing the close button will dismiss the list of highlights but it can
+ be shown again from the Floating buttons section.
+
+
Global configuration
+
It's possible to toggle the display of each category of highlighted text
+ (as defined above) in the highlights list by going to Text Notes settings
+ and looking for the Highlights List section.
+
Per-note configuration
+
To suppress the display of highlighted text for one specific note, use
+ Attributes to add the #hideHighlightWidget label.
+
+
+
+
+
\ No newline at end of file
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list_image.png
new file mode 100644
index 000000000..5053f128c
Binary files /dev/null and b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Highlights list_image.png differ
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents.html b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents.html
new file mode 100644
index 000000000..b503678db
--- /dev/null
+++ b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ Table of contents
+
+
+
+
+
Table of contents
+
+
+
+
+
+
The table of contents appears in the Right Sidebar automatically
+ when there are multiple headings in a text note.
+
Interaction
+
+
Clicking on a heading will scroll the document to the position of the
+ heading.
+
Pressing the close button will dismiss the table of contents but it can
+ be shown again from the Floating buttons section.
+
+
Global configuration
+
In Text Notes options,
+ look for the Table of Contents section and configure the minimum
+ amount of headings that need to be present in the current note in order
+ for the table of contents to show:
+
+
To always hide it, set the value to a really large number (e.g. 10000).
+
To always display it if there's at least a single heading, set the value
+ to 1.
+
+
Per-note configuration
+
Use Attributes to
+ configure the table of contents for a particular note:
+
+
#toc=show will show the table of contents for that note regardless
+ of the global settings.
+
Similarly, #toc=hide will always hide the table of contents
+ for that note.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents_image.png
new file mode 100644
index 000000000..9c80dad37
Binary files /dev/null and b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Table of contents_image.png differ
diff --git a/src/public/app/doc_notes/en/User Guide/navigation.html b/src/public/app/doc_notes/en/User Guide/navigation.html
index a26876b30..cd5b57d63 100644
--- a/src/public/app/doc_notes/en/User Guide/navigation.html
+++ b/src/public/app/doc_notes/en/User Guide/navigation.html
@@ -106,6 +106,9 @@