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.
- Host: GitHub
- URL: https://github.com/benbinbin/kindle2json
- Owner: Benbinbin
- License: mit
- Created: 2021-03-07T11:32:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T03:33:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T09:33:08.585Z (over 1 year ago)
- Topics: kindle, kindle-highlights
- Language: HTML
- Homepage: https://benbinbin.github.io/kindle2json/
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)