18 lines
619 B
Markdown
18 lines
619 B
Markdown
---
|
|
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.
|
|
|