How about creating a Macro that will list Tiddlers having two or more
specified Tags?
For example, say I have several Tiddlers Tagged as "Project1", and
several Tagged "Project2". Some of those Tiddlers are also Tagged
"Pending", and some others are Tagged "Completed".
Using the listAll Macro in the form <<listTags Project1>> I get a list
of all Project1 Tiddlers, but the list also contains both Pending and
Completed Tiddlers.
OK, so I could use <<listTags Pending>> to view all Pending Tiddlers,
but the list now contains Tiddlers for both Project1 and Project2.
So, my request is to be able to view a list of Tiddlers that are (in
this example) Pending and part of Project1 (ei: Tagged with both
Project1 and Pending.)
Ideally, something like: <<listTags sometag1 sometag2>> would be nice,
but the problem is that the current configuration of listAll (which is
fantastic, by the way) provides a second parameter for sorting. So it
would obviously require a re-work.
Any takers?!?
-Jim Barr
http://tiddlywikitips.com
If I cut the commented examples-part out , it gives me another syntax
error:
missing name after . operator
Kamilla
I think this could also be a nice replacement for the listAll Plugin
because it works with only one Tag also. That'll keep things more
consistent.
GREAT job!
-Jim Barr
http://TiddlyWikiTips.com
Wonderful job, Takeshi. Kudos.
But please help me with your code formatting. When I look at your
macro tiddler:
http://www.sobaboy.com/listOnlyTags/index.html#%5B%5BlistOnlyTags%20Macro%5D%5D
I see you're using monospaced text blocking:
{{{monospaced text here}}}
And your opening set of curly brackets comes AFTER your opening comment
string (/*), which makes it difficult to just copy the code without
going into tiddler edit-mode, which I'm presuming was your intention.
It sure makes the tiddler look good, but the monospaced text blocking
isn't necessary, is it?