mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(docs): add back some image sizes
This commit is contained in:
parent
da42ddeee7
commit
1f98e75c54
File diff suppressed because it is too large
Load Diff
@ -5,11 +5,11 @@ In Trilium, is possible to work with two or more notes side-by-side.
|
||||
|
||||
## **Interactions**
|
||||
|
||||
* Press the  button to the right of a note's title to open a new split to the right of it.
|
||||
* Press the <img src="Split View_Split View_imag.png" width="16" height="16"> button to the right of a note's title to open a new split to the right of it.
|
||||
* It is possible to have as many splits as desired, simply press again the button.
|
||||
* Only horizontal splits are possible, vertical or drag & dropping is not supported.
|
||||
* When at least one split is open, press the  button next to it to close it.
|
||||
* Use the  or the  button to move around the splits.
|
||||
* Use the <img src="Split View_4_Split View_im.png" width="7" height="10"> or the <img src="Split View_1_Split View_im.png" width="7" height="10"> button to move around the splits.
|
||||
* Each [tab](Tabs.md) has its own split view configuration (e.g. one tab can have two notes in a split view, whereas the others are one-note views).
|
||||
* The tab will indicate only the title of the main note (the first one in the list).
|
||||
|
||||
|
@ -10,7 +10,7 @@ To create a new note of a different type, head to the <a class="reference-link"
|
||||
* _Insert note after_, to put the new note underneath the one selected.
|
||||
* _Insert child note_, to insert the note as a child of the selected note.
|
||||
|
||||

|
||||
<img src="Note Types_image.png" width="613" height="529">
|
||||
|
||||
## Creating a new note of a different type via add link or new tab
|
||||
|
||||
|
@ -12,7 +12,7 @@ Since these files come from an external source, it is not possible to create a _
|
||||
|
||||
### PDFs
|
||||
|
||||

|
||||
<img src="File_image.png" width="933" height="666">
|
||||
|
||||
PDFs can be browsed directly from Trilium.
|
||||
|
||||
@ -29,15 +29,15 @@ Interaction:
|
||||
|
||||
### Images
|
||||
|
||||

|
||||
<img src="4_File_image.png" width="879" height="766">
|
||||
|
||||
Interaction:
|
||||
|
||||
* _Copy reference to clipboard_, for embedding the image within [Text](Text.md) notes. See [Image references](Text/Images/Image%20references.md) for more information.
|
||||
* _Copy reference to clipboard_, for embedding the image within <a class="reference-link" href="Text.md">Text</a> notes. See <a class="reference-link" href="Text/Images/Image%20references.md">Image references</a> for more information.
|
||||
|
||||
### Videos
|
||||
|
||||

|
||||
<img src="1_File_image.png" width="854" height="700">
|
||||
|
||||
Video files can be added in as well. The file is streamed directly, so when accessing the note from a server it doesn't have to download the entire video to start playing it.
|
||||
|
||||
@ -46,7 +46,7 @@ Video files can be added in as well. The file is streamed directly, so when acce
|
||||
|
||||
### Audio
|
||||
|
||||

|
||||
<img src="3_File_image.png" width="850" height="243">
|
||||
|
||||
Adding a supported audio file will reveal a basic audio player that can be used to play it.
|
||||
|
||||
@ -59,7 +59,7 @@ Interactions:
|
||||
|
||||
### Text files
|
||||
|
||||

|
||||
<img src="2_File_image.png" width="926" height="347">
|
||||
|
||||
Files that are identified as containing text will show a preview of their content. One common use case for this type of file is to embed text files whose content is not necessarily of interest to the user, such as third-party libraries or generated content, that can then be downloaded if needed.
|
||||
|
||||
@ -69,7 +69,7 @@ Since one of the use cases for having files instead of notes is to display large
|
||||
|
||||
### Unknown file types
|
||||
|
||||

|
||||
<img src="5_File_image.png" width="532" height="240">
|
||||
|
||||
If the file could not be identified as any of the supported file types from above, it will be treated as an unknown file. In this case, all the default interactions will be available such as downloading or opening the file externally, but there will be no preview of the content.
|
||||
|
||||
@ -84,6 +84,6 @@ If the file could not be identified as any of the supported file types from abov
|
||||
|
||||
## Relation with other notes
|
||||
|
||||
* 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 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>.
|
@ -1,5 +1,5 @@
|
||||
# Image references
|
||||

|
||||
<img src="Image references_image.png" width="880" height="553">
|
||||
|
||||
Image references are an easy way to embed the preview of another note type into a <a class="reference-link" href="../../Text.md">Text</a> note.
|
||||
|
||||
@ -11,7 +11,7 @@ Image references are an easy way to embed the preview of another note type into
|
||||
|
||||
## Steps
|
||||
|
||||
1. Go to one of the supported notes (listed above) and look for the  button in the <a class="reference-link" href="../../../Basic%20Concepts%20and%20Features/UI%20Elements/Floating%20buttons.md">Floating buttons</a> area.
|
||||
1. Go to one of the supported notes (listed above) and look for the <img src="1_Image references_image.png" width="18" height="18"> button in the <a class="reference-link" href="../../../Basic%20Concepts%20and%20Features/UI%20Elements/Floating%20buttons.md">Floating buttons</a> area.
|
||||
2. Go to a <a class="reference-link" href="../../Text.md">Text</a> note and use the Paste function to insert the reference to that note.
|
||||
|
||||
## Interaction
|
||||
|
@ -3,4 +3,4 @@ Text notes can "include" another note as a read-only widget. This can be useful
|
||||
|
||||
## Including a note
|
||||
|
||||
In the <a class="reference-link" href="Formatting%20toolbar.md">Formatting toolbar</a>, look for the  button. There is also a keyboard shortcut defined for it but it is not allocated by default.
|
||||
In the <a class="reference-link" href="Formatting%20toolbar.md">Formatting toolbar</a>, look for the <img src="Include Note_image.png" width="16" height="16"> button. There is also a keyboard shortcut defined for it but it is not allocated by default.
|
623
src/public/app/doc_notes/en/User Guide/!!!meta.json
generated
623
src/public/app/doc_notes/en/User Guide/!!!meta.json
generated
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,7 @@
|
||||
<p>Some note types have a special behavior based on whether the read-only
|
||||
mode is enabled:</p>
|
||||
<ul>
|
||||
<li><a class="reference-link" href="#root/rswjxUmAz64R/aOI0RYfC3wic/ObWG9tSNscDb">Mermaid Diagrams</a> will
|
||||
<li><a class="reference-link" href="../../Note%20Types/Mermaid%20Diagrams.html">Mermaid Diagrams</a> will
|
||||
hide the Mermaid source code and display the diagram preview in full-size.
|
||||
In this case, the read-only mode can be easily toggled on or off via a
|
||||
dedicated button in the <a class="reference-link" href="../UI%20Elements/Floating%20buttons.html">Floating buttons</a> area.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user