update: obsidian-commander

- Add quickadd commands to sidebar
- Allow for better mobile toolbar
This commit is contained in:
Mathis Gauthey
2024-01-04 10:59:51 +01:00
parent 7ca26b8970
commit b96b6e2c6d
4 changed files with 27 additions and 9 deletions

View File

@@ -1,10 +1,23 @@
{
"confirmDeletion": true,
"confirmDeletion": false,
"showAddCommand": true,
"debug": false,
"editorMenu": [],
"fileMenu": [],
"leftRibbon": [],
"leftRibbon": [
{
"id": "quickadd:choice:70c319ad-181f-41a1-8b99-f5e66d75f768",
"icon": "bot",
"name": "Import from Todoist",
"mode": "any"
},
{
"id": "quickadd:choice:dad7b11b-b288-4838-81b7-680152ca1766",
"icon": "bookmark-plus",
"name": "Create Something",
"mode": "any"
}
],
"rightRibbon": [],
"titleBar": [],
"statusBar": [],
@@ -18,11 +31,16 @@
"spacing": 8,
"advancedToolbar": {
"rowHeight": 48,
"rowCount": 2,
"rowCount": 3,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": true,
"mappedIcons": [],
"mappedIcons": [
{
"commandID": "shortcuts-extender:shortcut-code-block",
"iconID": "file-code"
}
],
"tooltips": false,
"heightOffset": 0
}

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"id": "cmdr",
"name": "Commander",
"version": "0.5.0",
"minAppVersion": "1.1.0",
"version": "0.5.1",
"minAppVersion": "1.4.0",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0",
"authorUrl": "https://github.com/phibr0",

File diff suppressed because one or more lines are too long