vault backup: 2026-05-15 16:58:51

This commit is contained in:
2026-05-15 16:58:51 -04:00
parent 901a23ae0e
commit b1b483daf8
38 changed files with 2562 additions and 75 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"confirmDeletion": false,
"showAddCommand": true,
"debug": false,
"editorMenu": [],
"fileMenu": [],
"leftRibbon": [],
"rightRibbon": [],
"titleBar": [],
"statusBar": [],
"pageHeader": [
{
"id": "neighbouring-files:prev-alphabetical",
"icon": "lucide-file-up",
"name": "Neighbouring Files: Navigate to prev file (alphabetical)",
"mode": "any"
},
{
"id": "neighbouring-files:next-alphabetical",
"icon": "lucide-file-down",
"name": "Neighbouring Files: Navigate to next file (alphabetical)",
"mode": "any"
}
],
"macros": [],
"explorer": [],
"hide": {
"statusbar": [
"properties",
"backlink"
],
"leftRibbon": [
"Digital Garden Publication Center",
"Open Git source control",
"New drawing",
"Advanced Tables Toolbar",
"Create new base"
]
},
"spacing": "8",
"advancedToolbar": {
"rowHeight": 48,
"rowCount": 1,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": false,
"mappedIcons": [],
"tooltips": false,
"heightOffset": 0
}
}
+11
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "cmdr",
"name": "Commander",
"version": "0.5.5",
"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",
"fundingUrl": "https://ko-fi.com/phibr0",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long