https://github.com/thaddeusjiang/anki
Importing the highlights of book from kindle into Anki
https://github.com/thaddeusjiang/anki
anki elixir elixir-lang kindle kindle-highlights
Last synced: about 1 year ago
JSON representation
Importing the highlights of book from kindle into Anki
- Host: GitHub
- URL: https://github.com/thaddeusjiang/anki
- Owner: ThaddeusJiang
- Created: 2019-10-27T10:21:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T13:56:01.000Z (over 6 years ago)
- Last Synced: 2025-05-08T01:13:41.669Z (about 1 year ago)
- Topics: anki, elixir, elixir-lang, kindle, kindle-highlights
- Language: Elixir
- Homepage:
- Size: 575 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to anki 👋
> Importing the highlights of book from kindle into Anki
## Getting Started
```sh
mix deps.get
mix escript.build
```
## Usage
1. Exporting highlzight from kindle?
1. open kindle app(if you didn't install it, install it)
2. open a book which you want to export
3. open your word book, and share to your email.
then you get a html file.

2. run `anki`, generate `out.txt`
```sh
$ ./anki file.html
// out.txt
```
3. Importing into anki
1. open Anki for Mac
2. open File > Import, and chose `out.txt`
3. chose your deck and import

## Author
👤 **Jifa Jiang**
- Twitter: [@ThaddeusJiang](https://twitter.com/ThaddeusJiang)
- Github: [@ThaddeusJiang](https://github.com/ThaddeusJiang)
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_