Hi Måns,
So, essentially, what you really want is to not only to be able to
specify a tiddler that is rendered into the popup but also to hand
down some parameters as you would when using transclusion with
(evaluated) parameters. Something that might look like...
<<popup "open this" template:"injected" tiddler:"SomeTid"
params:"%title% %modified%" >>
...which, abstractly speaking, translates to: render <<tiddler
injected with: {{SomeTid.title}} {{SomeTid.modified}}>> into a popup
opened by a button called "open this", right?!?
Cheers, Tobias.
--
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.