This commit is contained in:
zzzisfunnyboy
2025-06-15 01:58:15 +08:00
parent 1075a0d4b3
commit 3c69d0117d
249 changed files with 519 additions and 304 deletions

View File

@@ -0,0 +1,4 @@
{
"menuCommands": [],
"hideTitles": []
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "customizable-menu",
"name": "Customizable Menu",
"version": "2.2.0",
"minAppVersion": "0.12.11",
"description": "Allows you to add any command to Obsidian's right-click menu.",
"author": "kzhovn",
"authorUrl": "https://github.com/kzhovn/",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,23 @@
/*Icon Picker*/
.custom-menu-icon {
transform: translateY(3px);
margin-right: 8px;
}
.custom-menu-icon-container{
display: flex;
}
.custom-menu-settings-icon {
height: 20px;
margin-right: 0.5rem;
transform: translateY(2px);
}
.custom-menu-flex {
display: flex;
}
div.custom-menu-hide-item {
display: none;
}