I am trying to build a url dynamically with aliasplugin and
matchtagsplugin.
Some tiddlers get tagged with "portfolj" (portfolio in Swedish)
others get tagged with "skuggportfolj" (shadow portfolio)
I want to get the text from the tiddlers separated by |
so I have done
<<alias morningstar {{"http://customer.morningstareurope.com/se/
folksamweb/comparefund/default.aspx?cid=
\<\<matchTags %0 %1 %2\>\>,
\<\<matchTags %0 %1 %3\>\>
&onlyclient=1&clientattributes=127"}}>>
and then I use
<<morningstar %3 | portfolj skuggportfolj>>
The result is
http://customer.morningstareurope.com/se/folksamweb/comparefund/default.aspx?cid=
<<matchTags %3 | portfolj>>,
F0000006AS
&onlyclient=1&clientattributes=127
The second matchTags gets called but not the first one. What am I
doing wrong? Also, I want the whole url to link to the Internet, but
now one part links to the Internet, another part links to a tiddler
and parts inbetween are not linked.
Daniel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---