Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Default New Tab Page

chrisgrieserchrisgrieser38k downloads

Open a note of your choice when creating a new tab, like in the browser.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates25

Obsidian plugin to open a note of your choice or the Quick Switcher when creating a new tab, like in the browser.

[!IMPORTANT] This plugin is in maintenance mode, since I am not using it anymore myself. No new features will be added, including support for other plugins. It will remain available for anyone who wants to use it, but I suggest using one of the many more advanced plugins with similar functionality, such as far more, such as Obsidian Homepage.


📽️ YouTube Demo of the plugin


  • Examples for Default New Tab Pages
  • Usage
  • Advanced Examples
    • Random Quote
  • Installation
  • Donate
  • Thanks

Examples for Default New Tab Pages

  • your homepage note
  • your daily note
  • a scratchpad note
  • trigger a quick switcher
  • an image
  • a random quote
  • …

Usage

  1. Set the note to open in new tabs in the plugin settings.
  2. Set the mode in which the note should open.
  3. Open a new tab.

Note
Closing your last tab also opens the new tab page.

Advanced Examples

Random Quote

To have a random quote on every new tab, you can use dataview and paste the following code as a dataviewjs-codeblock in a note.

const quote = JSON.parse(await request("https://api.quotable.io/random"));
dv.span(`> "${quote.content}"  \n> <div style="text-align:end; color:var(--text-muted); font-weight: 600; font-size:90%;">– ${quote.author}</div>`);

Then, enter the path of the note in the New Tab Default Page settings, and select Reading Mode. Now every new note will display a random quote.

Submit your own idea

Have a cool idea of your own? Feel free to make a PR to this README and submit your own idea.

Installation

Available in Obsidian's Community Plugin Browser via: Settings → Community Plugins → Browse → Search for "New Tab Default Page"

Donate

Thanks

Thanks to @pjeby and various people from the #plugin-dev channel for helping me out.

74%
HealthGood
ReviewCaution
About
Open a chosen note or the Quick Switcher whenever you create a new tab, mimicking a browser new-tab page. Set any note—homepage, daily note, scratchpad—or a dataview-driven random quote to appear in new tabs; plugin is in maintenance mode and will receive no new features.
NavigationAutomationFiles
Details
Current version
0.11.9
Last updated
Last year
Created
4 years ago
Updates
25 releases
Downloads
38k
Compatible with
Obsidian 1.0.0+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
PayPal
Author
chrisgrieserchrisgrieser
github.com/chrisgrieser/theme-design-utilities
GitHubchrisgrieser
  1. Community
  2. Plugins
  3. Navigation
  4. Default New Tab Page

Related plugins

Recent Files

Display a list of recently opened files.

Advanced URI

Control everything with URI.

Remember cursor position

Remember cursor and scroll position for each note.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Homepage

Open a specified note, canvas, or workspace on startup, or set it for quick access later.

Home tab

A browser-like search tab for your local files.

QuickAdd

Quickly add new notes or content to your vault.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Templater

Create and use dynamic templates.

Notebook Navigator

Alternative file browser with folders, tags, properties, shortcuts, previews, keyboard navigation, drag and drop, and pinned notes.