Reading Highlighter
pendingby Tintalectronico
Highlight selected text in reading mode using markdown highlight syntax.
Reading Highlighter
Highlight selected text in Obsidian's reading mode using ==markdown highlight== syntax.
Features
- Select text in reading mode and highlight it instantly
- Floating highlight button appears when text is selected
- Command palette: Highlight selection in reading mode
- Mobile ribbon icon support
- Handles multi-paragraph selections, formatted text, and links
- Preserves existing markdown formatting (bold, italic, code, etc.)
Usage
- Open a note in reading mode
- Select the text you want to highlight
- Use any of these methods:
- Click the floating highlight button that appears
- Open the command palette and run Highlight selection in reading mode
- (Mobile) Tap the highlighter icon in the ribbon
The plugin wraps the selected text with ==highlights== in the underlying markdown source.
Hotkeys
No default hotkey is set. To add one:
- Go to Settings > Hotkeys
- Search for Highlight selection in reading mode
- Assign your preferred shortcut
Installation
Available in Settings > Community Plugins > Browse (search "Reading Highlighter").
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder called
reading-highlighterinside your vault's.obsidian/plugins/directory - Place the downloaded files in that folder
- Restart Obsidian and enable the plugin in Settings > Community Plugins
Attribution
Originally created by Tintalectronico. Maintained by keithwithAI.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.