https://github.com/ryanmccartney/kindle-extractor
Extract notes from kindle devices
https://github.com/ryanmccartney/kindle-extractor
kindle kindle-clippings kindle-highlights kindle-notes
Last synced: 4 months ago
JSON representation
Extract notes from kindle devices
- Host: GitHub
- URL: https://github.com/ryanmccartney/kindle-extractor
- Owner: ryanmccartney
- License: agpl-3.0
- Created: 2025-03-07T12:28:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T10:57:53.000Z (4 months ago)
- Last Synced: 2025-06-21T11:29:51.427Z (4 months ago)
- Topics: kindle, kindle-clippings, kindle-highlights, kindle-notes
- Language: JavaScript
- Homepage: https://ryan.mccartney.info/kindle-extractor/
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kindle Extractor
[](https://github.com/ryanmccartney/kindle-extractor/actions/workflows/pages/pages-build-deployment)
Upload your `My Clippings.txt` files and have them parsed.
Built with React and Mantine. Runs entirely in your browser, no need to send your notes to someone else's service
Try it out at [ryan.mccartney.info/kindle-extractor](https://ryan.mccartney.info/kindle-extractor/).

## Todo
* Download notes for each book - Added in `v1.1.0`
* Upload a `.docx` and attempt to match highlights and notes to it, allow downloading again afterwards## Development
* `git clone https://github.com/ryanmccartney/kindle-extractor`
* `cd ./kindle-extractor`
* `npm i`
* `npm run dev`## Deploy
* `npm run build`
* `npm run deploy`