vault backup: 2026-03-02 09:41:52

This commit is contained in:
2026-03-02 09:41:52 -05:00
parent 944192ae4c
commit 0b1e03a803
23 changed files with 1651 additions and 16178 deletions
+1 -2
View File
@@ -562,8 +562,7 @@ var SpellcheckTogglerPlugin = class extends import_obsidian2.Plugin {
const editor = (_a2 = this.app.workspace.activeEditor) == null ? void 0 : _a2.editor;
if (!editor)
return;
editor.replaceRange(" ", editor.getCursor());
editor.undo();
editor.refresh();
})();
}
async onload() {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "spellcheck-toggler",
"name": "Spellcheck Toggler",
"version": "1.4.3",
"version": "1.4.4",
"minAppVersion": "1.5.3",
"description": "Toggle spellchecking for types of text blocks in the editing view.",
"author": "Julian Szachowicz",