docs(user): mention markdown ToC

This commit is contained in:
Elian Doran
2026-04-25 11:38:32 +03:00
parent d363a4870b
commit bd9eae5c9d
3 changed files with 36 additions and 0 deletions
@@ -65,6 +65,16 @@
[^2]: the second footnote</code></pre>
</li>
</ul>
<h3>Other features</h3>
<ul>
<li>The&nbsp;<a class="reference-link" href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/iPIMuisry3hd/_help_BFvAtE74rbP6">Table of contents</a>&nbsp;will
be displayed in the&nbsp;<a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_RnaPdbciOfeq">Right Sidebar</a>&nbsp;based
on the Markdown-level headings.
<ul>
<li>This feature is available only on the&nbsp;<a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_IjZS7iK5EXtb">New Layout</a>.</li>
</ul>
</li>
</ul>
<h3>Shared notes</h3>
<p>When a Markdown note is <a href="#root/pOsGYCXsbNQG/tC7s2alapj8V/_help_R9pX4DGra2Vt">shared publicly</a>,
it will be rendered with extended formatting just like&nbsp;<a class="reference-link"
+21
View File
@@ -11071,6 +11071,27 @@
"value": "AgjCISero73a",
"isInheritable": false,
"position": 140
},
{
"type": "relation",
"name": "internalLink",
"value": "BFvAtE74rbP6",
"isInheritable": false,
"position": 150
},
{
"type": "relation",
"name": "internalLink",
"value": "RnaPdbciOfeq",
"isInheritable": false,
"position": 160
},
{
"type": "relation",
"name": "internalLink",
"value": "IjZS7iK5EXtb",
"isInheritable": false,
"position": 170
}
],
"format": "markdown",
+5
View File
@@ -50,6 +50,11 @@ The following features are supported by Trilium's Markdown format and will show
[^2]: the second footnote
```
### Other features
* The <a class="reference-link" href="Text/Table%20of%20contents.md">Table of contents</a> will be displayed in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Right%20Sidebar.md">Right Sidebar</a> based on the Markdown-level headings.
* This feature is available only on the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/New%20Layout.md">New Layout</a>.
### Shared notes
When a Markdown note is [shared publicly](../Advanced%20Usage/Sharing.md), it will be rendered with extended formatting just like <a class="reference-link" href="Text.md">Text</a> notes.