Initial commit

This commit is contained in:
Henner M. Kruse
2026-08-04 00:14:42 +02:00
commit c774df7ad7
12 changed files with 705 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"name": "obsidian-vault-kb",
"description": "Reads an Obsidian vault as a knowledge base and uses its notes (Markdown files, frontmatter, tags, wikilinks, folder structure) to answer questions and help solve problems, regardless of the vault's subject matter.",
"version": "1.0.0",
"author": {
"name": "Henner"
},
"keywords": ["obsidian", "knowledge-base", "notes", "vault", "markdown"]
}