Build tool

This commit is contained in:
2026-06-19 16:52:38 -04:00
parent 829e07ad19
commit c935b050ee
36 changed files with 1717 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{}
+3
View File
@@ -0,0 +1,3 @@
{
"theme": "obsidian"
}
+3
View File
@@ -0,0 +1,3 @@
[
"frontmatter-folder-organizer"
]
+33
View File
@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}
@@ -0,0 +1,10 @@
{
"id": "frontmatter-folder-organizer",
"name": "Frontmatter Folder Organizer",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Organize markdown files into folders based on frontmatter hierarchy.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
@@ -0,0 +1,8 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
+8
View File
@@ -0,0 +1,8 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"shouldInstallPlugins": "checkbox"
}
}
+194
View File
@@ -0,0 +1,194 @@
{
"main": {
"id": "eeb36d4e48f0ca25",
"type": "split",
"children": [
{
"id": "4fe61a13d63c2732",
"type": "tabs",
"children": [
{
"id": "362018eb264ab766",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/op.docs.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "op.docs"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "b9bf87c6cad06498",
"type": "split",
"children": [
{
"id": "6685cdba50e4a0a7",
"type": "tabs",
"children": [
{
"id": "6ef95b00a28c418d",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "c5043b22e38e990c",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "b159963fcca61ebc",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "c5e47ea76d041492",
"type": "split",
"children": [
{
"id": "897865c856161773",
"type": "tabs",
"children": [
{
"id": "379d0b312b9d30c9",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "doc.zs.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for doc.zs"
}
},
{
"id": "a8f559c72a82e929",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "doc.zs.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from doc.zs"
}
},
{
"id": "e1552c44ca209983",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "2d2defa7638fb5a3",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "82b06aefc5b6df13",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "doc.zs.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of doc.zs"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
}
},
"active": "362018eb264ab766",
"lastOpenFiles": [
"docs/doc.zs.md",
"docs/op.docs.md",
"docs",
"os.docs.md",
"PLUGIN_SETTINGS_UI_GUIDE.md"
]
}