chore(docs): add back some reference links

This commit is contained in:
Elian Doran
2025-04-05 02:42:14 +03:00
parent 6a69e9b208
commit 79fa2a2200
30 changed files with 845 additions and 807 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
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>.
The <a href="../../Advanced%20Usage/Advanced%20Showcases/Weight%20Tracker.html">Weight Tracker</a> shows
The&nbsp;<a class="reference-link" href="../../Advanced%20Usage/Advanced%20Showcases/Weight%20Tracker.html">Weight Tracker</a>&nbsp;shows
how to use <a href="https://chartjs.org/">chartjs</a> which is attached to
the <a href="#root/HcUYTojFohtb">script note</a>.</p>
<p>Each note exclusively owns its attachments, meaning attachments cannot

View File

@@ -32,7 +32,7 @@
<p>This view presents the child notes in a grid format, allowing for a more
visual navigation experience.</p>
<ul>
<li>For&nbsp;<a class="reference-link" href="../../Note%20Types/Text.html">Text</a>&nbsp;note,
<li>For&nbsp;<a class="reference-link" href="../../Note%20Types/Text.html">Text</a>&nbsp;notes,
the text can be slighly scrollable via the mouse wheel to reveal more context.</li>
<li>For&nbsp;<a class="reference-link" href="../../Note%20Types/Code.html">Code</a>&nbsp;notes,
syntax highlighting is applied.</li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -18,7 +18,7 @@
book-like reading experience. This format is particularly useful for viewing
multiple smaller notes in a cohesive, continuous manner.</p>
<p>
<img src="1_Book_image.png">
<img src="Book_image.png">
</p>
<p>In the example above, the "node.js" note on the left panel contains several
child notes. The right panel displays the content of these child notes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -33,7 +33,7 @@
we're onto something.</p>
<h2>Use cases</h2>
<ul>
<li><a class="reference-link" href="Scripts/New%20Task%20launcher%20button.html">A button launcher button</a>
<li><a class="reference-link" href="Scripts/New%20Task%20launcher%20button.html">"New Task" launcher button</a>
</li>
</ul>
<h2>Action handler</h2>
@@ -55,12 +55,12 @@
<p>(<code>#run=frontendStartup</code> does not work for <a href="../../Installation%20%26%20Setup/Mobile%20Frontend.html">Mobile frontend</a> -
if you want to have scripts running there, give the script <code>#run=mobileStartup</code> label)</p>
<h2>More showcases</h2>
<p>You can see more scripting with explanation in <a href="../../Advanced%20Usage/Advanced%20Showcases.html">Advanced showcases</a>
</p>
<p>You can see more scripting with explanation in&nbsp;<a class="reference-link"
href="../../Advanced%20Usage/Advanced%20Showcases.html">Advanced Showcases</a>.</p>
<h2>Events</h2>
<p>See <a href="Events.html">Events</a>.</p>
<p>See&nbsp;<a class="reference-link" href="Events.html">Events</a>.</p>
<h2>Script API</h2>
<p>See <a href="Script%20API.html">Script API</a>.</p>
<p>See&nbsp;<a class="reference-link" href="Script%20API.html">Script API</a>.</p>
</div>
</div>
</body>

View File

@@ -30,9 +30,8 @@
</ul>
<h2>Interaction</h2>
<ul>
<li>To create a new<strong> </strong>node at the same level as the current
one, press <kbd>Enter</kbd>, enter the desired text and then press <kbd>Enter</kbd> once
again to confirm.</li>
<li>To create a new node at the same level as the current one, press <kbd>Enter</kbd>,
enter the desired text and then press <kbd>Enter</kbd> once again to confirm.</li>
<li>Similarly, to create a sub-node, press <kbd>Tab</kbd>, enter the desired
text and then press <kbd>Enter</kbd>.</li>
<li>To create a parent, use <kbd>Ctrl</kbd>+<kbd>Enter</kbd> instead.</li>