diff --git a/src/public/app/doc_notes/launchbar_command_launcher.html b/src/public/app/doc_notes/launchbar_command_launcher.html index 68eb051a2..eb228f06a 100644 --- a/src/public/app/doc_notes/launchbar_command_launcher.html +++ b/src/public/app/doc_notes/launchbar_command_launcher.html @@ -1 +1 @@ -

Keyboard shortcut for this launcher action can be configured in Options -> Shortcuts.

+

Keyboard launcher for this launcher action can be configured in Options -> Launchers.

diff --git a/src/public/app/doc_notes/launchbar_intro.html b/src/public/app/doc_notes/launchbar_intro.html index 1281f6fc8..cac5224e9 100644 --- a/src/public/app/doc_notes/launchbar_intro.html +++ b/src/public/app/doc_notes/launchbar_intro.html @@ -3,9 +3,9 @@

You can do the following things here:

\ No newline at end of file +
  • You can create new launchers by right-clicking on the "Visible launchers" folder
  • +
  • If you want to get back to the default setup, you can find "reset" in the context menu.
  • + diff --git a/src/public/app/doc_notes/launchbar_note_launcher.html b/src/public/app/doc_notes/launchbar_note_launcher.html index 8cb967877..74b28296a 100644 --- a/src/public/app/doc_notes/launchbar_note_launcher.html +++ b/src/public/app/doc_notes/launchbar_note_launcher.html @@ -1,9 +1,9 @@

    You can define the following attributes:

      -
    1. targetNote - note which should be opened upon activating the launcher
    2. +
    3. target - note which should be opened upon activating the launcher
    4. hoistedNote - optional, will change the hoisted note before opening the target note
    5. -
    6. keyboardShortcut - optional, pressing the keyboard shortcut will open the note
    7. +
    8. keyboardLauncher - optional, pressing the keyboard launcher will open the note
    -

    Launchbar displays the title / icon from the shortcut which does not necessarily mirrors those of the target note.

    +

    Launchbar displays the title / icon from the launcher which does not necessarily mirrors those of the target note.

    diff --git a/src/public/app/doc_notes/launchbar_script_launcher.html b/src/public/app/doc_notes/launchbar_script_launcher.html index 39168e1c7..82c9d496c 100644 --- a/src/public/app/doc_notes/launchbar_script_launcher.html +++ b/src/public/app/doc_notes/launchbar_script_launcher.html @@ -1,6 +1,9 @@ -

    Please define the target script note in the promoted attributes. This script will be executed immediately upon clicking the launchbar icon.

    +

    Script launcher can execute a script (code note) connected via ~script relation.

    -

    Launchbar displays the title / icon from the shortcut which does not necessarily mirrors those of the target script note.

    +
      +
    1. script - relation to the script note which should be executed upon launcher activation
    2. +
    3. keyboardLauncher - optional, pressing the keyboard launcher will activate the launcher
    4. +

    Example script

    diff --git a/src/public/app/doc_notes/launchbar_spacer.html b/src/public/app/doc_notes/launchbar_spacer.html index 3390763ca..720899a73 100644 --- a/src/public/app/doc_notes/launchbar_spacer.html +++ b/src/public/app/doc_notes/launchbar_spacer.html @@ -1,4 +1,4 @@ -

    Spacer allows you to visually group shortcuts. You can configure it in the promoted attributes:

    +

    Spacer allows you to visually group launchers. You can configure it in the promoted attributes: