Skip to content

Commit 8b4e768

Browse files
committed
docs(user): update documentation regarding printing multiple notes
1 parent 25a51a7 commit 8b4e768

File tree

7 files changed

+88
-30
lines changed

7 files changed

+88
-30
lines changed

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html

Lines changed: 32 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/List View.html

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Right pane widget.html

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Developer Guide/Developer Guide/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Documentation
2-
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/veLUtimyaTkr/Documentation_image.png" width="205" height="162">
2+
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/CJFtZbAX4Otj/Documentation_image.png" width="205" height="162">
33

44
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing <kbd>F1</kbd>.
55
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.

docs/User Guide/!!!meta.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,6 +4135,13 @@
41354135
"value": "printing-and-pdf-export",
41364136
"isInheritable": false,
41374137
"position": 110
4138+
},
4139+
{
4140+
"type": "relation",
4141+
"name": "internalLink",
4142+
"value": "mULW0Q3VojwY",
4143+
"isInheritable": false,
4144+
"position": 130
41384145
}
41394146
],
41404147
"format": "markdown",
@@ -10478,6 +10485,13 @@
1047810485
"value": "list",
1047910486
"isInheritable": false,
1048010487
"position": 30
10488+
},
10489+
{
10490+
"type": "relation",
10491+
"name": "internalLink",
10492+
"value": "NRnIZmSMc5sj",
10493+
"isInheritable": false,
10494+
"position": 40
1048110495
}
1048210496
],
1048310497
"format": "markdown",

docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ When exporting to PDF, there are no customizable settings such as page orientati
4949
> [!NOTE]
5050
> These options have no effect when used with the printing feature, since the user-defined settings are used instead.
5151
52+
## Printing multiple notes
53+
54+
Since v0.100.0, it is possible to print more than one note at the time by using <a class="reference-link" href="../../Collections.md">Collections</a>:
55+
56+
1. First create a collection.
57+
2. Configure it to use <a class="reference-link" href="../../Collections/List%20View.md">List View</a>.
58+
3. Print the collection note normally.
59+
60+
The resulting collection will contain all the children of the collection, while maintaining the hierarchy.
61+
5262
## Keyboard shortcut
5363

5464
It's possible to trigger both printing and export as PDF from the keyboard by going to _Keyboard shortcuts_ in <a class="reference-link" href="../UI%20Elements/Options.md">Options</a> and assigning a key combination for:

docs/User Guide/User Guide/Collections/List View.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,15 @@ In the example above, the "Node.js" note on the left panel contains several chil
88
## Interaction
99

1010
* Each note can be expanded or collapsed by clicking on the arrow to the left of the title.
11-
* In the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.md">Ribbon</a>, in the _Collection_ tab there are options to expand and to collapse all notes easily.
11+
* In the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.md">Ribbon</a>, in the _Collection_ tab there are options to expand and to collapse all notes easily.
12+
13+
## Printing and exporting to PDF
14+
15+
Since v0.100.0, list collections can be [printed or exported to PDF](../Basic%20Concepts%20and%20Features/Notes/Printing%20%26%20Exporting%20as%20PDF.md).
16+
17+
A printed list collection will print all the notes in the collection, in the right order and preserving the full hierarchy.
18+
19+
If exported to PDF within the desktop application, there is additional functionality:
20+
21+
* The table of contents of the PDF will reflect the structure of the notes.
22+
* Reference and inline links to other notes within the same hierarchy will be functional (will jump to the corresponding page). If a link refers to a note that is not in the printed hierarchy, it will be unlinked.

0 commit comments

Comments
 (0)