xiande shui30 downloadsA dashboard for tracking AI agent workflows, sessions, and outputs in your vault.
【English】 【中文】
An Obsidian dashboard plugin for your personal knowledge base — an in-app Agent Operation Center. It gives you a one-stop overview and quick-action hub to manage your notes using a four-layer knowledge base structure.
agent.md rules file at the Vault root (structure below).The knowledge base uses a four-layer structure (consistent with the agent.md rules):
1_原始资料(不可变原料) — Imported raw materials, kept immutable.2_创意想法(灵感燃料) — Ideas and works-in-progress.3_知识库(AI接管Wiki) — Structured knowledge.4_输出(成品出口) — Final deliverables.Template files live in the templater/ folder.
This project uses TypeScript for type checking and documentation.
npm install — install dependenciesnpm run dev — esbuild watch dev mode (watches src/ and compiles to main.js)npm run build — type check + production build (outputs main.js)npm run lint — ESLint check (includes eslint-plugin-obsidianmd rules)Nexusnote supports four installation methods, listed from most to least recommended.
Nexusnote.Nexusnote has been submitted to the official Obsidian community plugin directory and is awaiting review. If you cannot find it in Browse yet, please use Method 2 or 3 below.
shuixiande/Nexusnote.main.js, manifest.json, and styles.css.VaultFolder/.obsidian/plugins/nexusnote/
.obsidianis a hidden directory. On Windows, type the path in the address bar; on macOS pressCmd+Shift+.to reveal hidden files.
git clone https://github.com/shuixiande/Nexusnote.git
cd Nexusnote
npm install
npm run build
The built main.js is generated in the root directory. Copy it together with manifest.json and styles.css into VaultFolder/.obsidian/plugins/nexusnote/ (same as steps 3–4 of Method 3).
This repository tracks
main.js, so you can fetch it directly. For released versions, use the three files from the GitHub Release to stay in sync with themanifest.jsonversion.
On first use, click One-click knowledge base deploy on the dashboard — it automatically creates the four-layer folders (consistent with the agent.md rules):
| Layer | Folder | Purpose |
|---|---|---|
| 1 | 1_原始资料(不可变原料) |
Imported raw materials, kept immutable |
| 2 | 2_创意想法(灵感燃料) |
Ideas and works-in-progress |
| 3 | 3_知识库(AI接管Wiki) |
Structured knowledge |
| 4 | 4_输出(成品出口) |
Final deliverables |
Template files live in templater/.
Ctrl/Cmd + P) and run Nexusnote: Open dashboard.agent.md.minAppVersion in the manifest).agent.md? Yes. Clicking One-click knowledge base deploy again will regenerate it.Settings → Community plugins → Installed → Nexusnote → Disable / Uninstall. The plugin does not delete any Vault content; it only removes the dashboard feature and the generated templater/ and agent.md.
manifest.json."new-version": "minimum-obsidian-version" in versions.json.manifest.json, main.js, and styles.css.If this plugin helps with your knowledge management, feel free to buy me a coffee ☕ — your support keeps me maintaining it.
| WeChat Pay | Alipay |
|---|---|
![]() |
![]() |
Scan the QR codes above to buy me a coffee ☕ via WeChat Pay or Alipay.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
The full terms are in the LICENSE file at the repository root.
For commercial licensing, please contact the author separately.