Skip to content

Extract highlighted text from exported files from Lithium (Ebook Reader App)

License

Notifications You must be signed in to change notification settings

And96/Lithium-Text-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e41eb5 · Oct 31, 2021

History

25 Commits
Jan 4, 2021
Sep 30, 2021
Sep 30, 2021
Oct 31, 2021

Repository files navigation

Lithium Text Extractor

Simple web interface to extract highlighted text from exported ebook data from Lithium.

Available here: https://and96.github.io/Lithium-Text-Extractor/

Screenshots

What is Lithium?

"Lithium: EPUB Reader" is an Ebook Reader for Android devices.

It's available on PlayStore

How to export data from Lithium?

  1. Open Lithium app on Android
  2. Long press on ebook title
  3. Tap on "options" icon in the corner then "Export data"
  4. Select "Highlights & notes" and "HTML file"
  5. Export and save the file in a directory

How to extract highlighted text?

  1. Go to https://and96.github.io/Lithium-Text-Extractor/
  2. Select file
  3. Select a color (OPTIONAL)
  4. Press "Process"

Development

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).