> 1) How to do a list filter [tag[SomeTag]] template:SomeTemplate1
> without bullets -

css is your friend here
e.g.
ul {
list-style: none;
}
> 2) How to do a list filter [tag[SomeTag]] template:SomeTemplate2 with
> numbered list
css again
ul {
list-style: upper-roman;
}
or
list-style-type: decimal;
> 3) How to do a list filter [tag[SomeTag]] template:SomeTemplate3 which
> results in a tabTags tab
> 4) How to do a list filter [tag[SomeTag]] template:SomeTemplate4 which
> results in a user defined table maybe showing different custom fields
> etc

Not sure I understand you fully but ***Any** macro could be put in a
template for example putting the <<tags>> macro in a tiddler prints
the tags of that tiddler

> I know we can install Eric's MatchTagsPlugin and use boolean
> expressions in the list filter macro call - My question is:
> Is it in the pipeline to allow for some kind of simple tag filtering
> at core level ie.: '[tag[SomeTag AND AnotherTag AND NOT "a
> ThirdTag"]]'??

No this has always been a complicated issue as we have never decided/
agreed on syntax.
For the time being plugins should and can provide new filters with
this functionality
For example see http://filters.tiddlyspace.com/#SiteInfo

-- 
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