feat(docs): improve documentation, add icons, reorganize
4181
src/public/app/doc_notes/en/User Guide/!!!meta.json
generated
@@ -27,7 +27,7 @@
|
||||
<p>
|
||||
<img src="1_Day Notes_image.png">
|
||||
</p>
|
||||
<p>This pattern works well also because of <a href="../../Basic%20Concepts/Note/Cloning%20Notes.html">Cloning Notes</a> functionality
|
||||
<p>This pattern works well also because of <a href="../../Basic%20Concepts%20and%20Features/Notes/Cloning%20Notes.html">Cloning Notes</a> functionality
|
||||
- note can appear in multiple places in the note tree, so besides appearing
|
||||
under day note, it can also be categorized into other notes.</p>
|
||||
<h2>Demo</h2>
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
and arbitrary tags - whenever you change tag attribute in the task note,
|
||||
this task is then automatically moved to appropriate location.</p>
|
||||
<p>Task Manager also integrates with <a href="Day%20Notes.html">day notes</a> -
|
||||
notes are <a href="../../Basic%20Concepts/Note/Cloning%20Notes.html">cloned</a> into
|
||||
day note to both todoDate note and doneDate note (with <a href="../../Basic%20Concepts/Navigation/Tree%20Concepts.html">prefix</a> of
|
||||
notes are <a href="../../Basic%20Concepts%20and%20Features/Notes/Cloning%20Notes.html">cloned</a> into
|
||||
day note to both todoDate note and doneDate note (with <a href="../../Basic%20Concepts%20and%20Features/Navigation/Tree%20Concepts.html">prefix</a> of
|
||||
either "TODO" or "DONE").</p>
|
||||
<h2>Implementation</h2>
|
||||
<p>New tasks are created in the TODO note which has <code>~child:template</code>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<li><code>**cssClass**</code>: Adds a CSS class to the note's representation
|
||||
in the tree</li>
|
||||
<li><code>**iconClass**</code>: Adds a CSS class to the note's icon, useful
|
||||
for distinguishing notes visually. See <a href="../Basic%20Concepts/Note/Note%20Icons.html">note icons</a>
|
||||
for distinguishing notes visually. See <a href="../Basic%20Concepts%20and%20Features/Notes/Note%20Icons.html">note icons</a>
|
||||
</li>
|
||||
<li><code>**pageSize**</code>: Specifies the number of items per page in note
|
||||
listings</li>
|
||||
@@ -83,13 +83,13 @@
|
||||
component tree</li>
|
||||
<li><code>**workspace**</code> <strong>and related attributes</strong>: See
|
||||
<a
|
||||
href="../Basic%20Concepts/Navigation/Workspace.html">Workspace</a>for more details</li>
|
||||
href="../Basic%20Concepts%20and%20Features/Navigation/Workspace.html">Workspace</a>for more details</li>
|
||||
<li><code>**searchHome**</code>: Specifies the parent for new search notes</li>
|
||||
<li><code>**inbox**</code>: Designates a default location for new notes created
|
||||
via the sidebar</li>
|
||||
<li><code>**sqlConsoleHome**</code>: Default location for SQL console notes</li>
|
||||
<li><code>**bookmarked**</code> <strong>and</strong> <code>**bookmarkFolder**</code>:
|
||||
See <a href="../Basic%20Concepts/Navigation/Bookmarks.html">Bookmarks</a>
|
||||
See <a href="../Basic%20Concepts%20and%20Features/Navigation/Bookmarks.html">Bookmarks</a>
|
||||
</li>
|
||||
<li><code>**shareXXX**</code>: See <a href="Sharing.html">Sharing</a>
|
||||
</li>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</p>
|
||||
<p>For the template to appear in the menu, the template note must have the <code>#template</code> label.
|
||||
Do not confuse this with the <code>~template</code> relation, which links
|
||||
the instance note to the template note. If you use <a href="../../Basic%20Concepts/Navigation/Workspace.html">workspaces</a>,
|
||||
the instance note to the template note. If you use <a href="../../Basic%20Concepts%20and%20Features/Navigation/Workspace.html">workspaces</a>,
|
||||
you can also mark templates with <code>#workspaceTemplate</code> to display
|
||||
them only in the workspace.</p>
|
||||
<p>Templates can also be added or changed after note creation by creating
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</li>
|
||||
<li><a href="Advanced%20Showcases/Task%20Manager.html">Task Manager</a>
|
||||
</li>
|
||||
<li><a href="../Basic%20Concepts/Themes.html">Custom CSS Themes</a>
|
||||
<li><a href="../Basic%20Concepts%20and%20Features/Themes.html">Custom CSS Themes</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Restoring Demo Notes</h3>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="ck-content">
|
||||
<p>The SQL Console is Trilium's built-in database editor.</p>
|
||||
<p>It can be accessed by going to the <a href="../../../Basic%20Concepts/UI%20Elements">global menu</a> →
|
||||
<p>It can be accessed by going to the <a href="../../../Basic%20Concepts%20and%20Features/UI%20Elements">global menu</a> →
|
||||
Advanced → Open SQL Console.</p>
|
||||
<p>
|
||||
<img src="SQL Console_image.png">
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
</p></code></pre>
|
||||
<h2>Viewing the source code</h2>
|
||||
<p>It is possible to view the source code of a note by pressing the contextual
|
||||
menu in <a class="reference-link" href="../Basic%20Concepts/UI%20Elements/Note%20buttons.html">Note buttons</a> and
|
||||
menu in <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Note%20buttons.html">Note buttons</a> and
|
||||
selecting <em>Note source</em>.</p>
|
||||
<p>
|
||||
<img src="Note source_image.png" width="860" height="377">
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<li><strong>Omitting Default CSS</strong>: For extensive styling changes,
|
||||
use the <code>#shareOmitDefaultCss</code> label to avoid conflicts with Trilium's
|
||||
<a
|
||||
href="../Basic%20Concepts/Themes.html">default stylesheet</a>.</li>
|
||||
href="../Basic%20Concepts%20and%20Features/Themes.html">default stylesheet</a>.</li>
|
||||
</ul>
|
||||
<h3>Adding JavaScript</h3>
|
||||
<p>You can inject custom JavaScript into the shared note using the <code>~shareJs</code> relation.
|
||||
|
||||
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@@ -75,7 +75,7 @@
|
||||
<li><kbd>Shift</kbd>+<kbd>🖱 Left click</kbd> - multi select note which you
|
||||
clicked on</li>
|
||||
<li><kbd>Ctrl</kbd>+<kbd>C</kbd> - copies current note (or current selection)
|
||||
into clipboard (used for <a href="Note/Cloning%20Notes.html">cloning</a>
|
||||
into clipboard (used for <a href="Notes/Cloning%20Notes.html">cloning</a>
|
||||
</li>
|
||||
<li><kbd>Ctrl</kbd>+<kbd>X</kbd> - cuts current (or current selection) note
|
||||
into clipboard (used for moving notes)</li>
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -16,7 +16,7 @@
|
||||
<p>This page explains the basic concepts related to the tree structure of
|
||||
notes in TriliumNext.</p>
|
||||
<h2>Note</h2>
|
||||
<p>A note is the central entity in TriliumNext. For more details, see <a href="../Note.html">Note</a>.</p>
|
||||
<p>A note is the central entity in TriliumNext. For more details, see <a href="../Notes.html">Note</a>.</p>
|
||||
<h2>Branch</h2>
|
||||
<p>A branch describes the placement of a note within the note tree. Essentially,
|
||||
it is a tuple of <code>parentNoteId</code> and <code>noteId</code>, indicating
|
||||
@@ -24,7 +24,7 @@
|
||||
<p>Each note can have multiple branches, meaning any note can be placed in
|
||||
multiple locations within the tree. This concept is referred to as "
|
||||
<a
|
||||
href="../Note/Cloning%20Notes.html">cloning</a>."</p>
|
||||
href="../Notes/Cloning%20Notes.html">cloning</a>."</p>
|
||||
<h2>Prefix</h2>
|
||||
<p>A prefix is a branch-specific title modifier for a note. If you place
|
||||
your note in two different locations within the tree and want to alter
|
||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -5,12 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Note</title>
|
||||
<title data-trilium-title>Notes</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 data-trilium-h1>Note</h1>
|
||||
<h1 data-trilium-h1>Notes</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>Note is a central entity in Trilium. Main attributes of note are title
|
||||
@@ -47,7 +47,7 @@
|
||||
tree. All other notes are placed below it in the structure.</p>
|
||||
<h3>Tree structure</h3>
|
||||
<p>Importantly, note itself doesn't carry information on its placement in
|
||||
note tree. See <a href="Note/Cloning%20Notes.html">cloning</a> for details.</p>
|
||||
note tree. See <a href="Notes/Cloning%20Notes.html">cloning</a> for details.</p>
|
||||
<p>Tree structure of notes can resemble file system - but compared to that
|
||||
notes in Trilium can act as both file and directory - meaning that note
|
||||
can both have its own content and have children. "Leaf note" is a note
|
||||
@@ -73,7 +73,7 @@
|
||||
anymore to recover them (unless you restore <a href="../Installation%20%26%20Setup/Backup.html">backup</a>).</p>
|
||||
<h2>See also</h2>
|
||||
<ul>
|
||||
<li><a href="Note/Read-Only%20Notes.html">Read-only note</a>
|
||||
<li><a href="Notes/Read-Only%20Notes.html">Read-only note</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
@@ -13,7 +13,7 @@
|
||||
<h1 data-trilium-h1>Attachments</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>A <a href="../Note.html">note</a> in Trilium can <em>own</em> one or more
|
||||
<p>A <a href="../Notes.html">note</a> in Trilium can <em>own</em> one or more
|
||||
attachments, which can be either images or files. These attachments can
|
||||
be displayed or linked within the note that owns them.</p>
|
||||
<p>This can be especially useful to include dependencies for your <a href="../../Note%20Types/Code/Scripts.html">scripts</a>.
|
||||
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@@ -14,8 +14,8 @@
|
||||
|
||||
<div class="ck-content">
|
||||
<p>Icons are useful for distinguishing notes. At the technical level, they
|
||||
are set by the <code>**iconClass**</code> attribute which adds a CSS class
|
||||
to the note. For example <code>#iconClass="bx bx-calendar"</code> will show
|
||||
are set by the <code>iconClass</code> attribute which adds a CSS class to
|
||||
the note. For example <code>#iconClass="bx bx-calendar"</code> will show
|
||||
a calendar instead of the default page or folder icon. Looking up and remembering
|
||||
the css class names is not necessary. While editing a note, click on the
|
||||
icon next to the title to bring up a chooser gallery:</p>
|
||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -56,7 +56,7 @@
|
||||
<ul>
|
||||
<li>The icon of a launcher can be changed just like a normal note. See
|
||||
<a
|
||||
href="../Note/Note%20Icons.html">Note Icons</a> for more information.</li>
|
||||
href="../Notes/Note%20Icons.html">Note Icons</a> for more information.</li>
|
||||
<li>The title of the launcher can also be changed.</li>
|
||||
</ul>
|
||||
<h3>Resetting</h3>
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -44,7 +44,7 @@
|
||||
<p>You can also move notes using the familiar cut and paste functions available
|
||||
in the context menu, or with the associated keyboard <a href="../Keyboard%20Shortcuts.html">shortcuts</a>: <code>CTRL-C</code> (
|
||||
<a
|
||||
href="../Note/Cloning%20Notes.html">copy</a>), <kbd>Ctrl</kbd> + <kbd>X</kbd> (cut) and <kbd>Ctrl</kbd> + <kbd>V</kbd> (paste).</p>
|
||||
href="../Notes/Cloning%20Notes.html">copy</a>), <kbd>Ctrl</kbd> + <kbd>X</kbd> (cut) and <kbd>Ctrl</kbd> + <kbd>V</kbd> (paste).</p>
|
||||
<h2>Multiple selection</h2>
|
||||
<p>It is possible to select multiple notes at one time.</p>
|
||||
<p>To do so, first select the note to start the selection with. Then hold
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
@@ -19,12 +19,12 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>The Note Revisions button displays the <a class="reference-link"
|
||||
href="../Note/Note%20Revisions.html">Note Revisions</a> for that particular
|
||||
note.</li>
|
||||
href="../Notes/Note%20Revisions.html">Note Revisions</a> for that
|
||||
particular note.</li>
|
||||
<li>The contextual menu offers commands for the note or its subtree, such
|
||||
as import, export, viewing the <a class="reference-link" href="../../Advanced%20Usage/Note%20source.html">Note source code</a> or
|
||||
<a
|
||||
class="reference-link" href="../Note/Attachments.html">Attachments</a>.</li>
|
||||
class="reference-link" href="../Notes/Attachments.html">Attachments</a>.</li>
|
||||
</ul>
|
||||
<p> </p>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 941 B |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -34,13 +34,13 @@ module.exports = new MyWidget();</code></pre>
|
||||
<li>Create a new <code>JS Frontend</code> note in Trilium and paste in the code
|
||||
above.</li>
|
||||
<li>Assign the <code>#widget</code> <a href="../Advanced%20Usage/Attributes.html">attribute</a> to
|
||||
the <a href="../Basic%20Concepts/Note.html">note</a>.</li>
|
||||
the <a href="../Basic%20Concepts%20and%20Features/Notes.html">note</a>.</li>
|
||||
<li>Restart Trilium or reload the window.</li>
|
||||
</ol>
|
||||
<p>To verify that the widget is working, open the developer tools (<code>Cmd</code> + <code>Shift</code> + <code>I</code>)
|
||||
and run <code>document.querySelector("#my-widget")</code>. If the element
|
||||
is found, the widget is functioning correctly. If <code>undefined</code> is
|
||||
returned, double-check that the <a href="../Basic%20Concepts/Note.html">note</a> has
|
||||
returned, double-check that the <a href="../Basic%20Concepts%20and%20Features/Notes.html">note</a> has
|
||||
the <code>#widget</code> <a href="../Advanced%20Usage/Attributes.html">attribute</a>.</p>
|
||||
<h3>Step 2: Adding an UI Element</h3>
|
||||
<p>Next, let's improve the widget by adding a button to it.</p><pre><code class="language-text-x-trilium-auto">const template = ``;
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
with probably more problems.</p>
|
||||
<p>More detailed answer:</p>
|
||||
<ul>
|
||||
<li><a href="Basic%20Concepts/Note/Cloning%20Notes.html">clones</a> are what
|
||||
you might call "hard directory link" in filesystem lingo, but this concept
|
||||
is not implemented in any filesystem</li>
|
||||
<li><a href="Basic%20Concepts%20and%20Features/Notes/Cloning%20Notes.html">clones</a> are
|
||||
what you might call "hard directory link" in filesystem lingo, but this
|
||||
concept is not implemented in any filesystem</li>
|
||||
<li>filesystems make a distinction between directory and file while there's
|
||||
intentionally no such difference in Trilium</li>
|
||||
<li>files are stored in no particular order and user can't change this</li>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<ul>
|
||||
<li>it is possible to browse the whole note tree, read and edit all types
|
||||
of notes, but you can create only text notes</li>
|
||||
<li>reading and editing <a href="../Basic%20Concepts/Note/Protected%20Notes.html">protected notes</a> is
|
||||
<li>reading and editing <a href="../Basic%20Concepts%20and%20Features/Notes/Protected%20Notes.html">protected notes</a> is
|
||||
possible, but creating them is not supported</li>
|
||||
<li>editing options is not supported</li>
|
||||
<li>cloning notes is not supported</li>
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<h3>Conflict Resolution</h3>
|
||||
<p>If you edit the same note on multiple instances before synchronization,
|
||||
Trilium resolves conflicts by retaining the newer change and discarding
|
||||
the older one. The older version remains accessible in <a href="../Basic%20Concepts/Note/Note%20Revisions.html">note revisions</a>,
|
||||
the older one. The older version remains accessible in <a href="../Basic%20Concepts%20and%20Features/Notes/Note%20Revisions.html">note revisions</a>,
|
||||
allowing data recovery if needed.</p>
|
||||
<h3>Hash Check</h3>
|
||||
<p>After each synchronization, Trilium computes a hash of all synced data
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<h1 data-trilium-h1>Book</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>A <strong>Book Note</strong> in Trilium is a special type of <a href="../Basic%20Concepts/Note.html">note</a> designed
|
||||
<p>A <strong>Book Note</strong> in Trilium is a special type of <a href="../Basic%20Concepts%20and%20Features/Notes.html">note</a> designed
|
||||
to display the contents of its child notes sequentially, creating a linear,
|
||||
book-like reading experience. This format is particularly useful for viewing
|
||||
multiple smaller notes in a cohesive, continuous manner.</p>
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
in conjunction with scripting)</li>
|
||||
</ul>
|
||||
<p>For shorter snippets of code that can be embedded in <a href="Text.html">Text</a> notes,
|
||||
see <a href="Text/Code%20blocks.html">Code blocks</a>.</p>
|
||||
see <a href="Text/Developer-specific%20formatting/Code%20blocks.html">Code blocks</a>.</p>
|
||||
<p>
|
||||
<img src="Code_image.png">
|
||||
</p>
|
||||
<h2>Adjusting the language of a code note</h2>
|
||||
<p>In the <a href="../Basic%20Concepts/UI%20Elements/Ribbon.html">Ribbon</a>,
|
||||
<p>In the <a href="../Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.html">Ribbon</a>,
|
||||
look for the <em>Note type</em> selector and click it to reveal the possible
|
||||
note types. Inside of it there will be a section called <em>Code</em>, select
|
||||
any one of the languages.</p>
|
||||
@@ -44,13 +44,13 @@
|
||||
<h2>Adjusting the list of languages</h2>
|
||||
<p>Trilium supports syntax highlighting for many languages, but by default
|
||||
displays only some of them. The supported languages can be adjusted by
|
||||
going to <a href="../Basic%20Concepts/UI%20Elements/Options.html">Options</a>,
|
||||
going to <a href="../Basic%20Concepts%20and%20Features/UI%20Elements/Options.html">Options</a>,
|
||||
then <em>Code Notes</em> and looking for the <em>Available MIME types in the dropdown</em> section.
|
||||
Simply check any of the items to add them to the list, or un-check them
|
||||
to remove them from the list.</p>
|
||||
<p>Note that the list of languages is not immediately refreshed, you'd have
|
||||
to manually <a href="../Troubleshooting/Refreshing%20the%20application.html">refresh the application</a>.</p>
|
||||
<p>The list of languages is also shared with the <a href="Text/Code%20blocks.html">Code blocks</a> feature
|
||||
<p>The list of languages is also shared with the <a href="Text/Developer-specific%20formatting/Code%20blocks.html">Code blocks</a> feature
|
||||
of <a href="Text.html">Text</a> notes.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<h1 data-trilium-h1>Relation Map</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>Relation map is a type of <a class="reference-link" href="../Basic%20Concepts/Note.html">Note</a> which
|
||||
<p>Relation map is a type of <a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes.html">Note</a> which
|
||||
visualizes notes and their <a href="../Advanced%20Usage/Attributes.html">relations</a>.
|
||||
See an example:</p>
|
||||
<h2>Development process demo</h2>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<h2>Location</h2>
|
||||
<p>By default, saved searches are stored in the day note. However, you can
|
||||
designate a different note to store saved searches by marking it with the <code>#searchHome</code> label.
|
||||
Additionally, for <a href="../Basic%20Concepts/Navigation/Workspace.html">workspaces</a>,
|
||||
Additionally, for <a href="../Basic%20Concepts%20and%20Features/Navigation/Workspace.html">workspaces</a>,
|
||||
you can use the <code>#workspaceSearchHome</code> label to specify a storage
|
||||
location for saved searches within that workspace.</p>
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<p>In both cases, it is possible to switch back to editable mode using the
|
||||
<img
|
||||
src="Text_bx-edit-alt.svg">button at top right of page.</p>
|
||||
<p>For more information, see <a href="../Basic%20Concepts/Note/Read-Only%20Notes.html">Read-Only Notes</a>.</p>
|
||||
<p>For more information, see <a href="../Basic%20Concepts%20and%20Features/Notes/Read-Only%20Notes.html">Read-Only Notes</a>.</p>
|
||||
<h2>General Formatting</h2>
|
||||
<p>Since Trilium uses CKEditor, all of its formatting options are available
|
||||
here. You may use the graphical toolbar shown above, or enter formatting
|
||||
@@ -47,21 +47,24 @@
|
||||
</li>
|
||||
<li><em>Italic</em>: Type <code>*text*</code> or <code>_text_</code>
|
||||
</li>
|
||||
<li><code>Code</code>: Type `text`</li>
|
||||
<li><del>Strikethrough</del>: Type <code>~~text~~</code>
|
||||
<li><s>Strikethrough</s>: Type <code>~~text~~</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Lists</h3>
|
||||
<p>See <a href="Text/Lists.html">Lists</a>.</p>
|
||||
<p>See <a href="Text/Lists.html">Lists</a>.</p>
|
||||
<h3>Blocks</h3>
|
||||
<ul>
|
||||
<li>Block quote: Start a line with <code>></code> followed by a space</li>
|
||||
</ul>
|
||||
<h3>Multi-Line Code Blocks</h3>
|
||||
<p>To create a multi-line code block, start a line with "```[lang]", for
|
||||
example:</p><pre><code class="language-text-x-trilium-auto">if (1 > 2) {
|
||||
console.log("Error in the matrix");
|
||||
}</code></pre>
|
||||
<h2>Developer-specific formatting</h2>
|
||||
<p>The following features are supported:</p>
|
||||
<ul>
|
||||
<li>Inline code</li>
|
||||
<li><a class="reference-link" href="Text/Developer-specific%20formatting/Code%20blocks.html">Code blocks</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>See <a class="reference-link" href="Text/Developer-specific%20formatting.html">Developer-specific formatting</a> for
|
||||
more information.</p>
|
||||
<h3>Headings</h3>
|
||||
<p>Create headings by starting a line with <code>##</code> for heading 2, <code>###</code> for
|
||||
heading 3, and so on up to heading 6. Note that <code>#</code> is reserved
|
||||
|
||||
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
BIN
src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/2_Developer-specific formatt.png
generated
Normal file
|
After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
BIN
src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/4_Developer-specific formatt.png
generated
Normal file
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
60
src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Text/Developer-specific formatting.html
generated
Normal file
@@ -0,0 +1,60 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Developer-specific formatting</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 data-trilium-h1>Developer-specific formatting</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<h3>Inline code</h3>
|
||||
<p>Inline code formats text using a monospace font to indicate technical
|
||||
content in a sentence such as code, paths, etc.</p>
|
||||
<figure class="image">
|
||||
<img style="aspect-ratio:829/191;" src="4_Developer-specific formatt.png"
|
||||
width="829" height="191">
|
||||
<figcaption>Example of inline code being used to illustrate file system paths as well
|
||||
as shell commands (<code>git</code> in this case).</figcaption>
|
||||
</figure>
|
||||
<p>To insert an inline code:</p>
|
||||
<ul>
|
||||
<li>Via the <a class="reference-link" href="Formatting%20toolbar.html">Formatting toolbar</a>,
|
||||
look for the
|
||||
<img src="2_Developer-specific formatt.png" width="15" height="9">button.</li>
|
||||
<li>Type `code` where <code>code</code> is the desired text to be automatically
|
||||
formatted as inline code.</li>
|
||||
</ul>
|
||||
<h3>Code blocks</h3>
|
||||
<p>Code blocks display a snippet of code as a dedicated block:</p>
|
||||
<figure
|
||||
class="image">
|
||||
<img style="aspect-ratio:1078/307;" src="3_Developer-specific formatt.png"
|
||||
width="1078" height="307">
|
||||
<figcaption>A code block with JavaScript syntax highlight enabled.</figcaption>
|
||||
</figure>
|
||||
<p>Note that these are not meant for very large portions of code. Use the
|
||||
dedicated <a class="reference-link" href="../Code.html">Code</a> note
|
||||
type instead.</p>
|
||||
<p>See the dedicated documentation for more information: <a class="reference-link"
|
||||
href="Developer-specific%20formatting/Code%20blocks.html">Code blocks</a>
|
||||
</p>
|
||||
<h3>Keyboard shortcuts</h3>
|
||||
<p>This allows marking a portion of text as a shortcut key.</p>
|
||||
<p>
|
||||
<img src="Developer-specific formatt.png">
|
||||
</p>
|
||||
<p>To apply this style, press the
|
||||
<img src="5_Developer-specific formatt.png">button in
|
||||
<img src="1_Developer-specific formatt.png">group from the <a href="Formatting%20toolbar.html">Formatting toolbar</a>.
|
||||
On the floating toolbar, the buttons appear when selecting a text.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../../style.css">
|
||||
<link rel="stylesheet" href="../../../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Code blocks</title>
|
||||
</head>
|
||||
@@ -18,12 +18,12 @@
|
||||
</p>
|
||||
<p>The code blocks feature allows entering pieces of code in text notes.</p>
|
||||
<p>Note that this feature is meant for generally small snippets of code.
|
||||
For larger files such as an entire log, see the dedicated <a href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/FVuX89AJuFSw">[missing note]</a> note
|
||||
type instead.</p>
|
||||
For larger files such as an entire log, see the <a class="reference-link"
|
||||
href="Code%20blocks.html">Code blocks</a> note type instead.</p>
|
||||
<h2>Inserting a code block</h2>
|
||||
<ul>
|
||||
<li>Via the <a href="Formatting%20toolbar.html">Formatting toolbar</a>, look
|
||||
for the
|
||||
<li>Via the <a href="../Formatting%20toolbar.html">Formatting toolbar</a>,
|
||||
look for the
|
||||
<img src="Code blocks_image.png">button.
|
||||
<ul>
|
||||
<li>Pressing directly on the icon will insert a code block with the language
|
||||
@@ -43,8 +43,8 @@
|
||||
<h2>Syntax highlighting</h2>
|
||||
<p>Since TriliumNext v0.90.12, Trilium will try to offer syntax highlighting
|
||||
to the code block. Note that the syntax highlighting mechanism is slightly
|
||||
different than the one in <a href="../Code.html">Code Notes</a> notes as
|
||||
different technologies are involved.</p>
|
||||
different than the one in <a href="../../Code.html">Code Notes</a> notes
|
||||
as different technologies are involved.</p>
|
||||
<p>When the language is set to <em>Auto-detected</em>, Trilium will try to
|
||||
identify the programming language (or similar) that corresponds to the
|
||||
given snippet of text and highlight it. If this is problematic, consider
|
||||
@@ -53,19 +53,20 @@
|
||||
highlighting.</p>
|
||||
<h2>Changing the language of a code block</h2>
|
||||
<p>Simply click anywhere inside the code block and press again the code block
|
||||
button in the <a href="Formatting%20toolbar.html">Formatting toolbar</a>:
|
||||
button in the <a href="../Formatting%20toolbar.html">Formatting toolbar</a>:
|
||||
<br>
|
||||
<img src="2_Code blocks_image.png">
|
||||
</p>
|
||||
<h2>Adjusting the list of languages</h2>
|
||||
<p>The code blocks feature shares the list of languages with the <a href="../Code.html">Code Notes</a> note
|
||||
type.</p>
|
||||
<p>The supported languages can be adjusted by going to <a href="../../Basic%20Concepts/UI%20Elements/Options.html">Options</a>,
|
||||
<p>The code blocks feature shares the list of languages with the
|
||||
<a
|
||||
href="../../Code.html">Code Notes</a> note type.</p>
|
||||
<p>The supported languages can be adjusted by going to <a href="../../../Basic%20Concepts%20and%20Features/UI%20Elements/Options.html">Options</a>,
|
||||
then <em>Code Notes</em> and looking for the <em>Available MIME types in the dropdown</em> section.
|
||||
Simply check any of the items to add them to the list, or uncheck them
|
||||
to remove them from the list.</p>
|
||||
<p>Note that the list of languages is not immediately refreshed, you'd have
|
||||
to manually <a href="../../Troubleshooting/Refreshing%20the%20application.html">refresh the application</a>.</p>
|
||||
to manually <a href="../../../Troubleshooting/Refreshing%20the%20application.html">refresh the application</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 682 B |
@@ -15,7 +15,7 @@
|
||||
<div class="ck-content">
|
||||
<p>Trilium allows two different editing experiences for text notes, based
|
||||
on your preference.</p>
|
||||
<p>To do so, go to <a href="../../Basic%20Concepts/UI%20Elements/Options.html">Options</a> and
|
||||
<p>To do so, go to <a href="../../Basic%20Concepts%20and%20Features/UI%20Elements/Options.html">Options</a> and
|
||||
look for the <em>Text Notes</em> section. There is a corresponding section
|
||||
called <em>Formatting toolbar</em>.</p>
|
||||
<h2>Floating</h2>
|
||||
@@ -43,7 +43,7 @@
|
||||
<p>The fixed formatting offers a more traditional editing paradigm, usually
|
||||
useful if a lot of formatting is needed.</p>
|
||||
<p>All the options are combined into a single toolbar that will appear as
|
||||
part of the <a href="../../Basic%20Concepts/UI%20Elements/Ribbon.html">Ribbon</a>.</p>
|
||||
part of the <a href="../../Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.html">Ribbon</a>.</p>
|
||||
<p>
|
||||
<img src="2_Formatting toolbar_image.png">
|
||||
</p>
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Formatting</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 data-trilium-h1>Formatting</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<h2>Developer-specific formatting</h2>
|
||||
<h3>Keyboard shortcuts</h3>
|
||||
<p>This allows marking a portion of text as a shortcut key.</p>
|
||||
<p>
|
||||
<img src="Formatting_image.png">
|
||||
</p>
|
||||
<p>To apply this style, press the
|
||||
<img src="2_Formatting_image.png">button in
|
||||
<img src="1_Formatting_image.png">group from the <a href="Formatting%20toolbar.html">Formatting toolbar</a>.
|
||||
On the floating toolbar, the buttons appear when selecting a text.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -15,9 +15,9 @@
|
||||
<div class="ck-content">
|
||||
<p>Trilium supports storing and displaying images. Supported formats are
|
||||
JPEG, PNG and GIF.</p>
|
||||
<p>An image can be uploaded in the form of note's <a href="../../Basic%20Concepts/Note/Attachments.html">attachment</a> or
|
||||
as a standalone <a href="../../Basic%20Concepts/Navigation/Tree%20Concepts.html">note</a> placed
|
||||
into the <a href="../../Basic%20Concepts/Navigation/Tree%20Concepts.html">note tree</a>.
|
||||
<p>An image can be uploaded in the form of note's <a href="../../Basic%20Concepts%20and%20Features/Notes/Attachments.html">attachment</a> or
|
||||
as a standalone <a href="../../Basic%20Concepts%20and%20Features/Navigation/Tree%20Concepts.html">note</a> placed
|
||||
into the <a href="../../Basic%20Concepts%20and%20Features/Navigation/Tree%20Concepts.html">note tree</a>.
|
||||
Its reference can be copied into a text note, in order to display it in
|
||||
the text itself.</p>
|
||||
<h2>Uploading images</h2>
|
||||
|
||||
617
src/public/app/doc_notes/en/User Guide/navigation.html
generated
@@ -9,6 +9,325 @@
|
||||
<ul>
|
||||
<li><a href="User%20Guide.html" target="detail">User Guide</a>
|
||||
<ul>
|
||||
<li>Installation & Setup
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Desktop%20Installation.html"
|
||||
target="detail">Desktop Installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation.html"
|
||||
target="detail">Server Installation</a>
|
||||
<ul>
|
||||
<li>1. Installing the server
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Packaged%20server%20installation.html"
|
||||
target="detail">Packaged server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Docker%20Server%20Installation.html"
|
||||
target="detail">Docker Server Installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/NixOS%20server%20installation.html"
|
||||
target="detail">NixOS server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Manual%20server%20installation.html"
|
||||
target="detail">Manual server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Kubernetes%20server%20installation.html"
|
||||
target="detail">Kubernetes server installation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>2. Reverse proxy
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/2.%20Reverse%20proxy/Nginx.html"
|
||||
target="detail">Nginx</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/2.%20Reverse%20proxy/Apache.html"
|
||||
target="detail">Apache</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/TLS%20Configuration.html"
|
||||
target="detail">TLS Configuration</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.html"
|
||||
target="detail">Multi-Factor Authentication</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Reverse%20proxy%20setup.html"
|
||||
target="detail">Reverse proxy setup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Synchronization.html"
|
||||
target="detail">Synchronization</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Mobile%20Frontend.html"
|
||||
target="detail">Mobile Frontend</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Web%20Clipper.html" target="detail">Web Clipper</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.html"
|
||||
target="detail">Upgrading TriliumNext</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Backup.html" target="detail">Backup</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Data%20directory.html"
|
||||
target="detail">Data directory</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Basic Concepts and Features
|
||||
<ul>
|
||||
<li>UI Elements
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Vertical%20and%20horizontal%20layout.html"
|
||||
target="detail">Vertical and horizontal layout</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Global%20menu.html"
|
||||
target="detail">Global menu</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Note%20Tree.html"
|
||||
target="detail">Note Tree</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.html"
|
||||
target="detail">Ribbon</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Launch%20Bar.html"
|
||||
target="detail">Launch Bar</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Quick%20search.html"
|
||||
target="detail">Quick search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Note%20buttons.html"
|
||||
target="detail">Note buttons</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/UI%20Elements/Options.html"
|
||||
target="detail">Options</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes.html" target="detail">Notes</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Note%20Icons.html"
|
||||
target="detail">Note Icons</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Attachments.html"
|
||||
target="detail">Attachments</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Cloning%20Notes.html"
|
||||
target="detail">Cloning Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Protected%20Notes.html"
|
||||
target="detail">Protected Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Archived%20Notes.html"
|
||||
target="detail">Archived Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Note%20Revisions.html"
|
||||
target="detail">Note Revisions</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Sorting%20Notes.html"
|
||||
target="detail">Sorting Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Export%20as%20PDF.html"
|
||||
target="detail">Export as PDF</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Notes/Read-Only%20Notes.html"
|
||||
target="detail">Read-Only Notes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Navigation
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Tree%20Concepts.html"
|
||||
target="detail">Tree Concepts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Note%20Navigation.html"
|
||||
target="detail">Note Navigation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Search.html"
|
||||
target="detail">Search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Bookmarks.html"
|
||||
target="detail">Bookmarks</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Note%20Hoisting.html"
|
||||
target="detail">Note Hoisting</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Workspace.html"
|
||||
target="detail">Workspace</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Keyboard%20Shortcuts.html"
|
||||
target="detail">Keyboard Shortcuts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Themes.html" target="detail">Themes</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Themes/Theme%20Gallery.html"
|
||||
target="detail">Theme Gallery</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Import & Export
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Import%20%26%20Export/Markdown.html"
|
||||
target="detail">Markdown</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Import%20%26%20Export/Evernote.html"
|
||||
target="detail">Evernote</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Import%20%26%20Export/OneNote.html"
|
||||
target="detail">OneNote</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts%20and%20Features/Zen%20mode.html"
|
||||
target="detail">Zen mode</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Quick%20Start.html" target="detail">Quick Start</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/FAQ.html" target="detail">FAQ</a>
|
||||
</li>
|
||||
<li>Note Types
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Text.html" target="detail">Text</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Admonitions.html" target="detail">Admonitions</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Content%20language%20%26%20Right-to-le.html"
|
||||
target="detail">Content language & Right-to-left support</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Developer-specific%20formatting.html"
|
||||
target="detail">Developer-specific formatting</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Developer-specific%20formatting/Code%20blocks.html"
|
||||
target="detail">Code blocks</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Formatting%20toolbar.html" target="detail">Formatting toolbar</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Images.html" target="detail">Images</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Links.html" target="detail">Links</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Lists.html" target="detail">Lists</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code.html" target="detail">Code</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Scripts.html" target="detail">Scripts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Script%20API.html" target="detail">Script API</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Events.html" target="detail">Events</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Custom%20Widgets.html" target="detail">Custom Widgets</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Saved%20Search.html" target="detail">Saved Search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Relation%20Map.html" target="detail">Relation Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Note%20Map.html" target="detail">Note Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Render%20Note.html" target="detail">Render Note</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Book.html" target="detail">Book</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Book/Calendar%20View.html" target="detail">Calendar View</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams.html" target="detail">Mermaid Diagrams</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams/ELK%20on.txt" target="detail">ELK on</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams/ELK%20off.txt" target="detail">ELK off</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Canvas.html" target="detail">Canvas</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Web%20View.html" target="detail">Web View</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mind%20Map.html" target="detail">Mind Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Geo%20map.html" target="detail">Geo map</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting.html" target="detail">Troubleshooting</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Troubleshooting/Reporting%20issues.html" target="detail">Reporting issues</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Anonymized%20Database.html" target="detail">Anonymized Database</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Error%20logs.html" target="detail">Error logs</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Synchronization%20fails%20with%20504.html"
|
||||
target="detail">Synchronization fails with 504 Gateway Timeout</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Refreshing%20the%20application.html"
|
||||
target="detail">Refreshing the application</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Theme development
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Theme%20development/Creating%20a%20custom%20theme.html"
|
||||
target="detail">Creating a custom theme</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Customize%20the%20Next%20theme.html"
|
||||
target="detail">Customize the Next theme</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Reference.html" target="detail">Reference</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Custom%20app-wide%20CSS.html"
|
||||
target="detail">Custom app-wide CSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Developer Guides
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Frontend%20Basics.html" target="detail">Frontend Basics</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Widget%20Basics.html" target="detail">Widget Basics</a>
|
||||
</li>
|
||||
<li>Examples
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Examples/Downloading%20responses%20from%20Goo.html"
|
||||
target="detail">Downloading responses from Google Forms</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Examples/Using%20promoted%20attributes%20to%20c.html"
|
||||
target="detail">Using promoted attributes to configure scripts</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>REST API
|
||||
<ul>
|
||||
<li>ETAPI
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/REST%20API/ETAPI/API%20Reference.dat"
|
||||
target="detail">API Reference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Internal API
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/REST%20API/Internal%20API/API%20Reference.dat"
|
||||
target="detail">API Reference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Advanced Usage
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Advanced%20Usage/Attributes.html" target="detail">Attributes</a>
|
||||
@@ -93,304 +412,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Installation & Setup
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Desktop%20Installation.html"
|
||||
target="detail">Desktop Installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation.html"
|
||||
target="detail">Server Installation</a>
|
||||
<ul>
|
||||
<li>1. Installing the server
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Packaged%20server%20installation.html"
|
||||
target="detail">Packaged server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Docker%20Server%20Installation.html"
|
||||
target="detail">Docker Server Installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/NixOS%20server%20installation.html"
|
||||
target="detail">NixOS server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Manual%20server%20installation.html"
|
||||
target="detail">Manual server installation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/1.%20Installing%20the%20server/Kubernetes%20server%20installation.html"
|
||||
target="detail">Kubernetes server installation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>2. Reverse proxy
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/2.%20Reverse%20proxy/Nginx.html"
|
||||
target="detail">Nginx</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/2.%20Reverse%20proxy/Apache.html"
|
||||
target="detail">Apache</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/TLS%20Configuration.html"
|
||||
target="detail">TLS Configuration</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.html"
|
||||
target="detail">Multi-Factor Authentication</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Reverse%20proxy%20setup.html"
|
||||
target="detail">Reverse proxy setup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Synchronization.html"
|
||||
target="detail">Synchronization</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Mobile%20Frontend.html"
|
||||
target="detail">Mobile Frontend</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Web%20Clipper.html" target="detail">Web Clipper</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.html"
|
||||
target="detail">Upgrading TriliumNext</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Backup.html" target="detail">Backup</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Installation%20%26%20Setup/Data%20directory.html"
|
||||
target="detail">Data directory</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Basic Concepts
|
||||
<ul>
|
||||
<li>UI Elements
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Vertical%20and%20horizontal%20layout.html"
|
||||
target="detail">Vertical and horizontal layout</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Global%20menu.html"
|
||||
target="detail">Global menu</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Ribbon.html" target="detail">Ribbon</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Options.html" target="detail">Options</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Note%20Tree.html"
|
||||
target="detail">Note Tree</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Launch%20Bar.html"
|
||||
target="detail">Launch Bar</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Quick%20search.html"
|
||||
target="detail">Quick search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/UI%20Elements/Note%20buttons.html"
|
||||
target="detail">Note buttons</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note.html" target="detail">Note</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Note%20Icons.html" target="detail">Note Icons</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Attachments.html" target="detail">Attachments</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Cloning%20Notes.html" target="detail">Cloning Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Protected%20Notes.html" target="detail">Protected Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Archived%20Notes.html" target="detail">Archived Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Note%20Revisions.html" target="detail">Note Revisions</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Sorting%20Notes.html" target="detail">Sorting Notes</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Export%20as%20PDF.html" target="detail">Export as PDF</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Note/Read-Only%20Notes.html" target="detail">Read-Only Notes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Navigation
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Tree%20Concepts.html"
|
||||
target="detail">Tree Concepts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Note%20Navigation.html"
|
||||
target="detail">Note Navigation</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Search.html" target="detail">Search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Bookmarks.html" target="detail">Bookmarks</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Note%20Hoisting.html"
|
||||
target="detail">Note Hoisting</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Navigation/Workspace.html" target="detail">Workspace</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Keyboard%20Shortcuts.html" target="detail">Keyboard Shortcuts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Themes.html" target="detail">Themes</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Themes/Theme%20Gallery.html" target="detail">Theme Gallery</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Import & Export
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Import%20%26%20Export/Markdown.html"
|
||||
target="detail">Markdown</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Import%20%26%20Export/Evernote.html"
|
||||
target="detail">Evernote</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Import%20%26%20Export/OneNote.html"
|
||||
target="detail">OneNote</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Basic%20Concepts/Zen%20mode.html" target="detail">Zen mode</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Quick%20Start.html" target="detail">Quick Start</a>
|
||||
</li>
|
||||
<li>Note Types
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Text.html" target="detail">Text</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Admonitions.html" target="detail">Admonitions</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Code%20blocks.html" target="detail">Code blocks</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Content%20language%20%26%20Right-to-le.html"
|
||||
target="detail">Content language & Right-to-left support</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Formatting.html" target="detail">Formatting</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Formatting%20toolbar.html" target="detail">Formatting toolbar</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Images.html" target="detail">Images</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Links.html" target="detail">Links</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Text/Lists.html" target="detail">Lists</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code.html" target="detail">Code</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Scripts.html" target="detail">Scripts</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Script%20API.html" target="detail">Script API</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Events.html" target="detail">Events</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Code/Custom%20Widgets.html" target="detail">Custom Widgets</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Saved%20Search.html" target="detail">Saved Search</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Relation%20Map.html" target="detail">Relation Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Note%20Map.html" target="detail">Note Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Render%20Note.html" target="detail">Render Note</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Book.html" target="detail">Book</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Book/Calendar%20View.html" target="detail">Calendar View</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams.html" target="detail">Mermaid Diagrams</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams/ELK%20on.txt" target="detail">ELK on</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mermaid%20Diagrams/ELK%20off.txt" target="detail">ELK off</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Canvas.html" target="detail">Canvas</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Web%20View.html" target="detail">Web View</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Mind%20Map.html" target="detail">Mind Map</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Note%20Types/Geo%20map.html" target="detail">Geo map</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Theme development
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Theme%20development/Creating%20a%20custom%20theme.html"
|
||||
target="detail">Creating a custom theme</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Customize%20the%20Next%20theme.html"
|
||||
target="detail">Customize the Next theme</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Reference.html" target="detail">Reference</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Theme%20development/Custom%20app-wide%20CSS.html"
|
||||
target="detail">Custom app-wide CSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Developer Guides
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Frontend%20Basics.html" target="detail">Frontend Basics</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Widget%20Basics.html" target="detail">Widget Basics</a>
|
||||
</li>
|
||||
<li>Examples
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Examples/Downloading%20responses%20from%20Goo.html"
|
||||
target="detail">Downloading responses from Google Forms</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Developer%20Guides/Examples/Using%20promoted%20attributes%20to%20c.html"
|
||||
target="detail">Using promoted attributes to configure scripts</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>REST API
|
||||
<ul>
|
||||
<li>ETAPI
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/REST%20API/ETAPI/API%20Reference.dat"
|
||||
target="detail">API Reference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Internal API
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Developer%20Guides/REST%20API/Internal%20API/API%20Reference.dat"
|
||||
target="detail">API Reference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="User%20Guide/FAQ.html" target="detail">FAQ</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting.html" target="detail">Troubleshooting</a>
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Troubleshooting/Reporting%20issues.html" target="detail">Reporting issues</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Anonymized%20Database.html" target="detail">Anonymized Database</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Error%20logs.html" target="detail">Error logs</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Synchronization%20fails%20with%20504.html"
|
||||
target="detail">Synchronization fails with 504 Gateway Timeout</a>
|
||||
</li>
|
||||
<li><a href="User%20Guide/Troubleshooting/Refreshing%20the%20application.html"
|
||||
target="detail">Refreshing the application</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Attachments
|
||||
<ul>
|
||||
<li><a href="User%20Guide/Attachments/bookmark-folder.png" target="detail">bookmark-folder.png</a>
|
||||
|
||||