mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
10 lines
378 B
HTML
10 lines
378 B
HTML
<p>Please define the target script note in the promoted attributes. This script will be executed immediately upon clicking the launchbar icon.</p>
|
|
|
|
<p>Launchbar displays the title / icon from the shortcut which does not necessarily mirrors those of the target script note.</p>
|
|
|
|
<h4>Example script</h4>
|
|
|
|
<pre>
|
|
alert("Current note is " + api.getActiveContextNote().title);
|
|
</pre>
|