vault backup: 2026-03-02 09:41:52
This commit is contained in:
+1
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user