paperboi / kindle2notion

Export all clippings from your Kindle device to a database in Notion.
https://pypi.org/project/kindle2notion/
MIT License
886 stars 120 forks source link

[enhancement] Sort using page number and location #33

Open theneo13 opened 3 years ago

theneo13 commented 3 years ago

When we go back to the book which we have already read and then make new highlights, they ##are populating at the end of the Notion pages. So it would be great, if it is possible to sort the highlight snippets using page number and location.

paperboi commented 3 years ago

Hey, thanks for bringing this up! I had been caught up with some work earlier and this would be pretty complex to implement so had kept it pending forever. Basically, I'd need to restructure the existing code and store all clippings in a seperate JSON structure to fetch from when needed.

Will look into it later this week and write a solution.