0.0.1
Extract your PDF text-highlights into Obsidian
This plugin allows you to extract highlighted and underlined text from your PDFs into a markdown file in your Obsidian vault.
How it works
After you've installed and activated the plugin:
- Drop your highlighted PDF into your Obsidian vault
- Open the PDF in Obsidian
- Click the "PDF" icon in the left sidebar
Demo with default settings
Demo with all optional settings turned on
Optional settings
- Include page number (Default: off)
- Include highlight color (Default: off)
- Create links (Default: off)
Backlog
The list of features and improvements for this plugin.
ICEBOX
- Group highlights by highlight color (Optional)
TODO
- Refactor pdfjs import to not overload Obsidian worker
- Fix missing space after newline (Very complex)
DOING
DONE
- Show highlight color (Optional)
- Auto-link list items (Optional)
- Refactor/extract PDF from main.ts
- Add Page-number to each highlight (Optional)
- Sort highlights by position in document and page (Mandatory)
- Extract unsorted list of HIGHLIGHT annotations
- Extract unsorted list of TEXT annotations
- Extract unsorted list of UNDERLINE annotations
- Decide if to integrate with existing Highlights Plugin