Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ce66397

Browse files
committed
Merge branch 'develop' into webpack
2 parents 6083781 + 9c835d0 commit ce66397

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package-lock.json linguist-generated=true
22
**/package-lock.json linguist-generated=true
33
src/public/app/doc_notes/en/User[[:space:]]Guide/** linguist-generated=true
4+
src/public/app/doc_notes/en/User[[:space:]]Guide/**/*.md eol=lf
45
libraries/** linguist-vendored

docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Trilium has some special support for day notes in the form of [backend Script AP
5757

5858
Day (and year, month) notes are created with a label - e.g. `#dateNote="2018-08-16"` this can then be used by other scripts to add new notes to day note etc.
5959

60-
Journal also has relation `child:child:child:template=Day template` (see \[\[attribute inheritance\]\]) which effectively adds \[\[template\]\] to day notes (grand-grand-grand children of Journal).
60+
Journal also has relation `child:child:child:template=Day template` (see \[\[attribute inheritance\]\]) which effectively adds \[\[template\]\] to day notes (grand-grand-grand children of Journal).

docs/User Guide/User Guide/Basic Concepts/Zen mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Screenshot of the Zen Mode option in the global menu.
1313

1414
The Zen Mode can be activated by accessing the global menu and selecting the “Zen Mode” option:
1515

16-
Aside from the global menu, it's also possible to activate this mode by using a keyboard shortcut which is <kbd>Alt</kbd>+<kbd>Z</kbd> by default. Look for `toggleZenMode` in the shortcut configuration.
16+
Aside from the global menu, it's also possible to activate this mode by using a keyboard shortcut (which is <kbd>F9</kbd> since TriliumNext 0.92.5 and <kbd>Alt</kbd>+<kbd>Z</kbd> for older versions). Look for `toggleZenMode` in the shortcut configuration.
1717

18-
Once Zen Mode is activated, all the UI elements of the application will be hidden away, including the global menu. In that case, the Zen Mode can be deactivated either by pressing the ![](Zen%20mode_image.png)icon in the top-right corner of the window or by pressing the keyboard combination again.
18+
Once Zen Mode is activated, all the UI elements of the application will be hidden away, including the global menu. In that case, the Zen Mode can be deactivated either by pressing the ![](Zen%20mode_image.png) icon in the top-right corner of the window or by pressing the keyboard combination again.
1919

2020
Do note that, by design, activating or deactivating the Zen Mode applies only to the current window. Restarting the application will also disable the Zen Mode.
2121

src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/Zen mode.html

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

src/services/keyboard_actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function getDefaultKeyboardActions() {
240240
},
241241
{
242242
actionName: "toggleZenMode",
243-
defaultShortcuts: ["Alt+Z"],
243+
defaultShortcuts: ["F9"],
244244
description: t("keyboard_actions.toggle-zen-mode"),
245245
scope: "window"
246246
},

0 commit comments

Comments
 (0)