Hi
I recently started using Tiddlywiki with BOB. Its really amazing and I am developing new uses. The Tagging concept is really brilliant. Many Thanks for the concept and implementation.
I have seen examples for excluding a specific tag while using TOC macro (toc-selective-expandable). However my need is to restrict TOC to all tiddlers having specific Tag.
USE Case
I want to create TOC as follows:
Start Tags Documents and PersonA
- Documents
- Identity (Tag : Documents )
- Passport (Tag : Identity )
- Passport DOC 1 (Tags : Passport PersonA
- Bank Accounts (Tag : Documents )
- BankA (Tag : Bank Accounts )
- Test 1 (Tags : BankA PersonA)
I can have similar TOC for for PersonB
Question:
Is this possible in TiddlyWiki
What tag structure and Macro I need to use.
Alternatively I see that I have to Create Compound tags
Like
"Documents PersonA"
"Documents PersonB"
"Identity PersonA"
"Identity PersonB"
Tried to understand TOC macro but it is beyond my skill set.
Please advise.
Thanks & Regards
Vinayak