Thanks Jed, will look at it!

On Thursday, December 22, 2016 at 1:07:22 PM UTC-6, Jed Carty wrote:
>
> You can do what you want to do, I made some pretty complex output things 
> from tiddlywiki to automatically generate some code for a job I did a while 
> ago. You don't have to stick to the example used on tiddlywiki.com so you 
> can change the content of the renderContent macro to be whatever you want. 
> This is a test I made on tiddlywiki.com to make sure I remembered it 
> correctly.
>
> This works:
>
> \define renderContent()
> <$list filter="""$(exportFilter)$""">
> <br>
> <<currentTiddler>>
> <br>
> <$list filter='[tag<currentTiddler>]' 
> template='$:/core/templates/plain-text-tiddler'/><br>
> </$list>
> \end
> <<renderContent>>
>
> Hopefully you can modify that to whatever format you want.
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e2258730-5147-47fe-8fa2-7cae0b3e1fcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to