You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindle has a weird system of producing the metadata for clippings. Digging through my personal copy, I find there are two main formats that it follows, one that the parser allows for. The other format is:
- Your <type> at location <startloc>-<endloc>| Added on <day>, <date> <month> <year> <HH>:<MM>:<SS>
I have tried to fix this using this regex, and will try to open a PR by the end of this week to fix this. Do check the regex and try to break it.
The text was updated successfully, but these errors were encountered:
Kindle has a weird system of producing the metadata for clippings. Digging through my personal copy, I find there are two main formats that it follows, one that the parser allows for. The other format is:
I have tried to fix this using this regex, and will try to open a PR by the end of this week to fix this. Do check the regex
and try to break it.The text was updated successfully, but these errors were encountered: