Skip to content

Commit b246226

Browse files
authored
Update readme.md
1 parent 71f1c1e commit b246226

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
# Lithium-Ebook-Highlighted-Text-Extractor
2-
Extract highlighted text from exported files from Lithium (Ebook Reader App)
1+
# Lithium Text Extractor
2+
Simple web interface to extract highlighted text from exported ebook data from Lithium.
33

4-
**Status:** WIP
4+
### What is Lithium?
5+
"Lithium: EPUB Reader" is an Ebook Reader for Android devices.
6+
It's available on PlayStore https://play.google.com/store/apps/details?id=com.faultexception.reader
57

6-
**Demo:** https://and96.github.io/Lithium-Ebook-Highlighted-Text-Extractor/
8+
### How to export data from Lithium?
9+
1. Open Lithium app on Android
10+
2. Long press on ebook title
11+
3. Tap on "options" icon in the corner then "Export data"
12+
4. Select "Highlights & notes" and "HTML file"
13+
5. Export and save the file in a directory
14+
15+
### How to extract highlighted text?
16+
1. Go to https://and96.github.io/Lithium-Ebook-Highlighted-Text-Extractor/
17+
2. Select file
18+
3. Select a color (OPTIONAL)
19+
4. Press "Process"
20+
21+
# Development
22+
It's written in Javascript and uses Bootstrap v5 components as Frontend.
23+
Extraction is made with Regular Expressions.
24+
Everything is parsed in the Browser (Client side, no backend or other software required).
25+
26+
### Status
27+
Work in progress

0 commit comments

Comments
 (0)