Hi Jeremy,
That, indeed, did the trick! It is all coming together in my head ...
slowly. Things work great now and compilation tiddlers are being populated
automagically when others are tagged ... wonderful.
Thank you kindly.
For the benefit of anyone else trying to do what I am doing, for the record:
To make a concatenated list of transcluded tables:
1) make a tiddler named "expandblock" containing <$transclude mode="block"/>
2) put {{{[tag[some_tag]] ||expandblock}}} where you want a blob of
expanded tables to go matching "some_tag"
To make a list of transcluded items:
1) make a tiddler named "expandlist" containing <li><$transclude/></li>
2) put <ul>{{{[tag[some_tag]] ||expandlist}}}</ul> where you want an
unordered list or
<ol>{{{[tag[some_tag]] ||expandlist}}}</ol> where you want an ordered list
of tiddlers matching "some_tag" to go.
/Mike
On Thu, Apr 17, 2014 at 11:24 AM, Jeremy Ruston <[email protected]>wrote:
> Hi Michael
>
> > <$transclude/> works with my list of formatted text case but the first
> case with concatenated tables, it doesn't.
>
> That sounds like the inline/block issue I mentioned above. Try:
>
> <$transclude mode="block"/>
>
> See:
>
> http://tiddlywiki.com/static/TranscludeWidget.html
>
> Best wishes
>
> Jeremy
>
>
>
> On Thu, Apr 17, 2014 at 4:22 PM, Michael Wiktowy <[email protected]>wrote:
>
>> Oops ... I spoke too soon. <$transclude/> works with my list of formatted
>> text case but the first case with concatenated tables, it doesn't. The case
>> where it works it the more important one. The table case would be a nicety.
>> I will play with a combination of <table> <td> <tr> tags to see if I can
>> coerce it to work the same way as lists.
>>
>> Back to the drawing board.
>>
>> /Mike
>>
>>
>>
>> On Thu, Apr 17, 2014 at 10:38 AM, Michael Wiktowy <[email protected]>wrote:
>>
>>> <slaps forehead>
>>>
>>> I thought that I had tried that initially but I guess not or maybe
>>> abandoned it due to not knowing the html tip ... anyway ... combining those
>>> two suggestions (<$transclude/> and html in the template rather than
>>> wikitext) gets me what I wanted.
>>>
>>> Thank you all so much for the guidance and for a nifty tool!
>>> /Mike
>>>
>>>
>>> On Thu, Apr 17, 2014 at 10:20 AM, Jeremy Ruston <[email protected]
>>> > wrote:
>>>
>>>> Hi Michael
>>>>
>>>> Try replacing <$view field="text" /> with <$transclude/>
>>>>
>>>> Best wishes
>>>>
>>>> Jeremy
>>>>
>>>>
>>> --
>>> Michael Wiktowy [email protected]
>>>
>>
>>
>>
>> --
>> Michael Wiktowy [email protected]
>>
>> --
>> 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 http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Jeremy Ruston
> mailto:[email protected]
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/RLp-xcmUrE4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>
--
Michael Wiktowy [email protected]
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.