mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 15:49:56 +01:00
docs(guide): document the zoom function
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<p>Zoom applies to the entire UI, including text.</p>
|
||||||
|
<p>On the desktop application, use the <a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_x3i7MxGccDuM">Global menu</a> to
|
||||||
|
zoom in/out.</p>
|
||||||
|
<p>On both web browser and the desktop, the keyboard shortcuts <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>+</kbd> and <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>-</kbd> can
|
||||||
|
be used.</p>
|
||||||
|
<h2>Adjusting the text size instead</h2>
|
||||||
|
<p>As an alternative to the zoom, the text size can be individually adjusted
|
||||||
|
by going to <a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_4TIF1oA4VQRO">Options</a> → <em>Appearance</em>.</p>
|
||||||
14
docs/User Guide/!!!meta.json
vendored
14
docs/User Guide/!!!meta.json
vendored
@@ -3076,6 +3076,20 @@
|
|||||||
"value": "zoom",
|
"value": "zoom",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 20
|
"position": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "relation",
|
||||||
|
"name": "internalLink",
|
||||||
|
"value": "x3i7MxGccDuM",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "relation",
|
||||||
|
"name": "internalLink",
|
||||||
|
"value": "4TIF1oA4VQRO",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 40
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "markdown",
|
"format": "markdown",
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Zoom
|
||||||
|
Zoom applies to the entire UI, including text.
|
||||||
|
|
||||||
|
On the desktop application, use the <a class="reference-link" href="Global%20menu.md">Global menu</a> to zoom in/out.
|
||||||
|
|
||||||
|
On both web browser and the desktop, the keyboard shortcuts <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>+</kbd> and <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>-</kbd> can be used.
|
||||||
|
|
||||||
|
## Adjusting the text size instead
|
||||||
|
|
||||||
|
As an alternative to the zoom, the text size can be individually adjusted by going to <a class="reference-link" href="Options.md">Options</a> → _Appearance_.
|
||||||
Reference in New Issue
Block a user