Creates a customizable new tab view with backgrounds, quotes, search, and more.
Tab Candy turns Obsidian's blank new-tab screen into something worth looking at: a background image, the time, a greeting, quick search, your recent files, your bookmarks, and a quote, all in one customizable view.
It's an evolution of Beautitab — not a continuation of it. Beautitab fell into disrepair, as unmaintained projects tend to. Tab Candy started as a fork, but the codebase underneath it has since been rebuilt from the ground up: modernized against the current Obsidian API, made to work properly on both desktop and mobile, backed by an actual automated test suite, and given a CI pipeline that gates every change. What you're looking at today shares Beautitab's spirit and its original idea, but very little of its original code.
[!NOTE] A word of thanks. None of this exists without Andrew McGivery's original work on Beautitab — the concept, the settings-first design philosophy, the whole idea of what a "pretty new tab" could be for Obsidian. Building something fun enough that someone else wants to keep it alive for years afterward is its own kind of success. Thank you for making Tab Candy possible in the first place. 🙏
By default, opening a new empty tab in Obsidian shows Tab Candy automatically. If you'd rather trigger it manually instead, that's a setting too — either way, the Open new tab command in the command palette always works.
A background image fills the screen behind everything else. It stays the same for the rest of the day (or until Obsidian restarts), and you can choose where it comes from:
Two independent search entry points — a small icon in the top-left corner, and a larger inline search box in the center of the screen. Each can be shown or hidden on its own, and each can be configured to trigger a different command: Obsidian's built-in Quick Switcher by default, or a command from any other plugin you have enabled.
[!TIP] Want a specific plugin supported as a search provider that isn't showing up? Open an issue or start a discussion.
The current time (12-hour or 24-hour) and a customizable greeting, shown front and center. Either can be hidden independently.
Your 5 most recently edited files, one click away.
5 bookmarks, pulled either from your entire Bookmarks list or from one specific bookmark group you choose.
A quote at the bottom of the screen, picked at random from your own list of custom quotes.
In the Community Plugins tab under Obsidian settings, search for "Tab Candy". Install and enable, et voila!
Pre-releases will occasionally arise. If you want to be on the bleeding edge of new features and desire to contribute feedback to help improve Tab Candy, you can install Tab Candy through BRAT:
BRAT will also keep you on the latest release, betas included, if you opt into pre-releases in its settings.
main.js, manifest.json, and styles.css from the latest release.tabcandy inside your vault's .obsidian/plugins/ directory, and place the three files there.![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Found a bug? Open an issue and include as much detail as you can — what you expected, what happened instead, and a screenshot if it's visual. The more context, the faster it gets fixed.
Tab Candy has a real test suite (Vitest, run against mocked Obsidian internals) and a CI pipeline that runs typecheck, lint, tests, and a coverage floor on every pull request. If you're looking to contribute code, that's the bar a PR needs to clear.
pnpm install
pnpm test # run the test suite
pnpm lint # lint
pnpm build # production build → dist/
Requires Node 24 or newer, and pnpm (version pinned in package.json).
If Tab Candy's made your new tab screen a little nicer to look at, you can buy me a coffee.