Based on original code by Javalent.
Make your most important notes and folders stand out in the Obsidian File Explorer! Prominent Bookmarks enhances the visibility of your Bookmarked files and folders, giving you quick access and a visually distinct experience.
- Highlight Bookmarked Files & Folders: Adds prominent, customizable icons to your Bookmarked items in the File Explorer.
- Custom Icon Support: Choose different Lucide icons for files, folders, and folder notes.
- Color Customization: Set custom colors for each icon type, or use the default theme color.
- Toggle Coloring: Enable or disable icon coloring with a single switch.
- Expanded Folder Icons: Optionally show a different icon when a folder or folder note is expanded.
- Folder Note Detection: Automatically detects folder notes (files with the same name as their parent folder).
- The Files Core Plugin must be enabled.
- The Bookmarks Core Plugin must also be enabled.
- Optionally add a Folder Notes plugin to hide the base files of Folder Notes
- Go to the Releases page of this plugin's GitHub repository.
- Download the individual files from the release assets:
main.jsmanifest.jsonstyles.css(optional)- Place these files into a new folder named
prominent-bookmarksinside your vault's.obsidian/plugins/directory.
- Restart Obsidian or reload plugins.
- Enable "Prominent Bookmarks" in the Community Plugins settings.
- Open the plugin settings to customize icons and colors for your Bookmarked files and folders.
- Toggle coloring on or off as desired.
- Your Bookmarked items will now appear more prominent in the File Explorer!
You can further style the appearance of Bookmarked items by targeting the .prominent-decorated-file CSS class in your custom CSS snippets. This class controls the layout and style of the prominent icons.
This plugin is inspired by and based on the work of Javalent. Many thanks for the original idea and code foundation.