ein.ink72 downloadsConfigure a modular dashboard with graph, note, browser, and terminal boxes. Manage tickets, folder notes, hybrid links, frontmatter, explorer tags, and graph node size and color.
v2.0.5 · Obsidian plugin by ein.ink
Configure a modular dashboard for your vault — graph, notes, websites, and terminals in one workspace, plus project tickets, folder notes, and graph styling tools.
link property between sibling notes in a folderInstall only these files into <vault>/.obsidian/plugins/corvidae/:
main.js (built)manifest.json (repo root)styles.css (repo root)Source repo (this folder):
ORGANISATION/CORVIDAE PLUGIN/CURSOR/corvidae-v-2.0.0/
Local vault install (build output):
.obsidian/plugins/corvidae/
pnpm install
npm run dev # watch → deploys to vault plugin folder
npm run build # production → deploys to vault plugin folder
npm run build:release writes main.js, manifest.json, and styles.css to the build/ folder (for GitHub Releases / CI).
Do not commit node_modules/, build/, data.json, or backup/.
version in manifest.json and package.jsongit tag 2.0.4 && git push origin 2.0.4build/ and publishes a release with those assetsmanifest.version — Obsidian installs from the release assets (main.js, manifest.json, styles.css), not the Source code zipMIT — see LICENSE