import SpacedUpdate from "../../services/spaced_update.js"; import AbstractSearchAction from "./abstract_search_action.js"; const TPL = `
note.title = note.title + ' - suffix';
for (const attr of note.getOwnedAttributes) { attr.isDeleted = true; attr.save(); }