1.7.0 ⢠Published 2 years ago
@ekamil/kindle-vocab-cli v1.7.0
Export kindle vocabulary to Markdown
This program (script) is a way to liberate your "Vocabulary Builder" highlights from Kindle.
There are alternatives but my goal here was to export in a way compatible with Obsidian - ie. into a directory of markdown files.
Important: backup the output directory before running
The script shouldn't delete anything, but better safe than sorry!
Usage
- Connect Kindle with a cable, mount it
- (Optional) Copy Kindle's database to your drive
cp /Volumes/Kindle/system/vocabulary/vocab.db ./vocab.db
- Run the script with
npx @ekamil/kindle-vocab-cli --database ./vocab.db --output ./out
- Enjoy words and books in the
./out
directory
Features
- grabs all words and books from your Kindle vocabulary database
- creates WikiLinks between from words to books
- safe to run repeatedly in the same directory (š¤š½)
Issues
See issues
ā ļø Unknown how it works with multiple languages and other versions of Kindle. ā ļø
Example output
š ./out
ā£āā š books
ā ā£āā š A Desolation Called Peace 2 Teixcalaan.md (212 bytes)
ā ā£āā š Accelerate The Science of Lean Software and DevOps Building and Scaling High Performing Technology Organizations.md (290 bytes)
ā ā£āā š All the Birds in the Sky.md (200 bytes)
ā ā£āā š Anathem.md (189 bytes)
ā ā£āā š Ancillary Justice 1 Imperial Radch.md (204 bytes)
ā āāā š ...
āāā š words
ā£āā š abode.md (598 bytes)
ā£āā š abseil.md (452 bytes)
ā£āā š abstruse.md (656 bytes)
ā£āā š abut.md (335 bytes)
ā£āā š actively.md (408 bytes)
āāā š ...
Inspired by
Heavily inspired by obsidian-kindle-plugin, but without actual integration with Obsidian š
Assumptions
- for reading: highly depends on structure of the Kindle vocabulary database
- for deduplication: the files have to have readable front matter see this for technical details
Next steps
See issues
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.3-alpha.0
2 years ago
1.0.2-alpha.0
2 years ago
1.0.1-alpha.0
2 years ago