KindleClippings icon indicating copy to clipboard operation
KindleClippings copied to clipboard

Extract kindle highlights into organised text files

Results 5 KindleClippings issues
Sort by recently updated
recently updated
newest added

I modified the source so it takes the exact input instead of the input + /documents/. Also, I would change the "/Volumes/Kindle" to "./" to have it working in every...

Add support to Spanish book titles instead of erasing the accented vowels: ![imagen](https://user-images.githubusercontent.com/8595185/187313176-6b9229da-34e3-4181-b12e-602aa187304f.png)

Currently this has been tested on python 3.6 on macOS, but I have not yet had the chance to test on python 2 or Windows.

help wanted

New to python but I think it's having issue decoding Chinese, need encoding="utf-8" maybe?: Error: return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 121: character maps to

Is it possible to make any modifications to this code so that it can maybe interact with notion API and upload the kindle highlights directly to my library on Notion?...