As an exercise, I put together a macro that will let you exclude tags,
and specify a format so you should be able (maybe) to create any kind
of table or output that you want. Maybe. Formatting stuff seems to get
lost sometimes going in and out of the macros ... haven't figured it
all out yet. Obviously experimental. Here's the preliminary macro
documentation:

<<allTagsConsidered FormatString Linefeed? ExcludeMe1 ExcludeMe2 ...
>>

Where formatString is the mandatory format string, in which %0 is a
place marker for the title of the tag. Linefeed is 0 or 1, depending
on whether you want a linefeed between each item, and the following
ExcludeMe items are the tags that you don't want to appear in the
list.

Available at http://marksbasement.tiddlyspot.com/

-- Mark

On Apr 8, 6:40 pm, Mike <[email protected]> wrote:
> Might try MatchTagsPlugin
>
> ELS recommended it for me - and you could use the syntax insde fET or
> Inline Javascript
> Haven't had a chance to play with it - Hope this helps. . .
>
> http://groups.google.com/group/TiddlyWiki/browse_thread/thread/42d7db...
>
> Mike
>
> On Apr 8, 9:23 pm, Måns <[email protected]> wrote:
>
> > 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