New Tab Default Page

by pseudometa
5
4
3
2
1
Score: 66/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
49,672
downloads
5
forks
1,460
days
34
days
601
days
15
total PRs
0
open PRs
0
closed PRs
15
merged PRs
0
total issues
0
open issues
0
closed issues
8
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.
External Link Opener
4 years ago by zorazrr
Obsidian plugin to open external links in modals or tabs
Restore Tab Key
4 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.
CodeBlock Tabs
3 years ago by Jemin Mau
Create tab group for contiguous codeblocks.
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.
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
Tab Shifter
3 years ago by Joshua Rozner
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Shrink pinned tabs
2 years ago by Nicolas Lœuillet
Obsidian plugin to shrink pinned tabs in order to save screen space
Tab Limiter
2 years ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Autofit Tabs
2 years 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.
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Tab File Path
a year ago by John Burnett
Disable Tabs
8 months ago by David V. Kimball
Disables having more than one tab open at a time Obsidian.
Fix Tab Size
4 months ago by mnaoumov
Obsidian plugin that fixes tab size according to the settings.
Path in tab title
4 months ago by d9k
Lean Terminal
3 months ago by Sascha D. Kasper
Embedded terminal for Obsidian powered by xterm.js and node-pty
Markdown Tabs
2 months ago by xhuajin
Create and render a Tabs component in your notes.
Tab Switcher
a month ago by Vinzent
Tab Switcher - Obsidian Plugin
Tabsdown
a month ago by grafanakibana
Create accessible, theme-native tabbed blocks for Markdown-renderable content in Obsidian.
Pinned Tabs
a month ago by NameIsKyro
Chrome-style compact pinned tabs for Obsidian with custom icons, smooth movement, and accidental-close protection.`
Mobile Sidebar Notes
a month ago by ckep1
Open notes & new tabs in the sidebar on the Obsidian mobile app.