I created a link to an external image manually (and Now to demonstrate my lack of true understanding):
My setup:
I am using TW5 version 5.1.13 stored in Dropbox and a laptop running macOS Sierra version 10.12.4 that links to the TW5 files using TiddlyDesktop version 0.0.8
My TW5's are kept in Dropbox folder ./Dropbox/TW5/
My Images are kept in Dropbox folder ./Dropbox/Images/ (contains lots of JPEG's and PDF's)
ImageWidget - don't understand it - ImageWidget and ExternalImages documentation from (5.1.14 Pre-release) re: the _canonical_uri field - really needs a basic example for me to follow and copy
Place this in the body of a text tiddler: [ext[Picturename|../Images/Picturename.jpeg]] - This creates a link that would show me the image if I clicked on it
Create a new tiddler with no body text, just a title, tiddler type "image/jpeg" and a field: _canonical_uri with the value ../Images/Picturename.jpeg
The Link [ext[Picturename|../Images/Picturename.pdf]] does create a link, but clicking the created link does nothing - I have tried changing my default "opens with" program from Adobe Acrobat Reader to Preview - still doesn't work for PDF's
I also tried a new tiddler with no body text, just a title, tiddler type: "image/pdf" and a field: _canonical_uri with the value ../Images/Picturename.pdf - but I think tiddler type: "image/pdf" is not accepted (it would be nice if this worked just like "image/jpg"...)
I also tried a new tiddler with no body text, just a title, tiddler type: "application/pdf" and a field: _canonical_uri with the value ../Images/Picturename.pdf - but this renders a blank frame
I also tried Method 1 from http://tobibeer.github.io/tb5/#Embedded_External_PDF - but I don't understand step 3: "as needed, embed in another tiddler via PDF Tiddler Title" - maybe I need that?
I also tried Method 2 from http://tobibeer.github.io/tb5/#Embedded_External_PDF - I imported a macro titled "$:/.tb/macros/pdf" and tagged "$:/tags/Macro" - but I can't figure out where I am supposed to put <<pdf "http://bit.ly/18mukKq">> - either into
../Images/Picturename.pdf<<pdf "http://bit.ly/18mukKq">> is just an example I am not supposed to be typing anywhereP.S. I do not want to convert my PDF's to JPEG's (too many of them and other people/software are looking for PDF's)
I am considering removing Adobe Acrobat from my laptop in case it is overriding my "opens with" preferences...
I also tried a new tiddler with no body text, just a title, tiddler
type: "application/pdf" and a field: _canonical_uri with the value ../Images/Picturename.pdf - but this renders a blank frame[img[Picturename|../Images/Picturename.jpeg]]the _canonical_uri field - really needs a basic example for me to follow and copy
If it doesn't work, perhaps try a different browser?
For images, this should work:[img[Picturename|../Images/Picturename.jpeg]]
AFAIK, the [ext[xxx]] syntax only creates links.
@Mark S.
<a href="./Picturename.pdf" rel="noopener noreferrer">Picturename.pdf image link</a>