obsidian-einstellungen/plugins/cmdr/data.json
Ralf Koop 14dfa2c27a .
2024-06-11 08:36:34 +02:00

56 lines
1.1 KiB
JSON

{
"confirmDeletion": true,
"showAddCommand": true,
"debug": false,
"editorMenu": [],
"fileMenu": [],
"leftRibbon": [
{
"id": "obsidian-git:pull",
"icon": "arrow-big-down",
"name": "Git: Pull",
"mode": "any"
},
{
"id": "obsidian-git:push2",
"icon": "arrow-big-up",
"name": "Git: Push",
"mode": "any"
},
{
"id": "obsidian-git:commit",
"icon": "activity",
"name": "Git: Commit all changes",
"mode": "any"
},
{
"id": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
"icon": "box",
"name": "Excalidraw: Create new drawing - IN A NEW TAB - and embed into active document",
"mode": "any"
}
],
"rightRibbon": [],
"titleBar": [],
"statusBar": [],
"pageHeader": [],
"macros": [],
"explorer": [],
"hide": {
"statusbar": [],
"leftRibbon": [
"Create new drawing"
]
},
"spacing": 8,
"advancedToolbar": {
"rowHeight": 48,
"rowCount": 1,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": false,
"mappedIcons": [],
"tooltips": false,
"heightOffset": 0
}
}