tldr;
This is the best version of the repo to use if following my youtube tutorial. This updated version is more robust to parsing "My Clippings.txt" files (the file format can vary a bit depending on your Kindle's version/software).
sneak peak of future changes:
Checkout the anki branch in this repo which automatically imports Anki cards (using the Anki API) from your outputted csv files. Currently my script is hard coded based on my Anki decks and csv files, but I plan on abstracting those as config settings in setttings.json
, so anyone can easily export highlights directly into their desired Anki decks.
What's Changed
- Update parsing to cover 2 alternative formats for 'My highlights' by @AmmarShaqeel in #5
- Bump jinja2 from 2.11.2 to 2.11.3 by @dependabot in #3
- Bump pygments from 2.7.2 to 2.7.4 by @dependabot in #4
- Bump urllib3 from 1.25.8 to 1.26.5 by @dependabot in #6
New Contributors
- @AmmarShaqeel made their first contribution in #5
- @dependabot made their first contribution in #3
Full Changelog: r1.0...r1.1
Pending known issues:
Scripts seems to crash when run on Windows due to some particularities with 3rd party dependencies. See #1 for more info.