Rostislav Roznoshchik

Results 8 comments of Rostislav Roznoshchik

Thanks @Artaud, I'll try to play with this and see how it works. I think my biggest concern is how it would work on mobile, but I guess that should...

Looking at this closer, [pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX) does seem promising, but it's not a python package. Which means to use it on Heroku where I'm currently hosting the app, would require some...

I was able to get pdf2htmlEX running on the docker container, but it's not working with some of the pdfs. Likely some missing font libraries. But on closer look I...

Think this can likely be solved by doing the following. 1. Adding an env variable such as `UPLOAD_IMAGES=1` 2. Keeping the upload to Amazon code behind an `if os.environ.get('UPLOAD_IMAGES'):` 3....

This is actually easier than other kinds of imports. I'm assuming this is a total export of all data that needs to be imported back into a local Lurnby yeah?...

There is one difficult part of this which is that it's not guaranteed that the highlight will be able to keep the reference to it's counterpart in the actual article...

Perhaps the issue above isn't so complicated though. We have 1. Article text 2. Original highlight_id 3. New unique highlight_id If when importing we determine that a highlight can't be...

No unfortunately. I have been too busy to be able to do anything on this and the readwise team has been killing it, so it hasn't felt like there was...