Is it possible to list tiddler titles in a data dictionary tiddler, and 
then transclude just those tiddlers (using a template) somewhere else?   
And if so, how would one go about that?

Here is as close as I've gotten with a tiddler named QualificationsSummary:

\define linkup(link,idx) 
   <span id="$idx$_1"> <$view index="$idx$" />
   <sup><a href="#$idx$"><$text text="$idx$" /></a></sup>
   </span> 
\end

\define what()

   <$list filter="[suffix[$(thefilter)$]]">
      <h2><$link>Qualifications Summary</$link></h2>
      <$list filter="[<currentTiddler>indexes[]nsort[]]" variable=
"thisIndex">
          <$macrocall $name="linkup" link=<<currentTiddler>> idx=<<thisIndex
>>/>
      </$list>
   </$list>
\end

<$set name="thefilter" value={{!!tiddlerforqualificationssummary}}>
<<what>>
</$set>

field: tiddlerforqualificationssummary: 

And then it's placed in another tiddler: 

{{||QualificationsSummary}}

(with the field
"tiddlerforqualificationssummary" containing the title of the dictionary 
tiddler)

But this doesn't transclude a list of tiddlers from the dictionary using a 
template, which is what I would prefer.

Thank you,
   Andrew J. Leer

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7ae9bf15-e49e-41ec-818b-359b1899d943%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to