update: obsidian-commander
- Add quickadd commands to sidebar - Allow for better mobile toolbar
This commit is contained in:
26
.obsidian/plugins/cmdr/data.json
vendored
26
.obsidian/plugins/cmdr/data.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
4
.obsidian/plugins/cmdr/main.js
vendored
4
.obsidian/plugins/cmdr/main.js
vendored
File diff suppressed because one or more lines are too long
4
.obsidian/plugins/cmdr/manifest.json
vendored
4
.obsidian/plugins/cmdr/manifest.json
vendored
@@ -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",
|
||||
|
||||
2
.obsidian/plugins/cmdr/styles.css
vendored
2
.obsidian/plugins/cmdr/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user