Folks,

I am using TiddlyDesktop to launch apps from a button

Part if this code is
<$list filter="[has[desktop-link]]">
   <$list filter="[is[current]get[desktop-link]] ] -[has[draft.of]]" 
variable="link">
      <a title={{!!tooltip}} href=<<link>> ><$transclude tiddler=<
<currentTiddler>>/></a>
   </$list>
</$list>
in the above an svg file has a desktop-link field with the 
file://path/executable.exe, it displays the image and you click it to open 
the app.

Clicking on the button or a link the application opens on my desktop. Great 
so far.

*I would like to find an Action equivalent of a click on a link, so I can 
create a Button to open multiple apps in one click.*
This should also hold true for a list of urls

Any suggestions would be appreciated.

*Running batch/command or other scripts*
I know bob permits this however I am trying to simplify if for single file 
wikis on TiddlyDesktop
This does not work when the file is a batch file, thus the next item
I could launch an executable that runs the batch file but I can't pass any 
parameters to the links, so the only option I see is to write batch files 
and convert them to exe's which is time consuming and needs to be done 
every time.

*Passing parameter with a file: link*
html allows for passing information on the urls but is there a way to pass 
parameters on the file: link?

Thanks if you have anything to suggest
Tony

-- 
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/7a5f1b15-ab33-40d0-92f9-99b7af4a3123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to