On Thursday, October 10, 2019 at 2:56:26 PM UTC+2, Rick Yagodich wrote: > > Why do you want to add TiddlyWiki? >> > > As for why TW, I've started using it to manage character and all the > (static) metadata around them. And I've wanted a better tool for building > up the story structure, but nothing I can find does things in a way that > has enough structure for me. I've even considered developing my own tool, > but there are some basic-level elements (how to structure the whole thing > as microservices with a shared security framework) that I can't find good > documentation on. Then, I thought that it might be possible to do the type > of view filtering I want from within TW, as it is all about lists at its > core. > > Ah, OK, that should make it "simpler" ;)
At the moment we have 2 outliners built into TW. see link <https://tiddlywiki.com/prerelease/#Table-of-Contents%20Macros:%5B%5BTable-of-Contents%20Macros%5D%5D%20%5B%5BTable-of-Contents%20Macros%20(Examples)%5D%5D%20%5B%5Btree%20Macro%5D%5D%20%5B%5Btree%20Macro%20(Examples)%5D%5D> - TOC macro - tree macro The TOC uses tags, which may be good for your "highest" level tree macro uses the "tiddler namespace" mechanism, which basically is "prefix" based. So it creates different trees, by renaming tiddlers. (Which can be problematic) I did create a TOCp macro, that is based on a field named: parent. "parent" is only a name. So 1 tiddler can have different fields. So they can be part of many toc-like structures. see: https://wikilabs.github.io/editions/tocP/ ... especially "test-tocp" and "test-tocp-asdf" tabs. I also did some experiments with "toc-merge" ... which tries to combine TOC and TOCp ... But I didn't invest the time to "polish" it. Searching this group will find the attachments. The "railroad" diagram gives very nice and clickable diagrams. ... but ... the syntax to create them is cryptic at the beginning. just some thoughts. mario -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2f57791d-9bf2-4bd5-8074-dd60d281d4a9%40googlegroups.com.

