New Tab Default Page

by pseudometa
5
4
3
2
1
Score: 67/100

Description

Category: Customization & UI

The New Tab Default Page plugin allows users to customize the content displayed when opening a new tab in Obsidian. Users can set a default note, such as a homepage, daily note, scratchpad, or even trigger the Quick Switcher. The plugin provides flexibility in choosing how the new tab opens, whether in reading or editing mode. Advanced options include dynamic content, such as displaying a random quote using dataview integration.

Reviews

No reviews yet.

Stats

63
stars
43,689
downloads
4
forks
1,403
days
18
days
543
days
13
total PRs
0
open PRs
0
closed PRs
13
merged PRs
0
total issues
0
open issues
0
closed issues
3
commits

README file from

Github

New Tab Default Page

Obsidian Downloads last release version

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

  • 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: SettingsCommunity PluginsBrowse → Search for "New Tab Default Page"

Donate

Thanks

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

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
CodeBlock Tabs
3 years ago by Jemin Mau
Create tab group for contiguous codeblocks.
Disable Tabs
6 months ago by David V. Kimball
Disables having more than one tab open at a time Obsidian.
External Link Opener
4 years ago by zorazrr
Obsidian plugin to open external links in modals or tabs
Fix Tab Size
2 months ago by mnaoumov
This plugin has not been manually reviewed by Obsidian staff. Fixes tab size according to the settings.
HTML Tabs
3 years ago by Patrick Tournet
Obsidian plugin allowing the creation and rendering of Tabs and tab panels in your notes.
Minitabs
3 years ago by ssjy1919
Obsidian tabs
Mobile Sidebar Notes
8 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Mononote
3 years ago by Carlo Zottmann
An Obsidian plugin that ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.
Path in tab title
2 months ago by d9k
This plugin has not been manually reviewed by Obsidian staff. Show folders names in the tabs titles.
Restore Tab Key
3 years ago by jerrymk
An Obsidian plugin to make the tab key insert a tab, and make it feel like any other IDE regarding tabs and indentation.
Shrink pinned tabs
2 years ago by Nicolas Lœuillet
Obsidian plugin to shrink pinned tabs in order to save screen space
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Tab File Path
10 months ago by John Burnett
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Tab Limiter
2 years ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Tab Shifter
2 years ago by Joshua Rozner
Tab Switcher
6 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin