seadude
07/27/2022, 10:14 PMScriptAutomate
07/27/2022, 10:37 PMXanaus
07/29/2022, 1:33 AM.org
in the future?bitNomad
07/29/2022, 1:54 AMbitNomad
07/29/2022, 1:55 AMd1onys1us
07/29/2022, 8:57 PMd1onys1us
07/29/2022, 8:57 PMkevins8
07/29/2022, 9:39 PMIvan Evtukhovich
08/01/2022, 9:32 AMJoshi
08/01/2022, 9:32 AMNULL
08/02/2022, 5:08 PMNULL
08/02/2022, 5:08 PMNULL
08/02/2022, 5:08 PMBill M
08/03/2022, 1:13 PMSaine
08/03/2022, 2:08 PMBill M
08/03/2022, 2:11 PMSaine
08/03/2022, 2:13 PMBill M
08/03/2022, 2:14 PMhikchoi
08/03/2022, 2:22 PMBill M
08/03/2022, 2:22 PMhikchoi
08/03/2022, 2:25 PMCoffeeling
08/03/2022, 3:59 PMd1onys1us
08/03/2022, 5:20 PMd1onys1us
08/03/2022, 6:12 PMScriptAutomate
08/03/2022, 9:01 PMnotes/assets/*
- Reference in your note like this:
html
<iframe src="/assets/pdf-example.pdf" width="100%" height="500px"></iframe>
Embed example instead of iframe:
html
<embed type="application/pdf" src="/assets/pdf-example.pdf" width="100%" height="500px" title="Example PDF">
Alternately, if wanting it to not appear with PDF settings/buttons for things like downloading, can embed with #toolbar=0
appended to end of PDF link (depending on browser, may or may not work differently - Chromium for me seemed to recognize that it should render differently for me, but not Firefox):
html
<iframe src="/assets/pdf-example.pdf#toolbar=0" width="100%" height="500px"></iframe>
I believe src
can also be a url to a PDF hosted elsewhere, in case not in local vault, tooScriptAutomate
08/03/2022, 9:12 PMScriptAutomate
08/03/2022, 9:27 PMd1onys1us
08/04/2022, 1:00 AMScriptAutomate
08/04/2022, 1:56 AMd1onys1us
08/04/2022, 1:57 AM