We need a core macro similar to the toc macro to transclude all hierarchical content

I just visited https://yaisog.tiddlyhost.com/. The tagstree has been renamed to descendants. The modified plugin now correctly outputs “t1.1”. It can replace kin.

The translink macro can replace the following “export” to generate a flattened single page.

Could you give me a link?

Try this, Check for updates and versions. TOC-macros Rewritten (+ a lot of new fuctionality) - Part 2

[quote=“pmario, post:39, topic:13467, full:true”]

Based on my attempts, the macro itself does not possess transclude functionality.

This macro can generate a TOC using any field. Thus, when combined with $list and translink, it facilitates the creation of flattened single pages.

I will just point out the original taggingtree and tagstree filter operators are still available and while only applying to a standard tag hierarchy like tiddlywiki.com’s content and toc macros it is simpler to use for this set of common cases.

I have not looked in detail recently but it is achieved through the list item template ie you can instead of displaying the title or caption of each tiddler in the list use a template to display each, this allows that template to be written to transclude the content or other fields, macros etc…

Understood.

ViewFieldTemplate is used to generate the display text for tree links. It does not have the capability to transclude all tiddler content to generate a flattened single tiddler.

This does not sound correct to me, but I have insufficient info as you what you are referring.

  • If you have a template you should be able display almost anything.