macbook-pro-de-oscar-1.home 2025-8-27:18:3:37

This commit is contained in:
oskar
2025-08-27 18:03:38 +02:00
parent 63d5db3e26
commit 2a9943c757
98 changed files with 22814 additions and 8234 deletions

View File

@@ -368,7 +368,7 @@ var TabKeyPlugin = class extends import_obsidian.Plugin {
this.log("Did not execute: Code block environment not activated");
return false;
}
} else if (token.includes("list-1")) {
} else if (token.includes("list")) {
if (!this.settings.activateInLists) {
this.log("Did not execute: List environment not activated");
return false;
@@ -690,3 +690,5 @@ var SettingTab = class extends import_obsidian.PluginSettingTab {
}));
}
};
/* nosourcemap */

View File

@@ -1,7 +1,7 @@
{
"id": "restore-tab-key",
"name": "Restore Tab Key",
"version": "1.18.5",
"version": "1.18.6",
"minAppVersion": "0.15.0",
"description": "Restore tab key behaviour: tab key inserts a tab character, the way it should be.",
"author": "jerrymk",