README file from
GithubExtract Highlights to Note
Creates a clean note containing only the highlighted passages (==...==) of the active note.
Designed to distill a long note — for example a video transcript fetched with the YouTube transcript fetcher — down to just its highlights, ready for further work.
Features
- Extracts every
==highlighted==passage from the active note into a brand-new, clean note. - Adds a highlighter icon to the ribbon, plus a command in the command palette.
- Works on mobile, desktop, and remote desktop (
isDesktopOnly: false).
Usage
- Open a note that contains
==highlighted==passages. - Run the command Extract Highlights to Note (command palette) or click the highlighter icon in the ribbon.
- A new note is created containing only the highlighted passages.
Settings
- Keep timestamps — preserve timestamps found alongside highlights (useful for video transcripts).
- Delete the original note — remove the source note after extraction.
- Destination folder — choose where the extracted note is created.
Installation
From the Community Plugins browser
- Open Settings → Community plugins → Browse.
- Search for Extract Highlights to Note.
- Click Install, then Enable.
Manual installation
- Download
manifest.jsonandmain.jsfrom the latest release. - Copy them into
<your-vault>/.obsidian/plugins/extract-highlights/. - Reload Obsidian and enable the plugin in Settings → Community plugins.