You may just transclude all tiddlers in one single tiddler with something like

<$list filter=[all[tiddlers]]>
   
!! {{!!title}}

{{}}
</$list>

And then export the tiddler.

It will be very messy and some print styling is recommended.

You may also get inspiration with TiddlyPac : I made a modification of 
viewtemplate with a recursive macro included (sorry it's in French). Be careful 
with recursions.

https://know-rmandie.frama.io/TiddlyPAC/tiddlyPAC-Normandie.html#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbody:%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbody%20%24%3A%2Fpac%2FmacroChapitre%20%5B%5BPorter%20%C3%A0%20Connaissance%5D%5D

You may also work on an adaptation of toc macro 
https://tiddlywiki.com/#%24%3A%2Fcore%2Fmacros%2Ftoc

Change toc-caption to include text transclusion

\define toc-caption()
<$set name="tv-wikilinks" value="no">
  <$transclude field="caption">
    <$view field="title"/>
  </$transclude>

  <$transclude field="text" />
  
</$set>
\end

Hope this may help

Sylvain
@sycom

-- 
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/02b92937-c5ef-4ae1-8645-6413796005fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to