On Saturday, January 12, 2019 at 10:00:32 AM UTC-8, Jeff Wilson wrote: > > > Next question: what steps are involved in generating a Tiddler hierarchy? > That is, I want to show the set of Tiddlers as a tree, with a parent node > and children nodes. For example, if I were describing countries of the > world, I'd like to have children of each country for subtopics like > Population, Society, Geography, etc.. > > > It's better if you explain what you really want to do, because the best approach is going to depend on what you want.
For instance, the stock method of making hierarchies in TW is to make a tiddler (e.g. Country) and then from the drop down menu, use "New here" to make a new tiddler (e.g. "Guatemala").. Then repeat the process for level. You can then view the results with table-of-contents macro. The problem is, in your particular example, is that "Population" wouldn't work as a sub-child of Guatemala, because "Population" applies to every country. So you would have either make a tiddler like "Population-Guatemala" or stop the hierarchy at that point and instead use fields in the "Guatemala" tiddler to handle Population, Society, etc. So, knowing what you want in advance is helpful in figuring out which way to go. Good luck! -- Mark -- 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/7d0295ae-7f07-41d9-9a1e-b84546fe5c8e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

