"Just" here is doing a lot of work! :-)

What happens if the user needs to read the docs in order to understand how 
to make them?

A Catch 22. How can they know how to make the document without the document 
that explains it being made? :--) I'm semi-serious.

Best wishes
Josiah

On Monday, 27 May 2019 20:54:59 UTC+2, SylvainComte wrote:
>
> 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/6bd63572-cac9-4461-905f-37f3a21406b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to