Allow to use the browser's pdf viewer

The viewerjs library has some limitations. Sometimes PDFs are quite
blurry and some content is displayed scrambled. Switching to the
browsers build-in PDF viewer (for chromium and firefox) fixes this. So
while on mobile the viewerjs is the only working viewer, for desktop
use it might be desireable to use the browsers builtin viewer instead.
This commit is contained in:
Eike Kettner
2020-03-22 22:00:37 +01:00
parent 75ead33652
commit b265421a46
2 changed files with 28 additions and 3 deletions

View File

@ -19,6 +19,8 @@
increase in accuracy by about 10%.
- A due date that is found during text analysis is now set on the
item. If multiple due dates are found, the earliest one is used.
- Allow to switch between viewerjs PDF viewer or the browser's builtin
viewer.
### Configuration Changes