Well, turns out that I'm having troubles with a much simpler alias
than what I'd mentioned in the complicated post, "macro w/AliasPlugin
and parameter - can't figure out the bug".
I'm trying to use the advice provided earlier to apply a style by
using an alias. I agree that using the build-in TiddlyWiki syntax is
good because it enables nested style applications, but I very rarely
need those. And typing all those curly braces is just driving me
crazy; seems I always end up with them mismatched.
So I tried this suggestion for an alias:
<<alias rq "{{review-question{%0}}}">>
And I put the code in the SiteStartup tiddler. I think that tiddler
should be ok for alias definitions; I have the following alias defined
and it's working just fine:
<<alias em "<html>—</html>">>
But when I invoke the rq alias with the following code:
<<rq "Some question?">>
The output rendering is just all text with no style applied:
review-question{Some question?}}}
Any ideas?
-Monique
--
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.