mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
improvements to the search spec
This commit is contained in:
@@ -12,7 +12,20 @@ const TPL = `
|
||||
placeholder="note.title = note.title + '- suffix';"/>
|
||||
</td>
|
||||
<td class="button-column">
|
||||
<span class="bx bx-x icon-action action-conf-del"></span>
|
||||
<div style="display: flex">
|
||||
<div class="dropdown help-dropdown">
|
||||
<span class="bx bx-help-circle icon-action" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
|
||||
<div class="dropdown-menu dropdown-menu-right p-4">
|
||||
You can execute simple scripts on the matched notes.
|
||||
|
||||
For example to append a string to a note's title, use this small script:
|
||||
|
||||
<pre>note.title = note.title + ' - suffix';</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span class="bx bx-x icon-action action-conf-del"></span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user