An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kindle Extractor

[![pages-build-deployment](https://github.com/ryanmccartney/kindle-extractor/actions/workflows/pages/pages-build-deployment/badge.svg)](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/).

![Screenshot](./docs/screenshot.png)

## 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`