mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
added "save search to note" button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user