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 the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/94bf5445-6dfe-447b-864c-ac220aab8437o%40googlegroups.com.

Reply via email to