Hi Mario Your plugin might be very useful for me since I will try to create Tiddlers for phases belonging to a parent project. The root will then be the parent project and the subsequent phases each having a lists of tasks to complete.
I'm not sure however if it can help me with my original issue whereby I really need all the related Tiddler titles in custom fields. These are used in conjunction with the Magic Edge-Types from TiddlyMaps that allows me to show the all Tiddlers as nodes and the relationship custom fields are used to create the edges. This gives me for example the following possibility <https://lh3.googleusercontent.com/-53w30xpMlYw/WJyf9FWFnaI/AAAAAAAAABI/q_dfvc4fCwgnBI_wY_lGtdHnU_2HFXKVACLcB/s1600/3.jpg> So my goal is to iterate in the Tiddler text field of T1 over each relationship custom field one by one and to display the Source and Target of the relationship along with the type of the relationship. Each of the other nodes next to Tiddler 1 on their turn have custom relationship fields to other Tiddlers. I hope this helps to clarify my case a bit more. If not, do not hesitate to let me know and I'll elaborate on it. Best regards, Geoffrey On Thursday, 9 February 2017 16:06:51 UTC+1, PMario wrote: > > Hi Geoffrey, > > I did build a field based TOC implementation [1] lately and I think it can > be used / modified in a way, that would fit your needs. > > The approach is a bit different, than your plan. The default behaviour is > like this: > > It all starts with a "root" and default field called: "parent" so: > > *tid-1* has a field named: parent with the value: root ... which will be > level 1 > > *tid-2* has a field parent:tid-1 ... level 2 > *tid-3* parent:tid-1 ... level 2 ...... and so on > > It creates something like: > > tid-1 > tid-2 > tid-3 > > So if you need an other level 1, you just create * tid-X* with a parent:root > > and it will be automatically added to the above list. > > So the whole list generation is dynamic. > > To translate this to your usecase, just replace: parent with related_to or > associated_with ... which for me is basically the same thing. > > The plugin also has some "magic UI buttons" that let you easily create new > tiddlers, that already contain the needed field:value pairs. Which makes > creating the structure much more fun! > > At the moment, the macros only create TOC-typed lists. But it would be > possible to make it more flexible and configurable. or have a new version, > that creates tables instead of nested lists. .... > > have fun! > mario > > [1] https://groups.google.com/forum/#!topic/tiddlywiki/uixJtgcmqQg > [2] TW plugin edition: https://wikilabs.github.io/editions/tocP/ > -- 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/546fcf06-8810-4c33-8644-7e5016ff4ee8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

