diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md index 4b3bc103f..9fa4b9d92 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md @@ -57,4 +57,4 @@ Trilium has some special support for day notes in the form of [backend Script AP 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. -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). +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). \ No newline at end of file diff --git a/docs/User Guide/User Guide/Basic Concepts/Zen mode.md b/docs/User Guide/User Guide/Basic Concepts/Zen mode.md index 8e1d15901..8bd9b8ad6 100644 --- a/docs/User Guide/User Guide/Basic Concepts/Zen mode.md +++ b/docs/User Guide/User Guide/Basic Concepts/Zen mode.md @@ -13,9 +13,9 @@ Screenshot of the Zen Mode option in the global menu. The Zen Mode can be activated by accessing the global menu and selecting the “Zen Mode” option: -Aside from the global menu, it's also possible to activate this mode by using a keyboard shortcut which is Alt+Z by default. Look for `toggleZenMode` in the shortcut configuration. +Aside from the global menu, it's also possible to activate this mode by using a keyboard shortcut (which is F9 since TriliumNext 0.92.5 and Alt+Z for older versions). Look for `toggleZenMode` in the shortcut configuration. -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. +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. 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. diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/Zen mode.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/Zen mode.html index 524f965e2..4678fd559 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/Zen mode.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/Zen mode.html @@ -29,8 +29,9 @@

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

Aside from the global menu, it's also possible to activate this mode by - using a keyboard shortcut which is Alt+Z by default. - Look for toggleZenMode in the shortcut configuration.

+ using a keyboard shortcut (which is F9 since TriliumNext 0.92.5 + and Alt+Z for older versions). Look for toggleZenMode in + the shortcut configuration.

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 diff --git a/src/services/keyboard_actions.ts b/src/services/keyboard_actions.ts index 1df14a264..78723da3d 100644 --- a/src/services/keyboard_actions.ts +++ b/src/services/keyboard_actions.ts @@ -240,7 +240,7 @@ function getDefaultKeyboardActions() { }, { actionName: "toggleZenMode", - defaultShortcuts: ["Alt+Z"], + defaultShortcuts: ["F9"], description: t("keyboard_actions.toggle-zen-mode"), scope: "window" },