Merge branch 'main' of ssh://gitea.bchen.dev:2222/brendan/obsidian-global-config into HEAD

This commit is contained in:
2026-08-08 22:37:37 -04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"textNormal": 18, "textNormal": 18,
"textSmall": 13, "textSmall": 13,
"imgGrid": false, "imgGrid": false,
"imgWidth": "img-wide", "imgWidth": "img-default-width",
"tableWidth": "table-default-width", "tableWidth": "table-default-width",
"iframeWidth": "iframe-default-width", "iframeWidth": "iframe-default-width",
"mapWidth": "map-default-width", "mapWidth": "map-default-width",

View File

@@ -7,6 +7,10 @@
"location": "multitext", "location": "multitext",
"orgs": "multitext", "orgs": "multitext",
"related": "multitext", "related": "multitext",
"categories": "multitext" "categories": "multitext",
"start": "date",
"end": "date",
"finalized": "checkbox",
"last watered": "date"
} }
} }