I want to navigate to a Tiddlers (I will have hundreds) with a naming
convention where the file will always be named :
aaa.thisisalwaysthesame.com/ where aaa is a variable field in the
larger tiddler from which i am navigating from... hm I hope that made
some kind of logic.... anyway, I have this...
<<LaunchApplicationButton "Launch AAA" "Launch" "C:\Program Files
\Internet Explorer\iexplore.exe" {{DataTiddler.getData
("Tiddler","variable")}}.thisisalwaysthesame.com/>>
and it works!, sort of... explorer launches, and goes to:
http://000%20.thisisalwaysthesame.com/
where is the %20 coming from, and how do i get rid of it?
I am clueless. I think it means a space, but i dont have a space to
delete. I have also checked to make sure the field it is pulling in
does not have a space. It does not.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.