http://copy.tiddlyspot.com
Have happy holidays,
AndrewHappy Connecting. Sent from my Sprint Samsung Galaxy S® 5 -------- Original message -------- From: Tobias Beer <[email protected]> Date: 12/16/2015 8:41 AM (GMT-07:00) To: TiddlyWiki <[email protected]> Subject: [tw] Re: Linking to files and folders. Hi again, I just tried that add on for Firefox and unfortunately it does not appear to work. As for that Firefox extension, perhaps you will need to (use a macro to) create the link elements in plain html, rather than use wikitext syntax possibly creating its own click handlers... title: $:/_my/macros/html-link tags: $:/tags/Macro \define a(href,pretty) <$reveal type="match" text="""$pretty$""" default=""><a href="$href$" target="_blank">$href$</a></$reveal><$reveal type="nomatch" text="""$pretty$""" default=""><a href="$href$" target="_blank">$pretty$</a></$reveal>\end I also downloaded and installed Node.JS and it still did not work. That won't make a difference. If anything might, it's TiddlyDesktop, but I'd be surprised if it does. Definitely worth a feature request. As for a slightly simpler workflow: Someone, I believe Andrew, once made a "copy button" that might facilitate your approach... try and search the groups for it. It copies a given string to the clipboard when clicking a button, e.g. like a symbol for an external link after the link text.I don't quite remember exactly how it worked. Anyhow, this would "reduce" the task to:click copy buttonWIN+E => open explorerF4 => focus address barCTRL+A => select allCTRL+V => pasteENTERIn other words, you could have a tiny <<ext>> macro that would render the link + the copy button: title: $:/_my/macros/ext-link tags: $:/tags/Macro \define ext(location,pretty) <$reveal type="match" text="""$pretty$""" default="">[ext[$location$]] {{$location$||$:/wherever/that/button/is}}</$reveal><$reveal type="nomatch" text="""$pretty$""" default="">[ext[$pretty$|$location$]]{{$location$||$:/wherever/that/button/is}}</$reveal> \end Best wishes, Tobias. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5d460e23-1d40-44d9-bb8d-33b97d94f256%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/u6ses00hrf8k77ba42wc9tkh.1450295628871%40email.android.com. For more options, visit https://groups.google.com/d/optout.

