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
+17
View File
@@ -0,0 +1,17 @@
---
category: AI Task
---
In OP/Build project, create a program that scans the markdown files in op.docs.
It will grab files with the frontmatter of catergory: docs.
For this doc files, get the frontmatter path. This will tell you the location of the docs relative to the current user root. Such as user/Obsidian-Plugins/op.docs.
You will want to build the Obsidian plugin located in OP_plugin.
Once it's built, you copy the contents of OP_plugin and move it to the relative plugin folders, such as ZeroSpace\zs.docs\.obsidian\plugins\
Delete the previous plugin obviously, if the location is already occupied.