mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
feat(docs): improve include note
This commit is contained in:
@@ -82,8 +82,8 @@ If the file could not be identified as any of the supported file types from abov
|
||||
* It is **not** possible to change the note type of a _File_ note.
|
||||
* Convert into an [attachment](../Basic%20Concepts%20and%20Features/Notes/Attachments.md) from the [note menu](../Basic%20Concepts%20and%20Features/UI%20Elements/Note%20buttons.md).
|
||||
|
||||
## Note list
|
||||
## Relation with other notes
|
||||
|
||||
Files are also displayed in the [Note List](../Basic%20Concepts%20and%20Features/Notes/Note%20List.md) based on their type:
|
||||
|
||||

|
||||
* Files are also displayed in the [Note List](../Basic%20Concepts%20and%20Features/Notes/Note%20List.md) based on their type:
|
||||
* Non-image files can be embedded into text notes as read-only widgets via the [Include Note](Text/Include%20Note.md) functionality.
|
||||
* Image files can be embedded into text notes like normal images via [Image references](Text/Images/Image%20references.md).
|
||||
@@ -72,10 +72,4 @@ When editing a document that becomes too large, you can split it into sub-notes:
|
||||
2. Create a new sub-note and name it.
|
||||
3. Paste the content from the clipboard into the sub-note.
|
||||
|
||||
Trilium can automate this process. Select some text within the note, and in the selection toolbar, click the scissors icon for the "cut & pasted selection to sub-note" action. The heading is automatically detected and 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.
|
||||
|
||||
## Including a Note
|
||||
|
||||
Text notes can "include" another note as a read only widget. This can be useful for e.g. including a dynamically generated chart (from scripts & "render HTML" note) or other more advanced use cases.
|
||||
|
||||
This functionality is available in the block toolbar icon.
|
||||
Trilium can automate this process. Select some text within the note, and in the selection toolbar, click the scissors icon for the "cut & pasted selection to sub-note" action. The heading is automatically detected and 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.
|
||||
@@ -0,0 +1,6 @@
|
||||
# Include Note
|
||||
Text notes can "include" another note as a read-only widget. This can be useful for e.g. including a dynamically generated chart (from scripts & "render HTML" note) or other more advanced use cases.
|
||||
|
||||
## Including a note
|
||||
|
||||
In the [Formatting toolbar](Formatting%20toolbar.md), look for the  button. There is also a keyboard shortcut defined for it but it is not allocated by default.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
Reference in New Issue
Block a user