Adding projects and structure updates

This commit is contained in:
2026-07-05 15:35:40 -04:00
parent 173109d7ca
commit 350aa87d76
11 changed files with 52 additions and 3 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.