-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only partial import & no notes? #2
Comments
Hello! Unfortunately, notes were not in my mind while I was developing this plugin. I could add this feature request in the TODOs. About highlights, can you provide more info? For example
Thanks |
Yes please add it to TODO if possible, I can see all the highlights from individual books, but not all the books with highlights. None are in PDF, it is all Epub for me (or in some cases the kobo proprietary epub format |
So, something goes wrong with some book "types" ... At this point, you could check by yourself why some books are not considered during the extraction ( the whole process revolves around this query ) I can help you from here if you need support in doing this. ( I didn't want to inspect your sqlite DB beacuse I don't want you to share it publicly... ) |
I will play around with the query. If i Need help I will ask. Thanks again for the plugin, |
You are welcome to my DB if it helps you, Is there a non public way to get it to you? I see nothing out of the ordinary in the query, but I am not well versed in SQL, it has been a long time since I did anything with that. I see no error or anything to explain why it caps at 70 |
Unfortunately there is no way to send direct messages to Github users, the only way to communicate is through projects. There is something wrong with my query because I built it looking only on my specific database... Other tools, such as this one, might help you to extract all highlights, but without metadata I was mentioning before. Can you please check if using this tool you could extract all your highlights? |
I am not sure the issue is in the query per se, but then again there should not be a difference in the DB structure between two kobo's to account for the difference in output. |
Yes I agree with you, DB model should be the same among devices. Okay, the only way left to understand what's happening is to inspect data... Without sharing the whole sqlite file, could be ok if you provide only
in Before doing this, check if no sensible data goes in your outputs. Remember that you're doing this at your own risk, I don't take any responsibility. |
@bitwiseops I think the IDs used to join the 2 tables should be
With this query, I was able to retrieve more highlights. Retrieving the note is a matter of adding |
General update: this is on my list to try and implement in my fork :) context: obsidianmd/obsidian-releases#1110 |
Improvements that came from debugging partial import on Windows. The issue itself is still not solved. Relates to: - bitwiseops#5 - bitwiseops#2
This fixes issues: - bitwiseops#4 - bitwiseops#5 - bitwiseops#2
The partial import issue has been fixed in 1.2.0! |
Notes export is now included in 1.3.0. @bitwiseops if you could please close this one as well 🙏🏾 |
My highlights are only partially imported (about 50 books with highlights) and notes are not visible at all? Still very happy that I now have a direct way and interested in where the plugin goes from here!
The text was updated successfully, but these errors were encountered: