Hi Jed It should be possible to modify the existing filters designed for the tags field, so as to handle any field containing a list. The hurdle will be maintaining backward compatibility.
A syntax something like tag:field[mytag] and tagging:field[] might be acceptable (with default field = 'tags'.) When I looked at it, some of the other cases were more difficult. regards On Monday, 23 May 2016 16:45:36 UTC+2, Jed Carty wrote: > > The macros TagLikeList and EditTagLikeList are the view and edit parts of > what I made. If you just put <<TagLikeList foo Foo>> it will display the > contents of the foo field in the current tiddler like it was tags with the > label Foo. <<EditTagLikeList foo Foo>> will do the same thing but it is the > editing part. They are exactly what is used for the global portions so they > should act the same way. > > <<TagLikeList foo Foo "" True>> will wikifi the items in the list so you > can use icons or images or whatever you want. I may add an optional > argument for the display template to use if you want something other than > the default tag pill. > > I need to work on my tiddler tools > <http://ooktech.com/jed/ExampleWikis/TiddlerTools/> generic search so it > can work with these other fields. But it probably requires a lot of work > anyway. The action-listops widget should simplify a lot of what it does. > I think that the contains operator is going to be very useful but it is a > bit specific for what I need now. I can get a list of tiddlers that have > the tag foo in field bar using [[foo]listed[bar]], what I need is the > equalvilent of [all[]tags[]]. [all[]listed[!!bar]] only gives the results > from the current tiddler and ignores the all[] part. Once I get a solution > to that than I can make using the alternate fields identical to using the > tags field. After I have that I am going to worry about updating tiddler > tools to use them for advanced searching. > -- 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/56f8b5b5-655b-41a2-810c-6af8e77e4839%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

