A project you may wish to start.

The TOC macros use recursion to find every possible member of the resulting 
tree. Recursion is one macro "A" calls another "B" which calls itself "B

If you only want three levels displayed perhaps make you own set of macros 
eg in one tiddler - 
\define top()
\define middle()
\define bottom()

The meaning of current tiddler changes for each level.

Top lists the items tagging the current tiddler and calls middle for each 
of these tiddlers,  Middle then list all items tagging the current tiddler, 
and calls bottom for each of them. Bottom then list all items tagging the 
current tiddler but does not call any deeper level.

I can give a full solution later if you do not want to use this as a 
learning opportunity.

Regards
Tony

On Thursday, 4 October 2018 07:36:18 UTC+10, [email protected] wrote:
>
> I have been using TiddlyWiki 5 for a few years now, and I have always used 
> a hierarchal structure of tags. I am now coming to the point where I have 
> enough sub-levels of tags, it feels like I have to scroll more horizontally 
> than vertically.
>
>
> One of the things I really like about TiddlyWiki is that tags can be just 
> another level of tiddlers, and I would quite like to retain that ability to 
> click on a tag and jump to the parent tiddler right away. Unfortunately, 
> this system has resulted in an ungainly table of contents.
>
>
> I would like to ask if there is any way to hide or deactivate parts of the 
> right bar table of contents after a certain level, or hide certain tags 
> specifically.
>
>
> For example, if my TOC looked like this:
>
>
>
>    - 
>    
>    Item 1
>    - 
>       
>       Subitem 1
>       - 
>          
>          Extra 1
>          - 
>          
>          Extra 2
>          - 
>          
>          Extra 3
>          - 
>    
>    Item 2
>    - 
>       
>       Subitem 2
>       - 
>    
>    Item 3
>    - 
>       
>       Subitem 3
>       
>
> And so on.
>
>
> Would there be a way to hide the list under Section 1, so instead my TOC 
> looked like this:
>
>
>
>    - 
>    
>    Item 1
>    - 
>       
>       Subitem 1
>       - 
>    
>    Item 2
>    - 
>       
>       Subitem 2
>       - 
>    
>    Item 3
>    - 
>       
>       Subitem 3
>       
>
> Would something like this be doable?
>
>
> Thank you.
>

-- 
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/e563e8d1-5c0c-4ac3-8aaa-36d6221f1aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to