sikoso77412 downloadsA galaxy-themed new tab for Obsidian — animated starfield, space aesthetics, and your vault at the center of the universe.
A galaxy-themed new tab experience for Obsidian. Every new tab opens an animated starfield with your time, greeting, search, recent files, and more — all floating in deep space.

Every new empty tab is replaced by the galaxy view:

Create a note named Home.md in your vault. Whenever you open it, Supernovae Tab intercepts the navigation and displays a dedicated Home Dashboard instead:
Type: Project and status: active in their frontmatterTip: Use
{{today}}as a navigation link path to automatically open today's daily note (formatYYYY-MM-DD).
A pencil button (✏️) in the view header lets you edit Home.md directly without leaving the dashboard workflow.
⚠️ Supernovae Tab is not stable on phones and tablets yet (iOS and Android): the animated view can exhaust the mobile app's memory.
Since 1.2.0 the plugin is disabled on mobile by default: it only keeps its settings tab there, and new tabs stay Obsidian's default. You can turn Settings → Supernovae Tab → Disable on mobile off at your own risk (restart the app to apply). Desktop is unaffected.
main.js, manifest.json, and styles.css into your vault at .obsidian/plugins/supernovae-tab/All settings are available under Settings → Supernovae Tab.
| Section | Options |
|---|---|
| Mobile | Disable the plugin on phones and tablets (on by default) |
| Search | Show/hide top-left search button and inline search bar; choose the search provider plugin |
| Time | Show/hide the clock; 12-hour or 24-hour format |
| Greeting | Your name (used via {{name}}); show/hide greeting; custom greeting text |
| Recent files | Show/hide the recent files section |
| Bookmarks | Show/hide bookmarks; display all bookmarks or a specific group |
| Home Dashboard | Edit the navigation links list |
| Quotes | Show/hide quotes; choose between built-in quotes, your own, or both |
| Placeholder | Value |
|---|---|
{{greeting}} |
Time-of-day greeting (e.g. Good morning) |
{{name}} |
Your name from settings (fallback: explorer) |
Supernovae Tab automatically surfaces your active projects without any manual configuration. Just add this frontmatter to a note:
---
Type: Project
status: active
---
It will appear in the Active projects section of your Home Dashboard.
Open an issue on GitHub with as much detail as possible — Obsidian version, plugin version, and a screenshot if relevant.
MIT