feature: update boilerplate with key plugins and streamlined templates
This commit is contained in:
563
.obsidian/plugins/hotkey-helper/main.js
vendored
Normal file
563
.obsidian/plugins/hotkey-helper/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/hotkey-helper/manifest.json
vendored
Normal file
9
.obsidian/plugins/hotkey-helper/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "hotkey-helper",
|
||||
"name": "Hotkey Helper",
|
||||
"version": "0.3.11",
|
||||
"minAppVersion": "0.13.19",
|
||||
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
||||
"author": "PJ Eby",
|
||||
"authorUrl": "https://github.com/pjeby"
|
||||
}
|
||||
5
.obsidian/plugins/hotkey-helper/styles.css
vendored
Normal file
5
.obsidian/plugins/hotkey-helper/styles.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.clickable-icon.mod-error, .modal .community-plugin-info button.mod-error {
|
||||
background-color: var(--background-modifier-error);
|
||||
}
|
||||
|
||||
.community-plugin-info > p > button { margin-top: 6px; margin-bottom: 6px;}
|
||||
Reference in New Issue
Block a user