search script UI

This commit is contained in:
zadam
2021-01-26 22:22:17 +01:00
parent ee78413ecb
commit a1f67e830d
13 changed files with 139 additions and 49 deletions

View File

@@ -21,6 +21,10 @@ const TPL = `
For example to append a string to a note's title, use this small script:
<pre>note.title = note.title + ' - suffix';</pre>
More complex example would be deleting all matched note's attributes:
<pre>for (const attr of note.getOwnedAttributes) { attr.isDeleted = true; attr.save(); }</pre>
</div>
</div>