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

https://github.com/benbinbin/kindle2json

Parse Kindle Highlight notes (HTML format files) to JSON format files.
https://github.com/benbinbin/kindle2json

kindle kindle-highlights

Last synced: 3 months ago
JSON representation

Parse Kindle Highlight notes (HTML format files) to JSON format files.

Awesome Lists containing this project

README

          

# Introduction
[Kindle2JSON](https://benbinbin.github.io/kindle2json/) is a module of [BookMate](https://github.com/Benbinbin/BookMate). This module aims to convert the Kindle Highlight (HTML files export from Kindle mobile App) to to JSON format files.

you can checkout the core parsing [code](./parse.js), which refer to the [kindle-email-to-json](https://github.com/sawyerh/kindle-email-to-json/blob/main/Converter.js) created by [@sawyerh](https://github.com/sawyerh).

**Inspire by**:

* [How I export, analyze, and resurface my Kindle highlights](https://medium.com/@sawyerh/how-i-export-process-and-resurface-my-kindle-highlights-addc9de9af1a)

**Power by**:

* [Vue.JS](https://vuejs.org/) - building user interfaces
* [Tailwindcss](https://tailwindcss.com/) - a utility-first CSS framework
* [FileSaver.js](https://github.com/eligrey/FileSaver.js/) - saving files on the client-side
* [Bootstrap Icons](https://icons.getbootstrap.com/) - open source icon library

## LICENSE
[MIT](./LICENSE)