Vincent Schmandt

Results 18 comments of Vincent Schmandt

@ThibaultNocchi, I am willing to contribute on this as I would love to use this frontend but need audiobooks. Is there any open discussion? What needs to be discussed before...

~~I have the same issue. Was this resolved for any of you?~~ Issue was resolved for me by asking on twitter. I don't think that's optimal though. 😅

This might be entirely due to the PDF Viewer Library used which appears to be rather unmaintained. Perhaps switching to something like https://github.com/TaTo30/VuePDF might resolve the issue.

I see, I should have checked. Are there any plans to migrate to Vue 3 as Vue 2 seems to reach its EOL?

I see, makes sense. For Vue 2 https://www.npmjs.com/package/pdfvuer looks rather compelling ([demo](https://arkokoley.github.io/pdfvuer/)) and has a similar programming interface to what is currently used, though a feature to only show a...

After testing it out for a bit, it seems like pdfvuer would basically be a drop-in replacement without any of the issues. I can create a pull request, however my...

The linked PR is functional. Feel free to test it out and improve upon it, if you notice something that could be better!

Hi, I created a fork to do just that: https://github.com/vincentscode/regex-file-hider/ It is not quite done yet (RegEx cannot be added via the UI yet), but the base functionality does work!

Sounds good to me. The landscape of Vue 2 PDF libraries is rather abandoned as a whole unfortunately.

### My Solution Since I did not find any piece of code in the backend that would trigger such behavior, I assume that the problem is on the client side...