So, I’ve decided to revisit this little puzzle after having used just tags for a while as a means to side step it, but I’d like to know how members of the community would tackle this, and if possible, if there is a way to solve it.
I’m a bit of a jack-of-all-trades in my day to day life, and take notes on a variety of topics, from game development, CAD drawing, violence prevention procedures, and creative writing, etc.
I’d like to use the TOC for each of these, but for the time being, I think it’d be best to focus on just creative writing.
let’s say I have a story called “The Tower” and it’s tagged contents, so it shows in my table of contents tab.
The tiddler tagged with “The Tower” and “Characters” and is titled “John Doe”
Next story is titled “Lands of Stone and Steel” and it has a character named “Jane Doe”, also tagged “Characters”
Is there a way to have the branches of the TOC show these as
Contents
The Tower
Characters
John Doe
Lands of Stone and Steel
Characters
Jane Doe
Characters
John Doe
Jane Doe
Where characters acts as a section tiddler? the work around I had for sometime was to just make a section tiddler, usually “Characters from The Tower” but instead of the characters being only tagged as characters, they also needed to be tagged “Characters from The Tower” to show.
If there was a way to have it so that if a tiddler is tagged with contents has another tag, then that tag would appear under the tiddler tagged contents, and shows the tiddlers that is tagged with both tags only.
I have tried using the sort parameter to try and get something close to this using tags[] and tagging[] but I didn’t have any luck, unfortunately.
Has anyone created something like this by any chance, or have any suggestions?