Jed Thanks for your email
I can’t use titles as they can not be guaranteed to be unique. That’s why every tiddler has a unique id. I was thinking about a filed in the name riddler with the ids of the artworks but then how to display the titles? Bobj Dr. Bob Jansen 122 Cameron St, Rockdale NSW 2216, Australia Ph: +61 414 297 448 Skype: bobjtls > On 14 Sep 2020, at 21:15, Jed Carty <[email protected]> wrote: > > Do these relations need to be bi-directional? That makes things difficult > enough that I made a plugin for it > https://ooktech-tw.gitlab.io/plugins/relations/ > > if it only needs to go person -> artwork the easiest way is to use a list > field in the persons tiddler that lists each artwork associated with them. > > So in the tiddler for Person A you create a field called list > In the field you put in the title for each artwork to associate with the > person, it would look something like this: > > [[La Joconde]] Sphinx [[Elvis on Black Velvet]] > > then to list the artwork associated with a person in the tiddler for that > person you could use > > <$list filter='[list[]]'> > > > </$list> > > > or to list the artwork associated with Person A in any tiddler you would use > > <$list filter='[list[Person A]]'> > > > </$list> > > there are other methods, using a data tiddler could also be a good choice but > that may require more work to set up. > -- > You received this message because you are subscribed to a topic in the Google > Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/6I60ywWH5Fo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/94bf5445-6dfe-447b-864c-ac220aab8437o%40googlegroups.com. -- 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/B6E80E38-89A2-4A08-A7A6-C37150BEA2B0%40gmail.com.

