noembryo / KoHighlights

KOHighlights is a utility for viewing KOReader's highlights and/or export them to simple text, html, csv or markdown files.
MIT License
128 stars 5 forks source link

KoHighlights as database? #4

Closed konjski-tramvaj closed 5 years ago

konjski-tramvaj commented 5 years ago

Is there a possibility to re-invent KoHighlights not just as utility to view/save highlights but as utility that can save highlights unto itself. That way every time we open KoHighlights we can browse our highlights without connecting device.

Much love from 📚 friend

noembryo commented 5 years ago

You can always combine all your highlights to an html (or text) to view them later. (o;

Do you mean that you would like to save lets say, an sqlite database file somewhere and then open this file with KoHighlights instead of browsing a folder?

Edit: Or, you mean to have a main database that you can save some selected highlights for later view/browse?

konjski-tramvaj commented 5 years ago

I mean that every time that user loads folder with books read in Koreader that the KoHighlights automatically makes a copy of highlights file unto itself, storing that files in itself [like auto import(without user interaction)]. There is similar tool but only for Kindle; https://kmate.me/ it has auto import and defined words (dictionary) lookup.

noembryo commented 5 years ago

So basically you would like the main database concept (from what I can understand from the Kindle Mate).

I don't like much the "automatically" importing of everything, because it will also slow down the loading for people that don't use the db. Adding all the books to database could be as simple as "Select All" and "Add to Database"

Also because the UI of KoHighlights is different, you have to have a way to show the database or the actual books you are browsing.

Any thoughts?

konjski-tramvaj commented 5 years ago

Yes, auto-loading could be a feature(if there is need for that) but I agree that would be a nuisance. Regarding UI maybe add one vertical part for the database and imported books (tree). As I understood you can use KoHighlights to sync two devices; maybe add a column from which device highlights are from?

noembryo commented 5 years ago

There is no info in the metadata of a book for the device that is in, so I can't have this. KoHighlights can sync two books, not devices, and to do that you have to load both of them at the same time.

I'm thinking more in the terms of adding a third "view" (other than "Books" and "Highlights") that would be similar to the "Books" one but using the db.

konjski-tramvaj commented 5 years ago

Thanks for clarification. Third view could be very good.

noembryo commented 5 years ago

Archive view is added. If you have Python (and the other dependencies of KoHighlights) you can check the current source. I have to test it a little more and decide some things before the binary releases.

Edit: In Linux you must install the libqt4-sql-sqlite package too.

konjski-tramvaj commented 5 years ago

Archive view is added. If you have Python (and the other dependencies of KoHighlights) you can check the current source. I have to test it a little more and decide some things before the binary releases.

Edit: In Linux you must install the libqt4-sql-sqlite package too.

👍 will try to test it today, thanks so much 😉

noembryo commented 5 years ago

From v1.0.0.0 and later, there is an "Archived" mode.