Matyas Albert Nagy
Matyas Albert Nagy
I've created a small hack (quick solution for own deployment) to be able to view pdf attachments as embedded documents in a page. # "Installation" Add the following script to...
Created a more userfriendly version. Code & Readme at: https://gist.github.com/albertmatyi/7c23a679a4a81c61c3628f6c15480b76 1. Toolbar button  1. Popup dialog:  1. Edit mode PDF placeholder  1. Embedded PDF 
I've just updated to `2.2.6` and the UI became responsive. We've been on `2.2.1` and sometimes the UI came to a halt, couldn't access projects, or was really slow.
~~This issue still persists with chromium 113 used for rendering. When manually using Chromium 113 to render PDF with footer/header the PDF comes out w transparent background~~ ~~... though inspecting...
+1 AND: why is the documentation stating [_"Mountpoint also supports appending to existing files."_]( https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md#reading-and-writing-files:~:text=Mountpoint%20also%20supports%20appending%20to%20existing%20files.) ? Testing shows: ``` # echo "hello1" > ./test.txt # echo "hello2" >> ./test.txt #...