macbook-pro-de-oscar-1.home 2025-8-27:18:3:37
This commit is contained in:
4
.obsidian/plugins/restore-tab-key/main.js
vendored
4
.obsidian/plugins/restore-tab-key/main.js
vendored
@@ -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 */
|
Reference in New Issue
Block a user