Greetings all,
I think TiddlyWiki is very cool and I am trying to adapt it my own needs but I am running into a snag and was wondering if I am missing something obvious due the gaping holes in my html coding knowledge/understanding or something else going on that is fixable.
I am trying to build a set of tagged Tiddlers and then use a filter to display the full tiddlers one after the other with minimal additional formatting applied to each Tiddler that matched the filter. I looked at the TW5 Magic site and, using
http://tw5magick.tiddlyspot.com/#Transcluding%20a%20full%20Tiddler as my guide, developed my current technique of:
1) Putting this line where I want the tagged items to be transcluded in expanded form (not just a list of the titles):
{{{[tag[some_random_tag]] ||expand}}}
2) Having an "expand" tiddler to be used as a TemplateTiddler consisting of:
#<$view field="text" /><br>
in order to make the result into a numbered list of my set of matched tiddlers with some space between each entry.
If I don't have the # (or * or whatever) in front and the tiddler matched by the filter is just plain text with no wiki markup, it works as I would like. However, if the tiddler has any markup, like hidden text or table formatting, the result is displayed as plain text with all the tiddler markup visible and not interpreted. If I subsequently cut and paste that resulting block of plain text into another tiddler, it shows up *exactly* how I would love for it to show up transcluded in the first place.
Is there a way to force the text returned by the {{{}}} transclusion to be interpreted as wikitext and not just inserted as plain text?
I have tried adding the various "format=" variations to my TemplateTiddler only to either have the html code (instead of wikicode) show up as plain text or my whole TiddlyWiki crash with recursion errors and become forever unusable since "expand" could not be deleted without crashing TiddlyWiki.
I would appreciate any pointers or advice or statements that I am abusing TiddlyWiki for purposes for which it was not intended.
Thank you,
/Mike