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/dfc4ea23-6019-45f7-8a0b-a2b80c2de305%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to