@ -14,11 +14,14 @@
< div class = "ck-content" >
< h2 > Position of the Launch bar< / h2 >
< p > 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 < a class = "reference-link" href = "Vertical%20and%20horizontal%20layout.html" > Vertical and horizontal layout< / a > for
of the screen. See < a href = "Vertical%20and%20horizontal%20layout.html" > Vertical and horizontal layout< / a > for
more information.< / p >
< h2 > Terminology< / h2 >
< h2 > Terminology< / h2 >
< ul >
< li > < strong > Launcher< / strong > : a button that can be (or is) displayed on the
launch bar.< / li >
@ -27,85 +30,91 @@
< li > < strong > Visible Launcher< / strong > : a launcher that is currently displayed
on the launch bar.< / li >
< / ul >
< h2 > Configuring the Launch bar< / h2 >
< h2 > Configuring the Launch bar< / h2 >
< p > There are two ways to configure the launch bar:< / p >
< ul >
< li > Right click in the empty space between launchers on the launch bar and
select < i> Configure Launchbar.< / i >
select < em> Configure Launchbar.< / em >
< / li >
< li > Click on the < a class = "reference-link" href = "Global%20menu.html" > Global menu< / a > and
select < i > Configure Launchbar< / i > .< / li >
< li > Click on the < a href = "Global%20menu.html" > Global menu< / a > and select < em > Configure Launchbar< / em > .< / li >
< / ul >
< p > This will open a new tab with the < a class = "reference-link" href = "Note%20Tree.html" > Note Tree< / a > listing
< p > This will open a new tab with the < a href = "Note%20Tree.html" > Note Tree< / a > listing
the launchers.< / p >
< p >
< img src = "Launch Bar_image.png" width= "355" height = "104" >
< img src = "Launch Bar_image.png" alt= "" / >
< / p >
< p > Expanding < i> Available Launchers< / i > section will show the list of launchers
that are not displayed on the launch bar. The < i> Visible Launchers< / i > will
< p > Expanding < em> Available Launchers< / em > section will show the list of launchers
that are not displayed on the launch bar. The < em> Visible Launchers< / em > will
show the ones that are currently displayed.< / p >
< h3 > Adding/removing and reordering launchers< / h3 >
< p > To display a new launcher in the launch bar, first look for it in the < i > Available Launchers< / i > section.
Then right click it and select < i > Move to visible launchers< / i > . It is also
possible to drag and drop the item manually.< / p >
< p > Similarly, to remove it from the launch bar, simply look for it in < i > Visible Launchers< / i > then
right click it and select < i > Move to available launchers < / i > or use drag-and-drop.< / p >
< p > Drag-and-drop the items in the tree in order to change their
order. See < a class = "reference-link" href = "Note%20Tree.html" > Note Tree< / a > for
more interaction options, including using keyboard shortcuts.< / p >
< h2 > Customizing the launcher< / h2 >
< h3 > Adding/removing and reordering launchers< / h3 >
< p > To display a new launcher in the launch bar, first look for it in the < em > Available Launchers< / em > section.
Then right click it and select < em > Move to visible launchers< / em > . It is
also possible to drag and drop the item manually.< / p >
< p > Similarly, to remove it from the launch bar, simply look for it in < em > Visible Launchers< / em > then
right click it and select < em > Move to available launchers< / em > or use drag-and-drop.< / p >
< p > Drag-and-drop the items in the tree in order to change their order. See
< a
href="Note%20Tree.html">Note Tree< / a > for more interaction options, including using keyboard shortcuts.< / p >
< h2 > Customizing the launcher< / h2 >
< ul >
< li > The icon of a launcher can be changed just like a normal note. See
< li > The icon of a launcher can be changed just like a normal note. See
< a
class="reference-link" href="../Note/Note%20Icons.html">Note Icons< / a > for more information.< / li >
href="../Note/Note%20Icons.html">Note Icons< / a > for more information.< / li >
< li > The title of the launcher can also be changed.< / li >
< / ul >
< h3 > Resetting< / h3 >
< h3 > Resetting< / h3 >
< p > 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 < i> Launch Bar< / i > section) and select < i > Reset< / i > to bring
even the entire < em> Launch Bar< / em > section) and select < em > Reset< / em > to bring
it back to the original state.< / p >
< h3 > Creating new launchers / types of launchers< / h3 >
< p > Right click either the < i > Available launchers< / i > or < i > Visible launchers< / i > sections
< h3 > Creating new launchers / types of launchers< / h3 >
< p > Right click either the < em > Available launchers< / em > or < em > Visible launchers< / em > sections
and select one of the options:< / p >
< ol >
< li >
< p > < strong > Note Launcher< / strong >
< br > A note launcher will simply navigate to a specified note.< / p >
< br / > A note launcher will simply navigate to a specified note.< / p >
< ol >
< li > Set the < code > target< / code > promoted attribute to the note to navigate to.< / li >
< li > Optionally, set < code > hoistedNote< / code > to hoist a particular note. See
< li > Optionally, set < code > hoistedNote< / code > to hoist a particular note. See
< a
class="reference-link" href="../Navigation/Note%20Hoisting.html">Note Hoisting< / a > for more information.< / li >
href="../Navigation/Note%20Hoisting.html">Note Hoisting< / a > for more information.< / li >
< li > Optionally, set a < code > keyboardShortcut< / code > to trigger the launcher.< / li >
< / ol >
< p > < / p >
< / li >
< li >
< p > < strong > Script Launcher< / strong >
< br > An advanced launcher which will run a script upon pressing. See
< a
class="reference-link" href="../../Note%20Types/Code/Scripts.html">Scripts< / a > for more information.< / p >
< br / > An advanced launcher which will run a script upon pressing. See < a href = "../../Note%20Types/Code/Scripts.html" > Scripts< / a > for
more information.< / p >
< ol >
< li > Set < code > script< / code > to point to the desired script to run.< / li >
< li > Optionally, set a < code > keyboardShortcut< / code > to trigger the launcher.< / li >
< / ol >
< p > < / p >
< / li >
< li >
< p > < strong > Custom Widget< / strong >
< / p >
< p > Allows defining a custom widget to be rendered inside the launcher. See
< p > Allows defining a custom widget to be rendered inside the launcher. See
< a
class="reference-link" href="../../Developer%20Guides/Widget%20Basics.html">Widget Basics< / a > for more information.< / p >
< p > < / p >
href="../../Developer%20Guides/Widget%20Basics.html">Widget Basics< / a > for more information.< / p >
< / li >
< li >
< p > < strong > Spacers< / strong >
< br / > Launchers that create some distance between other launchers for better
visual distinction.< / p >
< / li >
< li > < strong > Spacers< / strong >
< br > Launchers that create some distance between other launchers for better
visual distinction.< / li >
< / ol >
< p > Launchers are configured via predefined < a class = "reference-link"
href="../../Advanced%20Usage/Attributes/Promoted%20Attributes.html">Promoted Attributes< / a > .< / p >
< p > Launchers are configured via predefined < a href = "../../Advanced%20Usage/Attributes/Promoted%20Attributes.html" > Promoted Attributes< / a > .< / p >
< / div >
< / div >
< / body >