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 tabHome Base is not yet available in the Community plugins section. Install using BRAT or manually:
Add beta plugin.https://github.com/davidvkimball/obsidian-home-base and select Add plugin..obsidian/plugins/home-base/ folderpnpm 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