Bugra Sitemkar65 downloadsStar your favorite notes and folders from the right-click menu and jump to them from a dedicated Favorites pane.
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
The ★ marker is shown in the file explorer only (not in tabs, search, or backlink panes).
| Starred items in the file explorer | Favorites pane |
|---|---|
![]() |
![]() |
npm install
npm run dev
This watches main.ts and rebuilds main.js on save. To test inside a vault, either:
<YourVault>/.obsidian/plugins/star-favorites, or<YourVault>/.obsidian/plugins/star-favorites.Then reload Obsidian (or use the "Reload app without saving" command) and enable Star Favorites under Settings → Community plugins.
npm run build
This type-checks the project and produces a production main.js.
github.com/bugrasitemkar/star-favorites.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.obsidianmd/obsidian-releases, add an entry for star-favorites to community-plugins.json, and open a pull request following their submission guidelines.npm version <patch|minor|major>, which updates manifest.json and versions.json via version-bump.mjs.MIT