chore(docs): sync

This commit is contained in:
Elian Doran 2025-04-05 23:39:32 +03:00
parent 9593aa13bf
commit 67f3b4d414
No known key found for this signature in database
10 changed files with 43 additions and 48 deletions

View File

@ -1715,13 +1715,6 @@
"value": "bx bx-cog",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "_options",
"isInheritable": false,
"position": 60
}
],
"format": "markdown",

View File

@ -87,6 +87,6 @@ If the file could not be identified as any of the supported file types from abov
* Files are also displayed in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes/Note%20List.md">Note List</a> based on their type:
<img class="image_resized" style="aspect-ratio:853/315;width:50%;" src="6_File_image.png" width="853" height="315">
* Non-image files can be embedded into text notes as read-only widgets via the <a class="reference-link" href="Text/Include%20Note.md">Include Note</a> functionality.
* Image files can be embedded into text notes like normal images via <a class="reference-link" href="Text/Images/Image%20references.md">Image references</a>.

View File

@ -1715,13 +1715,6 @@
"value": "bx bx-cog",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "_options",
"isInheritable": false,
"position": 60
}
],
"format": "html",

View File

@ -62,7 +62,8 @@
</tbody>
</table>
</figure>
<h2>Creating a new event/note</h2>
<h2>Creating a new event/note</h2>
<ul>
<li>Clicking on a day will create a new child note and assign it to that particular
day.
@ -253,7 +254,8 @@
</tbody>
</table>
</figure>
<h2>How the calendar works</h2>
<h2>How the calendar works</h2>
<p>
<img src="11_Calendar View_image.png">
</p>
@ -289,10 +291,9 @@
not having a <code>dateNote</code> attribute. Children of the child notes
will not be displayed.</li>
</ul>
<p>
<img src="8_Calendar View_image.png" width="1217" height="724">
</p>
<h3>Using a different attribute as event title</h3>
<img src="8_Calendar View_image.png" width="1217" height="724">
<h3>Using a different attribute as event title</h3>
<p>By default, events are displayed on the calendar by their note title.
However, it is possible to configure a different attribute to be displayed
instead.</p>
@ -325,7 +326,8 @@
</tbody>
</table>
</figure>
<h3>Using a relation attribute as event title</h3>
<h3>Using a relation attribute as event title</h3>
<p>Similarly to using an attribute, use <code>#calendar:title</code> and set
it to <code>name</code> where <code>name</code> is the name of the relation
to use.</p>

View File

@ -19,7 +19,8 @@
<img style="aspect-ratio:1398/1015;" src="Split View_2_Split View_im.png"
width="1398" height="1015">
</figure>
<h2><strong>Interactions</strong></h2>
<h2><strong>Interactions</strong></h2>
<ul>
<li>Press the
<img src="Split View_Split View_imag.png">button to the right of a note's title to open a new split to the right

View File

@ -27,9 +27,10 @@
<li><em>Insert child note</em>, to insert the note as a child of the selected
note.</li>
</ul>
<img src="Note Types_image.png">
<h2>Creating a new note of a different type via add link or new tab</h2>
<p>
<img src="Note Types_image.png">
</p>
<h2>Creating a new note of a different type via add link or new tab</h2>
<ul>
<li>When adding a <a href="Note%20Types/Text/Links.html">link</a> in a&nbsp;
<a

View File

@ -49,8 +49,8 @@
<h2>Understanding how the script works</h2>
<table class="ck-table-resized">
<colgroup>
<col></col>
<col></col>
<col>
<col>
</colgroup>
<tbody>
<tr>

View File

@ -138,16 +138,18 @@
<li>
<p>Files are also displayed in the&nbsp;<a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes/Note%20List.html">Note List</a>&nbsp;based
on their type:</p>
<p>
<img class="image_resized" style="aspect-ratio:853/315;width:50%;" src="6_File_image.png"
width="853" height="315">
</p>
<img class="image_resized" style="aspect-ratio:853/315;width:50%;"
src="6_File_image.png" width="853" height="315">
</li>
<li>
<p>Non-image files can be embedded into text notes as read-only widgets via
the&nbsp;<a class="reference-link" href="Text/Include%20Note.html">Include Note</a>&nbsp;functionality.</p>
</li>
<li>
<p>Image files can be embedded into text notes like normal images via&nbsp;
<a
class="reference-link" href="Text/Images/Image%20references.html">Image references</a>.</p>
</li>
<li>Non-image files can be embedded into text notes as read-only widgets via
the&nbsp;<a class="reference-link" href="Text/Include%20Note.html">Include Note</a>&nbsp;functionality.</li>
<li>Image files can be embedded into text notes like normal images via&nbsp;
<a
class="reference-link" href="Text/Images/Image%20references.html">Image references</a>.</li>
</ul>
</div>
</div>

View File

@ -54,7 +54,8 @@
</tbody>
</table>
</figure>
<h2>Repositioning the map</h2>
<h2>Repositioning the map</h2>
<ul>
<li>Click and drag the map in order to move across the map.</li>
<li>Use the mouse wheel, two-finger gesture on a touchpad or the +/- buttons
@ -117,12 +118,11 @@
</tbody>
</table>
</figure>
<h2>How the location of the markers is stored</h2>
<h2>How the location of the markers is stored</h2>
<p>The location of a marker is stored in the <code>#geolocation</code> attribute
of the child notes:</p>
<p>
<img src="18_Geo Map_image.png" width="1288" height="278">
</p>
<img src="18_Geo Map_image.png" width="1288" height="278">
<p>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.</p>
<h2>Repositioning markers</h2>
@ -225,7 +225,8 @@
</tbody>
</table>
</figure>
<h3>Adding from OpenStreetMap</h3>
<h3>Adding from OpenStreetMap</h3>
<p>Similarly to the Google Maps approach:</p>
<figure class="table" style="width:100%;">
<table class="ck-table-resized">
@ -274,7 +275,8 @@
</tbody>
</table>
</figure>
<h2>Adding GPS tracks (.gpx)</h2>
<h2>Adding GPS tracks (.gpx)</h2>
<p>Trilium has basic support for displaying GPS tracks on the geo map.</p>
<figure
class="table" style="width:100%;">
@ -329,12 +331,14 @@
</tbody>
</table>
</figure>
<h2>Troubleshooting</h2>
<h2>Troubleshooting</h2>
<figure class="image image-style-align-right image_resized" style="width:34.06%;">
<img style="aspect-ratio:678/499;" src="14_Geo Map_image.png" width="678"
height="499">
</figure>
<h3>Grid-like artifacts on the map</h3>
<h3>Grid-like artifacts on the map</h3>
<p>This occurs if the application is not at 100% zoom which causes the pixels
of the map to not render correctly due to fractional scaling. The only
possible solution is to set the UI zoom at 100% (default keyboard shortcut

View File

@ -39,7 +39,7 @@
</li>
<li><em>Italic</em>: Type <code>*text*</code> or <code>_text_</code>
</li>
<li><s>Strikethrough</s>: Type <code>~~text~~</code>
<li><del>Strikethrough</del>: Type <code>~~text~~</code>
</li>
</ul>
<h3>Lists</h3>
@ -91,7 +91,6 @@
the new sub-note is named accordingly. You can also assign a keyboard shortcut
for this action. This functionality is available through the block toolbar
icon.</p>
<p>&nbsp;</p>
</div>
</div>
</body>