Are you two suggestions HTML code?
Don't know what an iframe is?
What is purpose of target "blank"
Second solution opened a new FF tab and not another separate window and FF could not open the pdf.
Firefox doesn't know how to open this address, because one of the following protocols (c) isn't associated with any program or is not allowed in this context.
You might need to install other software to open this address.
Firefox doesn't know how to open this address, because one of the following protocols (c) isn't associated with any program or is not allowed in this context.
You might need to install other software to open this address.
hmmm... are you using an old version of firefox or on a corporate network? Firefox is supposed to be able to open pdf's by default now. There is some more information here, with some alternative solutions.
<a href="https://dl.dropboxusercontent.com/u/83055414/booktemplate.html" target="blank">My Link</a>
If the files have a url it's easy to link to them. When I make a google-drive or dropbox file public, I get a url like "https://dl.dropboxusercontent.com/u/83055414/booktemplate.html"I can make a TW link to it like this:<a href="https://dl.dropboxusercontent.com/u/83055414/booktemplate.html" target="blank">My Link</a>
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
I appreciate all the advice - possibly what I am envisioning is not possible and that leads to a 2nd question - let me try the 1st question one more time - can I link to a file via TWC and have it open in a separate window? I don't think this is possible. If I wanted to link to a *.doc WORD document, and have the link open the doc in MSWORD, a separate window, can I do this?
I think I am being told no. Some files - such as pdf - can be opened in an iframe or even a second tab (in FF at least) but the browser needs to have the capability to process the file type. Is that correct? I think I can link to other html files and have them open as a tiddler or even in a different FF frame. But if the browser cannot process the file type, not html or pdf, I cannot link to the file and have it open?
My 2nd question is in here somewhere. In the current wiki I use (NOT TWC) I can link to an excel spreadsheet with a link such as http://libraries.xx.com/download? fileid=204568254101&entity_id=865987210&sid=101. The spreadsheet was previously uploaded to the library and the software there apparently gave it this url. Protocol is Hyper Text Transfer Protocol and type is COM/DOWNLOAD File. So the second question is basically can I create such a library and store files to which I link in a form so that they can be opened in a window driven by the exe that can open the file? And can I do this on my local PC?
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/f9tg6FlHVpg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
I got this to work:
<a href="file:///C:/Users/Richard/Videos/OPEN%20HOUSE%20R1.mp4" target= "blank">video2</a>
Is this what you meant?
I am not sure why there is no pipe and there is a colon or two, so it seems somewhat arbitrary as to what works and doesn't.
[ext[pretty link text|file URI]]
[ext[Bambandyanalo|/media/files/Document Library/bambandyanalo.pdf]]
[ext[Bambandyanalo|./bambandyanalo.pdf]]
A friend of mine noticed that there was no current standards document describing how the file:// protocol was supposed to work, and proposed making one. Other standards people basically told him that it would be impossible to describe current practice, so don't even try. I think he did try for a while anyway, but eventually he ran out of steam :)