import SpacedUpdate from "../../services/spaced_update.js"; import AbstractBulkAction from "./abstract_bulk_action.js"; const TPL = `
note.title = note.title + ' - suffix';
for (const attr of note.getOwnedAttributes) { attr.markAsDeleted(); }