I managed to answer my own questions.
http://josefbetancourt.wordpress.com/2011/05/24/open-tiddlers-by-tag-sorted-date/


On Apr 21, 1:05 am, Josef <[email protected]> wrote:
> I wanted to add to the original thread on this 
> topichttp://groups.google.com/group/tiddlywiki/browse_frm/thread/7875fdd46...
> but could not figure out how to do so.
>
> I am going to create tiddlers with a tag name of 'status'.  These will
> contain work status entries.  Now I want to give easier access to
> these tiddlers by other users:
> A.  Provide a date ordered descending list that a user can click on to
> open a particular status entry.
> B.  A link to open all tiddlers with this tag.  Limited by number and/
> or dates.
>
> This is how I did B.
>
> I used Eric Shulman's example js to open tiddlers based on a field.
> Works.  But, the js is inside a tiddler and I didn't want to do the
> class all tiddlers (it actually caused problems).  And, I didn't want
> to have to open the tiddler with the js in it.   So I used JsDoit
> macro to just put a link in the MainMenu.  JsDoit invokes Eric's js.
> It works!  Small gotcha is that you have to take out the script tags
> from the target tiddler containing the js.
>
> Questions:
> 1.  How do I do A.  I'm thinking ForEachTiddlerPlugin to create a pop
> up list?
> 2.  In B, how to do order by date descending and how to limit to
> number of tiddlers or date criterion.
> 3.  Is there a better way to do this?
>
> Any help would be appreciated.

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