Files
obsidian-workflow-template/.obsidian/plugins/cmdr/data.json
Mathis Gauthey b96b6e2c6d update: obsidian-commander
- Add quickadd commands to sidebar
- Allow for better mobile toolbar
2024-01-04 10:59:51 +01:00

47 lines
963 B
JSON

{
"confirmDeletion": false,
"showAddCommand": true,
"debug": false,
"editorMenu": [],
"fileMenu": [],
"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": [],
"pageHeader": [],
"macros": [],
"explorer": [],
"hide": {
"statusbar": [],
"leftRibbon": []
},
"spacing": 8,
"advancedToolbar": {
"rowHeight": 48,
"rowCount": 3,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": true,
"mappedIcons": [
{
"commandID": "shortcuts-extender:shortcut-code-block",
"iconID": "file-code"
}
],
"tooltips": false,
"heightOffset": 0
}
}