johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
6.43k stars 296 forks source link

Readwise Support #926

Open johndzxu opened 2 years ago

johndzxu commented 2 years ago

Is your feature request related to a problem? Please describe. I'm sometimes frustrated that Foliate is not integrated, like Kindle is, into the Readwise environment (a digital highlight review system).

Describe the solution you'd like Readwise support through Readwise API, so that Foliate users can automatically sync their Foliate highlights into Readwise.

Describe alternatives you've considered I haven't thought of any alternative features that could achieve the same thing.

Additional context Popular reading platforms that support readwise include Kindle, Apple books, Moon+ reader, Instapaper and many more. So I think it would be great if Foliate can be integrated into the Readwise system.

johnfactotum commented 2 years ago

Worth pointing out that you might be able do this quite easily with your own script. Just list all the .json files created by Foliate in the data directory and check their modified date. If there are files modified since last update, push them to Readwise. Because that's basically what Foliate would do if such a feature were built into it.