Simplify and streamline how you work with highlights and comments in Obsidian. This plugin helps you capture, organize, and navigate your thoughts across your entire vault with advanced search capabilities and a flexible comment system.
- Standard comments:
==highlight==[^1]
with[^1]: Your comment
- Inline comments:
==highlight==^[immediate comment]
- Native Obsidian comments:
%%standalone comment%%
will also appear in the sidebar - Mixed commenting: Combine different comment types on the same highlight
- Smart grouping by color, date, folder, collection, or filename
- Collections system to organize highlights across multiple files
- Clean sidebar interface with optional toolbar and action hiding
- Color-coded highlights: Gold, Red, Teal, Blue, and Green
- Works directly with Obsidian's markdown syntax - no custom formats required
- Command palette live updates to navigate to collections as you create them
- Click sidebar highlights and comments to navigate directly to their location
- Real-time updates as edits are made in the editor
- Smart search with logical operators (
AND
,OR
) and parentheses for complex queries - Tag filters using
#tag
syntax with autocomplete support - Collection filters using
@collection
syntax - Exclude filters with
-#tag
and-@collection
for precise filtering - Real-time search preview showing exactly how your query will be interpreted
- International support for Unicode characters in tags and search
Method 1: Right-click menu (Easiest)
- Select any text in a markdown file
- Right-click and choose "Create highlight"
- Your text is now highlighted and appears in the sidebar!
Method 2: Command palette
- Press
Ctrl/Cmd + P
→ type "Toggle highlight"
Method 3: Manual syntax
- Type:
==your highlighted text==
Pro tip: Use a hotkey for highlights.
Perfect for detailed comments that don't clutter your text:
==Important concept==[^1]
[^1]: This is my detailed explanation of why this concept matters
Great for immediate thoughts without jumping around:
==Key insight==^[This changed my perspective completely!]
Use anywhere in your document for general thoughts:
%% Remember to revisit this section during review %%
Pro tip: This plugin supports mixed footnote types! For example: ==text==[^1]^[quick note]
The search bar supports powerful queries:
Basic examples:
home
- Find all highlights containing "home"#important
- Show only highlights tagged with #important@work
- Filter by "work" collection
Advanced queries:
#urgent AND @project
- Must have both tag and collection#bug OR #feature
- Either tag works(#critical OR #high) AND security
- Complex logic with parentheses-#archived
- Exclude highlights tagged with #archivedhome #important -@completed
- Text + include tag + exclude collection
Auto-complete: Start typing #
or @
and use ↑↓ arrows to navigate suggestions.
- Navigate: Three tabs available:
- Current Note: See highlights from active file
- All Notes: Browse your entire vault
- Collections: Organized highlight groups
- Click to jump: Any highlight takes you directly to its location
- Search & filter: Use the powerful search and filter options
- Group & organize: Sort by color, date, folder, or collection
Collections help you group related highlights from different notes:
- Create: Go to Collections tab → "New Collection"
- Add highlights: Click the collection button on any highlight
- Browse: Click collection cards to see contents
- Quick access: Use Command Palette → "Go to [Collection Name]"
Change colors: Hover over the side of a highlight to view the color picker.
- Open Obsidian Settings
- Go to Community Plugins → Browse
- Search for "Sidebar Highlights"
- Click Install and then Enable
- Download the latest release from GitHub
- Extract to your vault's
.obsidian/plugins/sidebar-highlights/
folder - Reload Obsidian or restart the app
- Enable the plugin in Settings → Community Plugins
Access plugin settings via Settings → Sidebar Highlights:
- Use inline footnotes by default: Toggle between footnote styles
- Hide toolbar/actions: Clean up the interface
- Show timestamps: Display creation times on highlights
- Show filenames: Show note titles in multi-file views
- Toggle sidebar: Open/close the highlights panel
- Create highlight: Convert selected text to highlight
- Go to [Collection]: Jump directly to specific collections
Tip: Set custom hotkeys in Obsidian's Hotkeys settings
- Quick footnotes: Enable "Use inline footnotes by default" for faster note-taking
- Take advantage of search: Use
(#urgent OR #important) AND -#completed
for complex filtering - Color coding system: Develop your own color meanings for consistent organization
- Collection workflows: Create collections for projects, topics, or review cycles
Q: Can I use this with PDF files? A: PDF highlights aren't supported.
Q: Why can't I jump to highlights from within Reading View? A: Jumping to highlights from within Reading View is not currently supported.
- Report bugs or request features on GitHub Issues
If this plugin enhances your Obsidian experience:
- ☕ Buy me a coffee to fuel development
- ⭐ Star the project on GitHub
Made with ❤️ for the Obsidian community