mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(docs): sync
This commit is contained in:
parent
9593aa13bf
commit
67f3b4d414
@ -1715,13 +1715,6 @@
|
|||||||
"value": "bx bx-cog",
|
"value": "bx bx-cog",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 10
|
"position": 10
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "relation",
|
|
||||||
"name": "internalLink",
|
|
||||||
"value": "_options",
|
|
||||||
"isInheritable": false,
|
|
||||||
"position": 60
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "markdown",
|
"format": "markdown",
|
||||||
|
@ -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:
|
* 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">
|
<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.
|
* 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>.
|
* 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>.
|
@ -1715,13 +1715,6 @@
|
|||||||
"value": "bx bx-cog",
|
"value": "bx bx-cog",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 10
|
"position": 10
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "relation",
|
|
||||||
"name": "internalLink",
|
|
||||||
"value": "_options",
|
|
||||||
"isInheritable": false,
|
|
||||||
"position": 60
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "html",
|
"format": "html",
|
||||||
|
@ -62,7 +62,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</figure>
|
||||||
<h2>Creating a new event/note</h2>
|
|
||||||
|
<h2>Creating a new event/note</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Clicking on a day will create a new child note and assign it to that particular
|
<li>Clicking on a day will create a new child note and assign it to that particular
|
||||||
day.
|
day.
|
||||||
@ -253,7 +254,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</figure>
|
||||||
<h2>How the calendar works</h2>
|
|
||||||
|
<h2>How the calendar works</h2>
|
||||||
<p>
|
<p>
|
||||||
<img src="11_Calendar View_image.png">
|
<img src="11_Calendar View_image.png">
|
||||||
</p>
|
</p>
|
||||||
@ -289,10 +291,9 @@
|
|||||||
not having a <code>dateNote</code> attribute. Children of the child notes
|
not having a <code>dateNote</code> attribute. Children of the child notes
|
||||||
will not be displayed.</li>
|
will not be displayed.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<img src="8_Calendar View_image.png" width="1217" height="724">
|
||||||
<img src="8_Calendar View_image.png" width="1217" height="724">
|
|
||||||
</p>
|
<h3>Using a different attribute as event title</h3>
|
||||||
<h3>Using a different attribute as event title</h3>
|
|
||||||
<p>By default, events are displayed on the calendar by their note title.
|
<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
|
However, it is possible to configure a different attribute to be displayed
|
||||||
instead.</p>
|
instead.</p>
|
||||||
@ -325,7 +326,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</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
|
<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
|
it to <code>name</code> where <code>name</code> is the name of the relation
|
||||||
to use.</p>
|
to use.</p>
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
<img style="aspect-ratio:1398/1015;" src="Split View_2_Split View_im.png"
|
<img style="aspect-ratio:1398/1015;" src="Split View_2_Split View_im.png"
|
||||||
width="1398" height="1015">
|
width="1398" height="1015">
|
||||||
</figure>
|
</figure>
|
||||||
<h2><strong>Interactions</strong></h2>
|
|
||||||
|
<h2><strong>Interactions</strong></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Press the
|
<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
|
<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
|
||||||
|
@ -27,9 +27,10 @@
|
|||||||
<li><em>Insert child note</em>, to insert the note as a child of the selected
|
<li><em>Insert child note</em>, to insert the note as a child of the selected
|
||||||
note.</li>
|
note.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<img src="Note Types_image.png">
|
<p>
|
||||||
|
<img src="Note Types_image.png">
|
||||||
<h2>Creating a new note of a different type via add link or new tab</h2>
|
</p>
|
||||||
|
<h2>Creating a new note of a different type via add link or new tab</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>When adding a <a href="Note%20Types/Text/Links.html">link</a> in a
|
<li>When adding a <a href="Note%20Types/Text/Links.html">link</a> in a
|
||||||
<a
|
<a
|
||||||
|
@ -49,8 +49,8 @@
|
|||||||
<h2>Understanding how the script works</h2>
|
<h2>Understanding how the script works</h2>
|
||||||
<table class="ck-table-resized">
|
<table class="ck-table-resized">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col></col>
|
<col>
|
||||||
<col></col>
|
<col>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -138,16 +138,18 @@
|
|||||||
<li>
|
<li>
|
||||||
<p>Files are also displayed in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes/Note%20List.html">Note List</a> based
|
<p>Files are also displayed in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes/Note%20List.html">Note List</a> based
|
||||||
on their type:</p>
|
on their type:</p>
|
||||||
<p>
|
<img class="image_resized" style="aspect-ratio:853/315;width:50%;"
|
||||||
<img class="image_resized" style="aspect-ratio:853/315;width:50%;" src="6_File_image.png"
|
src="6_File_image.png" width="853" height="315">
|
||||||
width="853" height="315">
|
</li>
|
||||||
</p>
|
<li>
|
||||||
|
<p>Non-image files can be embedded into text notes as read-only widgets via
|
||||||
|
the <a class="reference-link" href="Text/Include%20Note.html">Include Note</a> functionality.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Image files can be embedded into text notes like normal images via
|
||||||
|
<a
|
||||||
|
class="reference-link" href="Text/Images/Image%20references.html">Image references</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>Non-image files can be embedded into text notes as read-only widgets via
|
|
||||||
the <a class="reference-link" href="Text/Include%20Note.html">Include Note</a> functionality.</li>
|
|
||||||
<li>Image files can be embedded into text notes like normal images via
|
|
||||||
<a
|
|
||||||
class="reference-link" href="Text/Images/Image%20references.html">Image references</a>.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -54,7 +54,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</figure>
|
||||||
<h2>Repositioning the map</h2>
|
|
||||||
|
<h2>Repositioning the map</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Click and drag the map in order to move across the map.</li>
|
<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
|
<li>Use the mouse wheel, two-finger gesture on a touchpad or the +/- buttons
|
||||||
@ -117,12 +118,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</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
|
<p>The location of a marker is stored in the <code>#geolocation</code> attribute
|
||||||
of the child notes:</p>
|
of the child notes:</p>
|
||||||
<p>
|
<img src="18_Geo Map_image.png" width="1288" height="278">
|
||||||
<img src="18_Geo Map_image.png" width="1288" height="278">
|
|
||||||
</p>
|
|
||||||
<p>This value can be added manually if needed. The value of the attribute
|
<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>
|
is made up of the latitude and longitude separated by a comma.</p>
|
||||||
<h2>Repositioning markers</h2>
|
<h2>Repositioning markers</h2>
|
||||||
@ -225,7 +225,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</figure>
|
||||||
<h3>Adding from OpenStreetMap</h3>
|
|
||||||
|
<h3>Adding from OpenStreetMap</h3>
|
||||||
<p>Similarly to the Google Maps approach:</p>
|
<p>Similarly to the Google Maps approach:</p>
|
||||||
<figure class="table" style="width:100%;">
|
<figure class="table" style="width:100%;">
|
||||||
<table class="ck-table-resized">
|
<table class="ck-table-resized">
|
||||||
@ -274,7 +275,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</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>
|
<p>Trilium has basic support for displaying GPS tracks on the geo map.</p>
|
||||||
<figure
|
<figure
|
||||||
class="table" style="width:100%;">
|
class="table" style="width:100%;">
|
||||||
@ -329,12 +331,14 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</figure>
|
</figure>
|
||||||
<h2>Troubleshooting</h2>
|
|
||||||
|
<h2>Troubleshooting</h2>
|
||||||
<figure class="image image-style-align-right image_resized" style="width:34.06%;">
|
<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"
|
<img style="aspect-ratio:678/499;" src="14_Geo Map_image.png" width="678"
|
||||||
height="499">
|
height="499">
|
||||||
</figure>
|
</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
|
<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
|
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
|
possible solution is to set the UI zoom at 100% (default keyboard shortcut
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><em>Italic</em>: Type <code>*text*</code> or <code>_text_</code>
|
<li><em>Italic</em>: Type <code>*text*</code> or <code>_text_</code>
|
||||||
</li>
|
</li>
|
||||||
<li><s>Strikethrough</s>: Type <code>~~text~~</code>
|
<li><del>Strikethrough</del>: Type <code>~~text~~</code>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Lists</h3>
|
<h3>Lists</h3>
|
||||||
@ -91,7 +91,6 @@
|
|||||||
the new sub-note is named accordingly. You can also assign a keyboard shortcut
|
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
|
for this action. This functionality is available through the block toolbar
|
||||||
icon.</p>
|
icon.</p>
|
||||||
<p> </p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user