Owen lee71 downloadsInstalls and refreshes the Owen-WIKI LLM wiki template kit in an Obsidian vault.

Owen Wiki Template is an Obsidian plugin that installs the Owen-WIKI Template Kit into the active vault. When the plugin is enabled, it can create the LLM wiki operating structure, starter pages, ontology templates, page templates, automation scripts, assets, and optional GitHub Actions workflow.

main.js, manifest.json, and styles.css from the latest GitHub Release.<your-vault>/.obsidian/plugins/owen-wiki/.The plugin asks before creating vault files on first activation. Existing files are skipped by default.
towishy/owen-wiki-plugin.BRAT is useful for testing release builds before the plugin is distributed through the official community plugin browser.
AGENTS.md, README.md, CHANGELOG.md, SETUP-GUIDE.md, index.md, and log.mdraw/articles/YYYYMM/, raw/obsidian/Clippings/YYYYMM/, and raw/obsidian/outputs/YYYYMM/attachments/wiki/entities/, wiki/concepts/, wiki/summaries/, wiki/comparisons/, wiki/synthesis/, and wiki/ontology/templates/, scripts/, assets/, outputs/wiki-ops/, and graphify-out/.github/workflows/wiki-lint.ymlExisting files are skipped by default. Enable Overwrite existing files in the plugin settings only when you intentionally want to refresh template files.
After each run, the plugin shows a setup report with created, overwritten, and skipped file counts plus a compact file list.
.owen-wiki-backups/YYYYMMDDTHHMMSSZ/.template-manifest.json.outputs/wiki-ops/setup-report-*.md.wiki/synthesis/overview.md when setup completes.The plugin includes a left ribbon button for quick setup access. Settings and setup dialogs can be shown in English or Korean.
On mobile, use the plugin primarily for vault structure and Markdown document creation. The bundled Python and PowerShell automation scripts are intended for desktop environments.
Sync the bundled template kit from a local Owen-WIKI template repository:
npm run sync:template -- D:/Github/owen-wiki
Build and package the plugin:
npm install
npm test
npm run package
See docs/testing.md for the smoke test flow used with a local Obsidian test vault.
npm install
npm run package
The package script creates release/owen-wiki-1.20.4.zip for local smoke tests. GitHub Releases publish only the supported Obsidian assets: main.js, manifest.json, and styles.css.