chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# OpenCode-Obsidian Plugin roadmap and ideas
## Roadmap
### 0.1
* Versioning and changelog
### 0.2
* Windows support
* 3-4 sample skills useful in a vault
### 0.3
* AGENTS.md initialization
### 1.0
* TBD
## Ideas
### Skills
This repository should contain a set of Agent Skills that can be enabled from the settings page.
### AGENTS.md initialization
OpenCode could be asked to generate initial AGENTS.md file for the vault, based on a template/prompt.
### "Native" Obsidian integration
Implement custom UI connecting to OpenCode server in order to have a seamless integration with Obsidian (clickable links, etc). This would be nice but also quite tedious (would need to re-implement large chunks of OC UI). Not sure if this is worth the effort.
Status: on-hold