On Wednesday, January 29, 2014 6:05:03 PM UTC-8, A H wrote: > > I have a document in c:\school\documents\syllabus.pdf > I have my tiddlywiki5 in c:\school\tiddlywiki.htm > > I enter > [[Syllabus|documents\syllabus.pdf]] or use any combinations of forward > slash, back slash, with "file:" ,without ; > > All this does is open a new tiddler. Using file import results in one > long page of gibberish. > It will open if i use this > > [[Syllabus|file:///c:\school\documents\syllabus.pdf]] > > But that does not make it verstile or portable. > > I have tried Firefox, IE, Chrome, and tiddlywiki as an hta. >
According to the TW5 Roadmap (see http://tiddlywiki.com/static/RoadMap.html), external links to images and other files is not yet completed: "... [img[url]] for remote image embedding, and [ext[url]] for explicit external links..." Fortunately, one of the features of TW5 is the ability to freely mix TiddlyWiki and HTML formatted syntax within your tiddler content. Until "[ext[url]]" is implemented, you can always embed a relative link using HTML syntax, like this: <a href="documents/syllabus.pdf" target="_blank">Syllabus</a> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios EVERY DONATION IS IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

