noembryo/KoHighlights

Include Chapter Titles But Only Once Per Chapter (not on every annotation)

AaronKnowls opened this issue · 6 comments

When exporting markdown directly from KoReader, it groups the highlights with the titles of the chapters, which I find quite useful.

Example:

The Molecule of More
##### Daniel Z. Lieberman, Michael E. Long
## Chapter 1 LOVE
### Page 35 @ 01 March 2022 05:19 PM
*The scientists who...

Being able to do that with this brilliant plugin would be fantastic.

I would love to add this too, but unfortunately it is not possible, since I don't really render the book as KOReader does.
I just parse the metadata file, and it has no Chapter information for the highlights.

I would love to add this too, but unfortunately it is not possible, since I don't really render the book as KOReader does. I just parse the metadata file, and it has no Chapter information for the highlights.

I understand. Thanks!

Actually, looking at some newer metadata files, I noticed that there is a chapter value for every highlight. 🤦‍♂️
That means that it might be added to the next release.. 😉

Actually, looking at some newer metadata files, I noticed that there is a chapter value for every highlight. 🤦‍♂️ That means that it might be added to the next release.. 😉

That's brilliant!!! Thank you so much for not giving up on this :)

Added on v.1.7.0.0..

Wow, you made my day noembryo!