.obsidian/plugins/cmdr/data.json

104 lines
2.0 KiB
JSON

{
"confirmDeletion": true,
"showAddCommand": true,
"debug": false,
"editorMenu": [],
"fileMenu": [
{
"id": "cmdr:macro-0",
"icon": "save",
"name": "Git: Sync File",
"mode": "any"
},
{
"id": "cmdr:macro-1",
"icon": "upload-cloud",
"name": "Git: Sync All",
"mode": "any"
},
{
"id": "app:open-settings",
"icon": "lucide-wrench",
"name": "Open settings",
"mode": "any"
}
],
"leftRibbon": [],
"rightRibbon": [],
"titleBar": [],
"statusBar": [],
"pageHeader": [],
"macros": [
{
"macro": [
{
"action": 0,
"commandId": "editor:save-file"
},
{
"action": 0,
"commandId": "obsidian-git:stage-current-file"
},
{
"action": 0,
"commandId": "obsidian-git:commit-staged"
},
{
"action": 0,
"commandId": "obsidian-git:pull"
},
{
"action": 0,
"commandId": "obsidian-git:push2"
}
],
"name": "Sync File",
"icon": "save",
"startup": false
},
{
"macro": [
{
"action": 0,
"commandId": "editor:save-file"
},
{
"action": 0,
"commandId": "obsidian-git:commit"
},
{
"action": 0,
"commandId": "obsidian-git:pull"
},
{
"action": 0,
"commandId": "obsidian-git:push2"
}
],
"name": "Sync All",
"icon": "upload-cloud",
"startup": false
}
],
"explorer": [],
"hide": {
"statusbar": [],
"leftRibbon": []
},
"spacing": 8,
"advancedToolbar": {
"rowHeight": 48,
"rowCount": 1,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": true,
"mappedIcons": [
{
"commandID": "obsidian-auto-link-title:auto-link-title-normal-paste",
"iconID": "unlink-2"
}
],
"tooltips": false,
"heightOffset": 0
}
}