mammuth / kindle-clippings

:books: Web application for managing your kindle highlights
http://reading-notes.com
GNU General Public License v3.0
155 stars 13 forks source link

Allow importing generic highlights, maybe even via API #8

Open mammuth opened 5 years ago

mammuth commented 5 years ago

It might be useful to support other import formats like blank-line separated quotes in a text file.

Design hint: Might make sense to use polymorphic models?

Import sources:

mammuth commented 5 years ago

I just implemented the possibility to import text files where highlights are separated by blank lines (I used such a format in my pre-kindle times).