From e90bbe31ba179cd4e59acc4ee8696061384fd043 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 12 Mar 2025 13:12:28 +0200 Subject: [PATCH] feat(docs): document the launch bar --- docs/User Guide/!!!meta.json | 71 +++++++++++- .../Basic Concepts/UI Elements/Launch Bar.md | 61 ++++++++++ .../UI Elements/Launch Bar_image.png | Bin 0 -> 5557 bytes .../UI Elements/Launcher Bar.md | 4 - .../Vertical and horizontal layout.md | 12 +- .../app/doc_notes/en/User Guide/!!!meta.json | 71 +++++++++++- .../UI Elements/Launch Bar.html | 106 ++++++++++++++++++ .../UI Elements/Launch Bar_image.png | Bin 0 -> 5557 bytes .../UI Elements/Launcher Bar.html | 23 ---- .../Vertical and horizontal layout.html | 12 +- .../doc_notes/en/User Guide/navigation.html | 4 +- 11 files changed, 317 insertions(+), 47 deletions(-) create mode 100644 docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.md create mode 100644 docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png delete mode 100644 docs/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.md create mode 100644 src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.html create mode 100644 src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png delete mode 100644 src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.html diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index d318f89e4..5e52dec25 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -1999,7 +1999,7 @@ "Vc8PjrjAGuOp", "xYmIYSP6wE3F" ], - "title": "Launcher Bar", + "title": "Launch Bar", "notePosition": 70, "prefix": null, "isExpanded": false, @@ -2012,11 +2012,69 @@ "value": "bx bx-sidebar", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x3i7MxGccDuM", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x0JgW8UqGXvq", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "SynTBQiBsdYJ", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OFXdgB2nNk1F", + "isInheritable": false, + "position": 100 } ], "format": "markdown", - "dataFileName": "Launcher Bar.md", - "attachments": [] + "dataFileName": "Launch Bar.md", + "attachments": [ + { + "attachmentId": "YsBMjK1g3jd1", + "title": "image.png", + "role": "image", + "mime": "image/jpg", + "position": 10, + "dataFileName": "Launch Bar_image.png" + } + ] }, { "isClone": false, @@ -2988,6 +3046,13 @@ "value": "note-hoisting", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-chevrons-up", + "isInheritable": false, + "position": 40 } ], "format": "markdown", diff --git a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.md b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.md new file mode 100644 index 000000000..c218faec8 --- /dev/null +++ b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.md @@ -0,0 +1,61 @@ +# Launch Bar +## Position of the Launch bar + +Depending on the layout selected, the launcher bar will either be on the left side of the screen with buttons displayed vertically or at the top of the screen. See [Vertical and horizontal layout](Vertical%20and%20horizontal%20layout.md) for more information. + +## Terminology + +* **Launcher**: a button that can be (or is) displayed on the launch bar. +* **Available Launcher**: a launcher that is not displayed on the launch bar, but can be added. +* **Visible Launcher**: a launcher that is currently displayed on the launch bar. + +## Configuring the Launch bar + +There are two ways to configure the launch bar: + +* Right click in the empty space between launchers on the launch bar and select _Configure Launchbar._ +* Click on the [Global menu](Global%20menu.md) and select _Configure Launchbar_. + +This will open a new tab with the [Note Tree](Note%20Tree.md) listing the launchers. + +![](Launch%20Bar_image.png) + +Expanding _Available Launchers_ section will show the list of launchers that are not displayed on the launch bar. The _Visible Launchers_ will show the ones that are currently displayed. + +### Adding/removing and reordering launchers + +To display a new launcher in the launch bar, first look for it in the _Available Launchers_ section. Then right click it and select _Move to visible launchers_. It is also possible to drag and drop the item manually. + +Similarly, to remove it from the launch bar, simply look for it in _Visible Launchers_ then right click it and select _Move to available launchers_ or use drag-and-drop. + +Drag-and-drop the items in the tree in order to change their order. See [Note Tree](Note%20Tree.md) for more interaction options, including using keyboard shortcuts. + +### Resetting + +Resetting allows restoring the original configuration of Trilium for the launcher bar, or for a portion of it. Simply right click a launcher (or even the entire _Launch Bar_ section) and select _Reset_ to bring it back to the original state. + +### Creating new launchers / types of launchers + +Right click either the _Available launchers_ or _Visible launchers_ sections and select one of the options: + +1. **Note Launcher** + A note launcher will simply navigate to a specified note. + + 1. Set the `target` promoted attribute to the note to navigate to. + 2. Optionally, set `hoistedNote` to hoist a particular note. See [Note Hoisting](../Navigation/Note%20Hoisting.md) for more information. + 3. Optionally, set a `keyboardShortcut` to trigger the launcher. + +2. **Script Launcher** + An advanced launcher which will run a script upon pressing. See [Scripts](../../Note%20Types/Code/Scripts.md) for more information. + + 1. Set `script` to point to the desired script to run. + 2. Optionally, set a `keyboardShortcut` to trigger the launcher. + +3. **Custom Widget** + + Allows defining a custom widget to be rendered inside the launcher. See [Widget Basics](../../Developer%20Guides/Widget%20Basics.md) for more information. + +4. **Spacers** + Launchers that create some distance between other launchers for better visual distinction. + +Launchers are configured via predefined [Promoted Attributes](../../Advanced%20Usage/Attributes/Promoted%20Attributes.md). \ No newline at end of file diff --git a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png new file mode 100644 index 0000000000000000000000000000000000000000..6e8c374800af14991f0181044dcfdaf85aaecee8 GIT binary patch literal 5557 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 RlURuCKo0yLCm3`1-vDmQkfHzp literal 0 HcmV?d00001 diff --git a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.md b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.md deleted file mode 100644 index 7d1fa50b2..000000000 --- a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.md +++ /dev/null @@ -1,4 +0,0 @@ -# Launcher Bar -## Position of the launcher bar - -It's possible to display the launcher bar either vertically, on the left side of the screen, or horizontally on the top \ No newline at end of file diff --git a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.md b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.md index b203cde37..58354ec53 100644 --- a/docs/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.md +++ b/docs/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.md @@ -7,11 +7,11 @@ Trilium supports two different layouts, based on your preference. The vertical layout is Trilium's original layout: -* The [Launcher Bar](Launcher%20Bar.md) is positioned on the left side of the screen, with buttons being laid out vertically. +* The [Launcher Bar](Launch%20Bar.md) is positioned on the left side of the screen, with buttons being laid out vertically. * The tab bar is at the top, but to the right of the [Note Tree](Note%20Tree.md). * The [Quick search](Quick%20search.md) is at the top of the [Note Tree](Note%20Tree.md). -* The [Note Tree](Note%20Tree.md) can be collapsed by pressing the ![](6_Vertical%20and%20horizontal%20la.png) button at the bottom of the [Launcher Bar](Launcher%20Bar.md). -* The [Global menu](Global%20menu.md) can be accessed via the ![](5_Vertical%20and%20horizontal%20la.png) icon at the top of the [Launcher Bar](Launcher%20Bar.md). +* The [Note Tree](Note%20Tree.md) can be collapsed by pressing the ![](6_Vertical%20and%20horizontal%20la.png) button at the bottom of the [Launcher Bar](Launch%20Bar.md). +* The [Global menu](Global%20menu.md) can be accessed via the ![](5_Vertical%20and%20horizontal%20la.png) icon at the top of the [Launcher Bar](Launch%20Bar.md). ![](4_Vertical%20and%20horizontal%20la.png) @@ -19,11 +19,11 @@ The vertical layout is Trilium's original layout: The horizontal layout is a more traditional layout, since it bears similarity with other applications. In this mode: -* The [Launcher Bar](Launcher%20Bar.md) is at the top of the screen, with the buttons laid horizontally. +* The [Launcher Bar](Launch%20Bar.md) is at the top of the screen, with the buttons laid horizontally. * The tab bar is at the top of the screen, but now covers the entirety of the width, allowing for more tabs to be displayed at once. -* The [Quick search](Quick%20search.md) is now part of the [Launcher Bar](Launcher%20Bar.md). It can be moved around according to preference and even removed if needed. +* The [Quick search](Quick%20search.md) is now part of the [Launcher Bar](Launch%20Bar.md). It can be moved around according to preference and even removed if needed. * The [Note Tree](Note%20Tree.md) can be collapsed by pressing the small ![](2_Vertical%20and%20horizontal%20la.png) button to the left of the first tab. -* The [Global menu](Global%20menu.md) can be accessed via the ![](1_Vertical%20and%20horizontal%20la.png) button at the end of the [Launcher Bar](Launcher%20Bar.md). +* The [Global menu](Global%20menu.md) can be accessed via the ![](1_Vertical%20and%20horizontal%20la.png) button at the end of the [Launcher Bar](Launch%20Bar.md). ![](3_Vertical%20and%20horizontal%20la.png) diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json index 39e28f388..6598222f9 100644 --- a/src/public/app/doc_notes/en/User Guide/!!!meta.json +++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json @@ -1999,7 +1999,7 @@ "Vc8PjrjAGuOp", "xYmIYSP6wE3F" ], - "title": "Launcher Bar", + "title": "Launch Bar", "notePosition": 70, "prefix": null, "isExpanded": false, @@ -2012,11 +2012,69 @@ "value": "bx bx-sidebar", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x3i7MxGccDuM", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x0JgW8UqGXvq", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "SynTBQiBsdYJ", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OFXdgB2nNk1F", + "isInheritable": false, + "position": 100 } ], "format": "html", - "dataFileName": "Launcher Bar.html", - "attachments": [] + "dataFileName": "Launch Bar.html", + "attachments": [ + { + "attachmentId": "YsBMjK1g3jd1", + "title": "image.png", + "role": "image", + "mime": "image/jpg", + "position": 10, + "dataFileName": "Launch Bar_image.png" + } + ] }, { "isClone": false, @@ -2988,6 +3046,13 @@ "value": "note-hoisting", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-chevrons-up", + "isInheritable": false, + "position": 40 } ], "format": "html", diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.html new file mode 100644 index 000000000..df45531fa --- /dev/null +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar.html @@ -0,0 +1,106 @@ + + + + + + + + Launch Bar + + + +
+

Launch Bar

+ +
+

Position of the Launch bar

+

Depending on the layout selected, the launcher bar will either be on the + left side of the screen with buttons displayed vertically or at the top + of the screen. See Vertical and horizontal layout for + more information.

+

Terminology

+
    +
  • Launcher: a button that can be (or is) displayed on the + launch bar.
  • +
  • Available Launcher: a launcher that is not displayed + on the launch bar, but can be added.
  • +
  • Visible Launcher: a launcher that is currently displayed + on the launch bar.
  • +
+

Configuring the Launch bar

+

There are two ways to configure the launch bar:

+
    +
  • Right click in the empty space between launchers on the launch bar and + select Configure Launchbar. +
  • +
  • Click on the Global menu and + select Configure Launchbar.
  • +
+

This will open a new tab with the Note Tree listing + the launchers.

+

+ +

+

Expanding Available Launchers section will show the list of launchers + that are not displayed on the launch bar. The Visible Launchers will + show the ones that are currently displayed.

+

Adding/removing and reordering launchers

+

To display a new launcher in the launch bar, first look for it in the Available Launchers section. + Then right click it and select Move to visible launchers. It is also + possible to drag and drop the item manually.

+

Similarly, to remove it from the launch bar, simply look for it in Visible Launchers then + right click it and select Move to available launchers or use drag-and-drop.

+

Drag-and-drop the items in the tree in order to change their + order. See Note Tree for + more interaction options, including using keyboard shortcuts.

+

Resetting

+

Resetting allows restoring the original configuration of Trilium for the + launcher bar, or for a portion of it. Simply right click a launcher (or + even the entire Launch Bar section) and select Reset to bring + it back to the original state.

+

Creating new launchers / types of launchers

+

Right click either the Available launchers or Visible launchers sections + and select one of the options:

+
    +
  1. +

    Note Launcher +
    A note launcher will simply navigate to a specified note.

    +
      +
    1. Set the target promoted attribute to the note to navigate to.
    2. +
    3. Optionally, set hoistedNote to hoist a particular note. See  + Note Hoisting for more information.
    4. +
    5. Optionally, set a keyboardShortcut to trigger the launcher.
    6. +
    +

     

    +
  2. +
  3. +

    Script Launcher +
    An advanced launcher which will run a script upon pressing. See  + Scripts for more information.

    +
      +
    1. Set script to point to the desired script to run.
    2. +
    3. Optionally, set a keyboardShortcut to trigger the launcher.
    4. +
    +

     

    +
  4. +
  5. +

    Custom Widget +

    +

    Allows defining a custom widget to be rendered inside the launcher. See  + Widget Basics for more information.

    +

     

    +
  6. +
  7. Spacers +
    Launchers that create some distance between other launchers for better + visual distinction.
  8. +
+

Launchers are configured via predefined Promoted Attributes.

+
+
+ + + \ No newline at end of file diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launch Bar_image.png new file mode 100644 index 0000000000000000000000000000000000000000..6e8c374800af14991f0181044dcfdaf85aaecee8 GIT binary patch literal 5557 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 RlURuCKo0yLCm3`1-vDmQkfHzp literal 0 HcmV?d00001 diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.html deleted file mode 100644 index 0af669ada..000000000 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Launcher Bar.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - Launcher Bar - - - -
-

Launcher Bar

- -
-

Position of the launcher bar

-

It's possible to display the launcher bar either vertically, on the left - side of the screen, or horizontally on the top

-
-
- - - \ No newline at end of file diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.html index ebec37a44..befb205ee 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts/UI Elements/Vertical and horizontal layout.html @@ -18,7 +18,7 @@

Vertical layout

The vertical layout is Trilium's original layout:

@@ -41,12 +41,12 @@

The horizontal layout is a more traditional layout, since it bears similarity with other applications. In this mode:

    -
  • The Launcher Bar is +
  • The Launcher Bar is at the top of the screen, with the buttons laid horizontally.
  • The tab bar is at the top of the screen, but now covers the entirety of the width, allowing for more tabs to be displayed at once.
  • The Quick search is - now part of the Launcher Bar. + now part of the Launcher Bar. It can be moved around according to preference and even removed if needed.
  • The Note Tree can be collapsed by pressing the small @@ -55,7 +55,7 @@
  • The Global menu can be accessed via the button at the end of the Launcher Bar.
  • + height="11">button at the end of the Launcher Bar.
Note Tree -
  • Launcher Bar +
  • Launch Bar
  • Quick search