> @@position:relative;+++^25e...@[tags:]<<grid columns: [[=tags =text ]] > tags:@$1 filter: clip:18 inline edit all>>===@@
> This is what I suppose it should do from the documentation: > (http://www.tiddlytools.com/#GridPluginInfo) where it says: > "tags: @TiddlerName uses the tags assigned to a given tiddler as > column names." > > Am I doing this wrong - or doesn't it work as supposed? The documentation was a little confusing, due in part to wording that was cut/pasted from elsewhere. I've edited it to (hopefully) make it a bit more clear: *''tags:...'' (list) default=show all tiddlers display tiddlers that match at least ONE of the specified tags. **''{{{+TiddlerName}}}'' uses a space-separated list of tags stored in another tiddler. **''{...@tiddlername}}}'' uses the tags assigned to the indicated tiddler. Thus: tags:[[foo bar baz]] match one or more of: foo, bar, or baz tags:+SomeTiddler match tiddlers based on list of tags from *content* of SomeTiddler (space-separated) tags:@SomeTiddler match tiddlers based on *tags* of SomeTiddler However, even with the corrections to the documentation, what you want to do is not presently possible with the above macro option, because it doesn't work as you have supposed. Here's what it does: In your MTC, [[fruit]] is tagged with "MTC". When you write "tags:@fruit", it will display rows for any tiddlers tagged with the same tags as fruit (i.e, "MTC"). In this test document, the only tiddler tagged with "MTC" *is* [[fruit]], so it is the only tiddler listed. Also, you shouldn't have an empty "filter:" param name without a value. Because you are using the "tags:" param, you should just omit the filter: parameter entirely, as it is not necessary. Sorry I don't have a better answer for you, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

