keithwithAI77 downloadsHighlight selected text in reading mode using markdown highlight syntax.
Highlight selected text in Obsidian's reading mode using ==markdown highlight== syntax.
The plugin wraps the selected text with ==highlights== in the underlying markdown source.
If you highlight the wrong selection, an undo button appears next to the highlight button. Click it to remove the most recent highlight. The button stays visible until you click it, switch to a different note, or the plugin is disabled. You can also run Undo last highlight from the command palette (and assign a hotkey to it).
Only the most recent highlight is reversible from inside the plugin. For older highlights, edit the == markers directly in source mode.
No default hotkey is set. To add one:
Available in Settings > Community Plugins > Browse (search "Reading Highlighter").
main.js, manifest.json, and styles.css from the latest releasereading-highlighter inside your vault's .obsidian/plugins/ directoryOriginally created by Tintalectronico. Maintained by keithwithAI.