Pinned Tabs

by NameIsKyro
5
4
3
2
1
Score: 50/100

Description

The Pinned Tabs plugin turns native pinned tabs into a compact icon first strip on the left side of each desktop tab bar. It keeps view specific icons, adds daily note and custom file icon rules, and lets you choose fallback icons, sizes, colors, widths and hover expansion. Pins can stay visually grouped, show an optional divider, highlight the active tab and follow reduced motion preferences. The plugin also adds explicit close controls with delay options and blocks several accidental close actions such as bulk close commands, keyboard close shortcuts and middle click.

Reviews

No reviews yet.

Stats

1
stars
770
downloads
0
forks
45
days
15
days
15
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
3
commits

Latest Version

15 days ago

Changelog

Pinned Tabs 1.0.4 fixes incorrect visual pinning and adds support for pinned attachment tabs.

What’s new

  • Fixes the tab beside the real pinned tab incorrectly becoming compact.
  • Improves tab matching during layout changes and when opening new tabs.
  • Prevents stale compact styling from remaining on unpinned tabs.
  • Adds icons for images, PDFs, Word documents, spreadsheets, presentations, audio, video, archives, and other attachments.
  • Restores attachments using their original Obsidian or plugin-provided viewer.
  • Improves pin restoration after vault rebuilds.
  • Prevents deleted or replacement content from inheriting an old pin.
  • Handles multiple stateful plugin views more reliably.
  • Includes stronger protection against duplicate and accidentally transferred pins.

Word documents require an Obsidian plugin capable of opening them in a workspace tab. Pinned Tabs preserves that viewer without bundling a large document renderer.

Compatibility

  • Requires Obsidian 1.13.0 or newer.
  • Desktop only: Windows, macOS, and Linux.
  • No telemetry or network requests.

README file from

Github

Pinned Tabs

Chrome-style pinned tabs for Obsidian — compact, recognizable, and harder to close by accident.

Latest release Build MIT License Obsidian

Created and maintained by @NameIsKyro.

Pinned Tabs uses Obsidian's native pinned state and presents pinned tabs as a compact, icon-first group at the left of each desktop tab bar. It also remembers the pinned file or view locally, so a restored workspace cannot silently move that pin onto unrelated content. It keeps meaningful view icons, supports daily-note and per-file icons, and can protect pins from common accidental-close actions. File-backed viewers—including images, PDFs, media, and document viewers—can use compact attachment-specific icons while keeping their original viewer state.

Features

  • Compact fixed-width, icon-only pinned tabs with a one-click Chrome-style preset.
  • Visual left grouping, optional group divider, and smooth FLIP animation.
  • Native Graph and local Graph icons, plus selectable web-style alternatives.
  • Native icons from plugin-provided views, including views such as Hearth.
  • Automatic daily-note icons for common numeric and English date titles.
  • Case-insensitive custom icon rules for exact note titles or vault paths.
  • Compact attachment icons for images, PDFs, office documents, spreadsheets, presentations, audio, video, archives, and other file-backed views.
  • Any registered Obsidian/Lucide icon name or a single emoji.
  • Optional delayed hover close button with adjustable delay and size.
  • Protection from tab-menu bulk close, Cmd/Ctrl+W, Ctrl+F4, and middle-click.
  • Persistent pin identities that reopen and re-pin missing files or views after a vault rebuild.
  • Automatic repair when an unrelated plugin page inherits a restored pin.
  • Stable leaf-to-header matching when commands or modifier-clicks open tabs in the middle of an existing tab group.
  • Startup recovery that redecorates restored pins and optionally removes duplicate copies of the same pinned file after a vault rebuild.
  • Active-tab highlight, accent line, hover expansion, theme-aware colors, and reduced-motion support.
  • Declarative, searchable settings using the current Obsidian settings API.
  • Pop-out-window handling with unload cleanup.

Installation

Community Plugins

This option becomes available after the plugin is accepted into Obsidian's Community Plugins directory:

  1. Open Settings → Community plugins.
  2. Select Browse and search for Pinned Tabs.
  3. Select Install, then Enable.

Until it is listed, use a prerelease or manual installation.

Manual installation

  1. Download compact-pinned-tabs-release.zip from the latest GitHub release.

  2. Extract it into the following folder inside the intended vault:

    <vault>/.obsidian/plugins/compact-pinned-tabs/
    
  3. Confirm the plugin folder directly contains:

    main.js
    manifest.json
    styles.css
    
  4. Restart or reload Obsidian.

  5. Open Settings → Community plugins and enable Pinned Tabs.

BRAT prereleases

Install BRAT, choose Add beta plugin, and enter:

NameIsKyro/compact-pinned-tabs

Usage

Pin the current tab in any of these ways:

  1. Right-click its tab and select Obsidian's native Pin action.
  2. Run Pin and compact current tab from the command palette.
  3. Use the optional pin button in the left ribbon.

The tab keeps Obsidian's native pinned state, becomes compact, and is visually grouped with other pins on the left when that setting is enabled. Click a pin to activate it, hover for its normal tooltip, or drag tabs using Obsidian's native tab controls.

Pinned files and views are saved in this plugin's local Obsidian data. If a saved pin is missing after a vault rebuild, Pinned Tabs opens it again and pins it automatically. Unpin a tab—or use the plugin's delayed close button—to remove it from the saved set before closing it permanently.

For a daily note, enable title detection and choose its icon. For an exact custom file, open Settings → Pinned Tabs → Custom file icons, add an entry, and provide either a title such as Home or a vault path such as Dashboards/Home.md. Exact path rules are evaluated before title rules and custom rules take priority over daily-note detection.

Attachments use the same pin commands as notes. Images and other formats that Obsidian can open directly are saved and restored with their viewer state. A format such as Word must already open in a workspace tab through Obsidian or an installed document-viewer plugin; Pinned Tabs preserves that registered viewer but does not bundle its own document renderer.

Commands

No command has a default hotkey. Assign shortcuts under Settings → Hotkeys if wanted.

Command Behavior
Toggle pin for current tab Pins an unpinned current tab or unpins a pinned current tab. Disabled when there is no usable current tab.
Pin and compact current tab Applies Obsidian's native pinned state to the current tab. Disabled when there is no usable current tab.
Unpin current tab Removes the native pinned state from the current tab. Disabled when there is no usable current tab.
Close every unpinned tab Closes every unpinned root tab while retaining pinned tabs.
Close unpinned siblings in current group Closes unpinned siblings while retaining the current tab and every pin.
Focus next pinned tab Activates the next pinned tab in the current tab group.
Focus previous pinned tab Activates the previous pinned tab in the current tab group.
Apply Chrome-style preset Applies the recommended compact layout, motion, icon, and close-protection values.
Clean up restored duplicate tabs Keeps one pinned copy of each file and closes matching copies in the same tab group.

Settings reference

Setting Behavior
Apply Chrome-style preset Applies the recommended 44 px icon-only layout, hidden close button, left grouping, motion, and protection values.
Pinned tab icon Selects the fallback icon for compact Markdown and other tabs.
Keep plugin and view icons Preserves icons supplied by non-Markdown views.
Graph view icon Uses the native Graph icon or a selectable network-style icon.
Use attachment icons Shows compact file-type icons for pinned images, documents, spreadsheets, presentations, media, archives, and other attachments.
Detect daily notes by title Detects common valid date-title formats.
Daily-note icon Sets a registered icon name or single emoji for detected daily notes.
Custom file icons Adds, removes, and reorders exact title/path icon rules.
Icon size Sets the compact icon size from 12–24 px.
Icon color Uses the theme accent, normal text, or muted text color.
Compact tab width Sets compact pinned-tab width from 36–120 px.
Icon-only pinned tabs Hides the tab title while compact.
Show pin button in left ribbon Shows or hides the ribbon shortcut.
Keep pinned tabs on the left Visually orders pins before normal tabs in each group.
Show pinned group divider Draws a subtle divider after the final pin.
Hide Obsidian pin badge Hides the redundant native pinned-status badge.
Accent pinned tabs Adds a subtle theme-accent marker.
Highlight active pinned tab Gives the selected pin a stronger theme-aware background.
Show close button on hover Enables the plugin's delayed, explicit close control.
Close button hover delay Sets the pointer dwell time from 0–1500 ms.
Close button size Sets the close icon size from 10–18 px.
Expand tab on hover Temporarily reveals the title of a compact tab.
Expanded hover width Sets temporary expanded width from 120–280 px.
Animate size changes Animates compact and expanded widths.
Animate tabs moving left Animates a newly pinned tab into the visual pinned group.
Move animation speed Sets movement duration from 100–500 ms.
Protect from bulk close Preserves pins during supported tab-menu close-all, close-others, and close-after actions.
Protect keyboard close Blocks Cmd/Ctrl+W and Ctrl+F4 while the active tab is pinned.
Protect against middle-click close Ignores middle-click on pinned tabs.
Clean up duplicates after vault rebuild During startup recovery, keeps one pinned copy and closes matching restored copies in the same tab group. Enabled by default.
Restore defaults Restores every setting to its default value.

Keyboard behavior and accessibility

  • The plugin registers no default hotkeys.
  • Obsidian's normal Tab and arrow-key tab navigation remains available.
  • Pinned tabs retain a visible keyboard-focus outline.
  • When hover close is enabled, focusing a pinned tab reveals the real button so it can be reached with Tab and activated with Enter or Space.
  • Cmd/Ctrl+W and Ctrl+F4 are blocked only when keyboard protection is enabled and the active tab is pinned.
  • The close button includes the pinned tab's display name in its accessible label.
  • The operating system's reduced-motion preference disables plugin motion.

Privacy and external services

  • The plugin runs locally inside Obsidian.
  • It contains no telemetry or analytics.
  • It makes no network requests and transmits no filenames, paths, note content, or vault information.
  • It requires no account, payment, subscription, external file access, or closed-source component.
  • It never downloads or executes remote code.

The links and badges in this README are loaded by GitHub, not by the installed plugin.

Compatibility

  • Minimum Obsidian version: 1.13.0.
  • Desktop-only: yes. The plugin customizes the desktop workspace tab bar.
  • Supported operating systems: Windows, macOS, and Linux versions capable of running the required Obsidian release.
  • Mobile is intentionally unsupported and is not advertised.
  • Light and dark themes use Obsidian CSS variables rather than fixed colors.

Known limitations

  • The plugin maps each public workspace view to its corresponding desktop tab element. Major Obsidian tab-DOM changes may require a compatibility update.
  • Themes or plugins that heavily replace tab-bar layout may conflict with the compact widths or visual left ordering.
  • The additional bulk-close menu guard currently recognizes Obsidian's English tab-menu labels. The native pinned state remains in use in every locale, but the extra interception layer may not recognize translated labels.
  • Visually grouping pins on the left does not rewrite Obsidian's private workspace model.
  • Automatic duplicate cleanup is limited to file-backed views in the same tab group and runs only during startup layout recovery. Use the cleanup command if a duplicate appears later.
  • A view without a valid native icon falls back to the configured pinned icon.
  • Attachments can only be restored when Obsidian—or the plugin that registered their viewer—is installed and able to open that file type.

Troubleshooting

The plugin does not appear

Confirm the folder name is exactly compact-pinned-tabs and that main.js, manifest.json, and styles.css are directly inside it. Reload Obsidian and check that the installed Obsidian version is at least 1.13.0.

A pinned tab is not compact

Confirm the tab is actually pinned in Obsidian, then toggle the plugin off and on. Test with Obsidian's default theme and temporarily disable other plugins that modify tabs.

The wrong neighbouring tab looks pinned

Update to version 1.0.4 or newer. The plugin now validates cached tab-header matches against Obsidian's native pin marker and leaves ambiguous headers untouched instead of styling a neighbouring tab.

A pinned file was duplicated after rebuilding the vault

Keep Clean up duplicates after vault rebuild enabled. Pinned Tabs checks the restored layout while Obsidian is changing it and performs one final check after the layout becomes quiet. If a duplicate remains, run Clean up restored duplicate tabs from the command palette. The command affects only identical file-backed views in the same tab group when at least one copy is pinned.

A plugin page inherited the old pin after a vault rebuild

Version 1.0.3 and newer remember the actual pinned file or view. After the workspace settles, Pinned Tabs removes a transferred pin from the unrelated page and restores the saved tab automatically. If this happened on an older version, update the plugin, pin the intended tab once, and rebuild again.

A custom icon is not applied

Use an exact title or vault-relative path. Paths are normalized and matched case-insensitively. Verify the icon name exists in Obsidian's current icon set, or use a single emoji.

The close button does not appear

Enable Show close button on hover, then keep the pointer over the pin for the configured delay. Keyboard users can focus the pinned tab and press Tab.

When reporting a visual problem, include the Obsidian version, plugin version, operating system, theme, conflicting tab-related plugins, exact reproduction steps, and a clear description of the incorrect result.

Development

Requirements: Node.js 20 or newer and npm.

npm ci
npm run dev

npm run dev watches the source modules and rebuilds main.js. Reload Obsidian after a code change.

Before a pull request or release, run:

npm test
npm run build
npm audit
  • npm run check performs strict TypeScript checking.
  • npm run lint runs the current Obsidian ESLint recommendations.
  • npm run validate verifies manifest, package, version, license, and required repository metadata.
  • npm run build creates a minified production main.js.

Generated main.js is ignored by Git and belongs in GitHub releases, not the source repository. See CONTRIBUTING.md and RELEASING.md. For a click-by-click release walkthrough, use the beginner publishing guide.

Support

Use GitHub Issues for reproducible bugs and focused feature requests. Follow SECURITY.md for private vulnerability reports.

Changelog

See CHANGELOG.md.

License

Released under the MIT License.

Copyright © 2026 NameIsKyro.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Style Settings
5 years ago by mgmeyers
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Iconize
5 years ago by FlorianWoelki
Simply add icons to anything you want in Obsidian.
Day Planner
2 months ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
Natural Language Dates
2 months ago by obsidian-community
Work with dates in natural language in Obsidian
Thino
2 months ago by quorafind
A quick capture plugin for Obsidian, all data from your notes.
Iconic
2 years ago by Holo
Customize your icons and colors directly from the Obsidian UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.
Callout Manager
4 years ago by eth-p
An Obsidian.md plugin that makes creating and configuring callouts easy.
Rollover Daily Todos
6 years ago by Matt Sessions
An obsidian plugin that rolls over todo items from the previous daily note
Icons
6 years ago by Camillo Visini
Add icons to your Obsidian notes – Experimental Obsidian Plugin
Tab Switcher
2 months ago by Vinzent
Tab Switcher - Obsidian Plugin
Review
6 years ago by ryanjamurphy
Add the current note to a future daily note to remember to review it.
Icon Shortcodes
5 years ago by AidenLx
Obsidian Plugin: Insert emoji and custom icons with shortcodes
Lean Terminal
3 months ago by Sascha D. Kasper
Embedded terminal for Obsidian powered by xterm.js and node-pty
New Tab Default Page
4 years ago by pseudometa
Obsidian plugin to open a note of your choice when creating a new tab, like in the browser.
Color Folders and Files
2 years ago by Mithadon
Obsidian plugin to customize the appearance of folders and files through a context menu with color picker and style options.
Markdown Tabs
2 months ago by xhuajin
Create and render a Tabs component in your notes.
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.
Daily Named Folder
5 years ago by Nemo Andrea
Like daily note, but nested in a daily folder and some more improvements
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Hide Sidebars on Window Resize
5 years ago by NomarCub, Michael Hanson
A simple Obsidian plugin to hide the sidebars when the window gets narrow.
Card View Mode
2 months ago by yo-goto
Obsidian Card View Mode Plugin
Daily notes calendar
2 years ago by bartkessels
Quickly navigate your vault using a calendar view, this plugin allows you to create and navigate to periodic notes and notes that are created on a specific date.
Daily Notes Viewer
4 years ago by Johnson0907
Auto Hide
4 years ago by skelato1
This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
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.
Custom Sidebar Icons
2 years ago by RavenHogWarts
Custom Icons
Repeat
4 years ago by Andre Perunicic
Review notes using periodic or spaced repetition.
Electron Window Tweaker
5 years ago by mgmeyers
Granola Sync
2 months ago by tomelliot
Sync Granola notes to your Obsidian vault
Live Life Recording
2 months ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
Things Logbook
6 years ago by Liam Cain
Sync your Things 3 Logbook with Obsidian
Metadata Hider
3 years ago by Benature
Hide metadata property if its value is empty
Daily Note Pinner
3 years ago by LukeMT
Pins the daily note of the day and unpins other daily notes in Obsidian
Pathfinder 2E Action Icons
3 years ago by Thiago Coutinho
Obsidian plugin for easily insertind the Pathfinder 2E Action icons
Icon Swapper
5 years ago by mgmeyers
Allows swapping out Obsidian's icons
Daily Note Navbar
3 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes 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 Selector
3 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
HTML Tabs
3 years ago by Patrick Tournet
Obsidian plugin allowing the creation and rendering of Tabs and tab panels in your notes.
CodeBlock Tabs
3 years ago by Jemin Mau
Create tab group for contiguous codeblocks.
Single File Daily Notes
3 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Metadata Icon
3 years ago by Benature
change metadata entry icon
Wordflow Tracker
a year ago by LeCheenaX
Track the changes and stats of your edited note files automatically in Obsidian. Record the modified notes and statistics to your daily note with various customizations!
Telegram Inbox
2 years ago by icealtria
Receive messages from Telegram bots and add them to Obsidian's daily note.
Side-Notes
2 months ago by Fried Fishsticks
Tufte-style sidenotes for Obsidian
Auto Journal
3 years ago by Evan Bonsignori
Opinionated journaling automation like daily notes but with backfills for the days that you didn't open Obsidian.
Iconoir Icons
3 years ago by @gapmiss
A plugin for creating customized icons in Obsidian.md
Disable Tabs
9 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
Explorer Hider
2 years ago by Mara-Li
Hide folder & files from the explorer using a plugin and a bit of CSS :>
Mobile Sidebar Notes
a month ago by ckep1
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Reflection
3 years ago by Brandon Boswell
An Obsidian Plugin for seeing daily and weekly notes from this day in years past.
Material Symbols
4 years ago by Cristoph Berane
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Upcoming
4 years ago by Charlie Chao
Show upcoming daily notes in their own panes.
Additional Icons
3 years ago by Matthew Turk
Add additional iconsets to Obsidian
Mermaid Icons
7 months ago by toshs
Obsidian plugin enabling the use of icons in Mermaid diagrams.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Minitabs
3 years ago by ssjy1919
Obsidian tabs
Nested Daily Todos
3 years ago by Thomas Brezinski
A plugin for Obsidian will parse previous Daily Notes for incomplete todos and add them to today's Daily Note. It supports grouping the todos by section and supports alternative checkbox states and nested todos.
Shrink pinned tabs
2 years ago by Nicolas Lœuillet
Obsidian plugin to shrink pinned tabs in order to save screen space
Waka time box
3 years ago by complexzeng
Quick Peek Sidebar
a year ago by Bradley Wyatt
Open and close the Obsidian sidebars on hover.
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Tab Shifter
3 years ago by Joshua Rozner
Canvas Daily Note
3 years ago by Andrew McGivery
A plugin for Obsidian that allows you to add a daily note node to the canvas that will always show todays note.
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Hugo codeblock highlight
3 years ago by aarol
Highlights lines in code blocks using Hugo's hl_lines syntax
Google Calendar Importer
a year ago by Fan Li
A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.
Templated daily notes
3 years ago by digitorum
Allow to create templayted daily note in specific folder
Qiaomu AI RSS
16 days ago by 向阳乔木
在 Obsidian 中阅读乔木 RSS、中文 AI 改写与翻译,并保存为 Markdown 笔记。
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Daily Note Metrics
2 years ago by Andre-Diamond
Obsidian Plugin that parses Daily Notes and uses data to create charts
Daily note creator
3 years ago by Mario Holubar
Automatically creates missing daily notes.
Streams
a year ago by Floyd
Streams Obsidian Plugin
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Daily Note Collector
2 years ago by Adar Butel
An Obsidian plugin that adds links to new notes to your daily note.
Journal View
2 months ago by RUverse
A Journal View for Obsidian
Fix Tab Size
4 months ago by mnaoumov
Obsidian plugin that fixes tab size according to the settings.
Geulo
2 years ago by Junyoung Bang
Geulo — an Obsidian plugin for pulling and syncing your liked YouTube videos to your Obsidian vault.
Hledger Notes
a year ago by Boburmirzo Khamrakulov
Hledger Notes: Create and manage hledger entries directly in Obsidian Daily notes
LongtimeDiary
6 months ago by sawamaru
This is Obsidian Plugin to show past DailyNotes on the same day in previous years.
Daily Prompt
2 years ago by Erl-koenig
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Dayframe
a month ago by Ganessh Kumar R P
🖼️ like a picture frame but for your daily notes.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Open with Natural Language Dates
2 years ago by Charlie Chao
Quickly open a daily note using natural language. Requires "Natural Language Dates" plugin to work.
Synaptic View
6 months ago by Yongmini
Obsidian Plugin : Synaptic View that unifies your dashboards, hub notes, quick-entry notes, periodic notes, web shortcuts, and calendar navigation—enable it as the default new-tab experience or summon it with a command.
Organized daily notes
2 years ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Coalesce
a year ago by Floyd
Coalesce is an Obsidian plugin that merges all your linked notes into a single, organized view for a cohesive research and writing experience.
Task Mover
2 years ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Note Favicon
2 years ago by mdklab
Obsidian plugin – Show Favicon from Metadata
My SVGs
8 months ago by Omar Badawy
An Obsidian plugin that Registers your own SVGs into Obsidian's global icon library for use with other plugins or however you want.
Tab Group Arrangement
2 years 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
Tabsdown
2 months ago by grafanakibana
Create accessible, theme-native tabbed blocks for Markdown-renderable content in Obsidian.
Multiple Daily Notes
2 years ago by Vab Kapoor
Obsidian plugin for adding multiple daily notes, with some extra configurations too.
Tab File Path
a year ago by John Burnett
CalloutX
2 years ago by br4in
An Obsidian plugin that allows you to view, manage, and customise callout icons in your vault.
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
Everyday Classical Music
2 years ago by the flying markhor
Obsidian Plugin: Enhance your daily notes with the timeless elegance of classical music. Have a great day with the company of beautiful melodies!
Image Preview on Icon Hover
2 years ago by rama1997
Plugin for Obsidian that add image popups when hovering over various icons in the user interface
Status.lol Publisher
a year ago by Eric Walker
Allows you to post to weblogs.lol, status.lol, some.pics and paste.lol from Obsidian.
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
Create Note with Date in This Directory
a year ago by Sangrak Choi
Obsidian plugin for creating a note with current date in this directory
UnLime
a year ago by shandyba
Obsidian Unmentioned Links toggle
Auto Daily Note
a year ago by John Dolittle
Open or Create File
a year ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
Previous Daily Note
2 years ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Daily Notes Automater
a year ago by David Pedrero
Future Dates
2 years ago by Dmitry Manannikov
Path in tab title
4 months ago by d9k
Rollover Plus
20 days ago by Wren
Move unfinished tasks between daily notes with Rollover Plus.
List Callouts Improved
11 days ago by Daniel Yim
Create callouts in lists in Obsidian.
Today Alias
a month ago by tanoshia
Plugin for Obsidian md editor. This hides a date prefix of any file name (in browser and tabs).
Timestamper
10 months ago by René Coignard
Insert the current timestamp into your notes.
Weekday Commands
19 days ago by Wren
Simple Meeting Sidebar
19 days ago by Wren
A macOS-only Obsidian plugin that reads Apple Calendar events into a sidebar and turns them into tasks or meeting notes.
Daily Notes Tweaks
10 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
Browser Note
2 months ago by fengshuzi
Obsidian plugin: localhost HTTP API for vault notes with a built-in browser UI.