Simple web interface to extract highlighted text from exported ebook data from Lithium.
Available here: https://and96.github.io/Lithium-Text-Extractor/
"Lithium: EPUB Reader" is an Ebook Reader for Android devices.
It's available on PlayStore
- Open Lithium app on Android
- Long press on ebook title
- Tap on "options" icon in the corner then "Export data"
- Select "Highlights & notes" and "HTML file"
- Export and save the file in a directory
- Go to https://and96.github.io/Lithium-Text-Extractor/
- Select file
- Select a color (OPTIONAL)
- Press "Process"
It's written in Javascript and uses Bootstrap v5 components as Frontend.
Extraction is made with Regular Expressions.
Everything is parsed in the Browser (Client side, no backend or other software required).