Hi all,
As per the docs, “For content aimed at mobile users, we suggest providing links to PDFs hosted externally or including internal links that allow users to download the PDF directly to their device.”
I have uploaded a PDF and used Chrome’s developer tools to extract the absolute hyperlink from the embedded viewer. The link begins “https://publish-01.obsidian.md/access/…”. However I am mindful that the link may not survive future server reorganisation, and it is a two-step fix.
I’m trying to address the issue for mobile Safari users only being able to see the first page of a PDF. I want to host the PDFs for posterity.
An alternative might be to use a separate external host for a single Obsidian folder, and keep all the PDFs in there, if the full hyperlink path is consistent. Are there any plugins that do that? Or perhaps I’m asking too much and I should just use an S3 bucket…
Your suggestions appreciated!