No "Save file"-Popup in iframe possible?

Context

I use a reMarkable tablet for taking longhand notes. The PDFs generated by the tablet can be downloaded to a computer via a browser interface, with the IP address http://10.11.99.1/ pointing to the reMarkable, which must be connected via USB. Similarly, PDFs can be uploaded to the tablet via the same interface.

What I’m trying to do

I’m trying to embed the web interface for my reMarkable into an Obsidian note. I have successfully used an iframe, which allows me to view the file system of the tablet, as well as upload files (which works via drag&drop). Only downloading files does not work, because whenever I click the “Download”-button, the “Save file”-dialogue does not show. Is there a way to make it show up? Or to set a default location and have it download without the dialogue?

What my note looks like

<iframe src="http://10.11.99.1" border=0 frameborder=0 width="100%" height="1000px" allow="fullscreen" sandbox="allow-popups allow-scripts allow-modals allow-downloads allow-popups-to-escape-sandbox"></iframe>

I’m using Obsidian 0.12.15 on Ubuntu 21.04.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.