Your dedicated home in your vault - opens a designated "home base" you can easily come back to when you need it.
Part of the Vault CMS project.
Home Base supports multiple types of home pages:
.md, .mdx, .canvas, and .base files)Home Base: Open - Open the home baseHome Base: Set current file as home - Set the currently active file as your home baseHome Base: Toggle sticky home icon - Show or hide the sticky home icon in the tab barHome Base: Close - Close the home base tab.obsidian/plugins/ directory.home-base and ensure manifest.json, main.js, and styles.css are in there.pnpm installpnpm run dev to start compilation in watch modemain.jsWhile Obsidian 1.11.0+ includes a native "Default file to open" feature, Home Base provides several advanced capabilities not available natively:
This project uses TypeScript and follows Obsidian plugin best practices.
pnpm run build
pnpm run dev