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
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Star Favorites

Bugra SitemkarBugra Sitemkar65 downloads

Star your favorite notes and folders from the right-click menu and jump to them from a dedicated Favorites pane.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Star your favorite notes and folders straight from the right-click menu, and jump back to them from a dedicated Star Favorites pane.

Repository: github.com/bugrasitemkar/star-favorites Plugin-Page: Obsidian Community Plug-in Page

Features

  • Right-click any note or folder (in the file explorer, or a note's tab) and choose Add to favorites. Once favorited, the same menu shows Remove from favorites.
  • Favorited notes and folders get a ★ prefixed to their name in the file explorer.
  • Click the star icon in the left ribbon (or run the Open favorites view command) to open a Star Favorites pane in the left sidebar listing every starred note and folder. Click an entry to open the note or reveal the folder; right-click an entry to unfavorite it.
  • Favorites follow renames and moves automatically, and are cleaned up when the underlying file or folder is deleted.
  • Multi-select support: select several files/folders in the explorer and add or remove them from favorites in one click.

The ★ marker is shown in the file explorer only (not in tabs, search, or backlink panes).

Screenshots

Starred items in the file explorer Favorites pane
Starred folder and note shown with a star prefix in the file explorer Favorites pane listing starred items in the left sidebar

Installing for development

npm install
npm run dev

This watches main.ts and rebuilds main.js on save. To test inside a vault, either:

  • Clone/copy this folder into <YourVault>/.obsidian/plugins/star-favorites, or
  • Symlink this folder into <YourVault>/.obsidian/plugins/star-favorites.

Then reload Obsidian (or use the "Reload app without saving" command) and enable Star Favorites under Settings → Community plugins.

Building for release

npm run build

This type-checks the project and produces a production main.js.

Publishing to the Community Plugins directory

  1. Push this repository to github.com/bugrasitemkar/star-favorites.
  2. Create a GitHub release whose tag matches manifest.json's version (e.g. 1.0.0, no leading v), and attach main.js, manifest.json, and styles.css as binary attachments to the release.
  3. Fork obsidianmd/obsidian-releases, add an entry for star-favorites to community-plugins.json, and open a pull request following their submission guidelines.
  4. Bump future versions with npm version <patch|minor|major>, which updates manifest.json and versions.json via version-bump.mjs.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Star notes and folders from the file explorer or a note's tab via the right-click menu and mark them with a ★ prefix. Open the Star Favorites pane to jump to or reveal entries, unfavorite single or multi-selected items, and keep favorites synced across renames, moves, and deletions.
NavigationFilesSidebar
Details
Current version
1.0.4
Last updated
3 weeks ago
Created
3 weeks ago
Updates
4 releases
Downloads
65
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Bugra SitemkarBugra Sitemkarbugrasitemkar
bugrasitemkar.work/
GitHubbugrasitemkar
bugrasitemkar
  1. Community
  2. Plugins
  3. Navigation
  4. Star Favorites

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

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

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Open Tab Settings

Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Quick Explorer

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

Remember cursor position

Remember cursor and scroll position for each note.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.