Am I on track with something like this??:
<<forEachTiddler
     where 'tiddler.title.contains= context.inTiddler &&
tiddler.tags.contains("SomeTagName") &&
            tiddler.tags.sort().join("]]") ==
context.inTiddler.tags.sort().join("]]")'
>>




On 9 Apr., 03:36, Måns <[email protected]> wrote:
> Could you even make a list like: list only those tagnames (this
> tiddlers tags) which refers to tiddlers that are tagged with
> SomeTagname(s)??
>
> I believe that some of it could be accomplished with some kind of
> fET ... but I don't even know how to start it...
>  --- If there where a ForThisTiddlerMacro or some kind of syntax
> like: <<forEachTiddler where 'title contains(context.viewerTag)' I
> might be able to digg it myself...
>
> YS Måns Mårtensson
>
> On 9 Apr., 01:12, Måns <[email protected]> wrote:
>
> > Hi
> > I need to make a simple list in a tiddler of the tiddlers tags except
> > certain tags (only used for invoking custom ViewTemplate).
> > Is there some way I can make this list appear as a table with tagnames
> > as wikilinks and sorted by title?
>
> > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to