added "save search to note" button

This commit is contained in:
zadam
2021-06-06 11:01:10 +02:00
parent e48609aa68
commit c886583396
10 changed files with 93 additions and 40 deletions

View File

@@ -92,7 +92,7 @@ function update(name, value) {
}
function getUserThemes() {
const notes = searchService.findNotes("#appTheme");
const notes = searchService.searchNotes("#appTheme");
const ret = [];
for (const note of notes) {