Hello,

I'd like to use en "extended" version of the slider macro, allowing to
pass arguments like $1, $2, ... like in the tiddler macro.
To be precise, I'd like to be able to write something like this :

<<slider chkslider  [[SliderTiddler##content with:"$1"]] "test"
"test">>

The section !content inside SliderTiddler contains a call to a tiddler
macro :
<<tiddler Tiddler with:"$1">>

I know it's a bit complicated, but it seems to me that maybe a hack is
possible on the core function 'config.macros.slider.handler' using a
piece of code of 'config.macros.tiddler.transclude' to deal with $1,
$2, ...
Or maybe I'm wrong ...

Thanks for any advice !

FrD

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to