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 */
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user