I don't know if anyone else builds things like I do - with a ton of dynamic
tables and branched lookups, but I use this pattern all the time:
\define macrotobuildfilter() ...
<$wikify name="macrotobuildfilterwiki" text=<<macrotobuildfilter>>>
<table>
<$list filter=<<macrotobuildfilterwiki>>>
...
</$list>
</table>
</$wikfiy>
That's just with one, but usually I have a few nested ones. In fact I'll go
so far as to say that more than half of the time I use a macro, I have to
wikify it before use as it's being used as a parameter for something else.
I've often thought of how great it would be to have that wikification done
in the same step - maybe with triple brackets like <<<wikified macro>>> ?
Similarities to the {{{...}}} notation in a way.
Is this possible? I see some other threads on additional parser rules, so
thought it might be a good time to bring up.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a0aff5bb-2aa3-4bc0-8094-72cf07c550a8%40googlegroups.com.