I'm not sure that's possible. However, if that list is static or
doesn't change often, then you could use fields. For example, you
create the field "Sequence" or whatever you want to call it and then
give it value 10 for the first tiddler, 20 for the second and so on.
Why not 1, 2, 3...? So you can insert other tiddlers, if necessary.
When each tiddler has a value, you can use Udo's ForEachTiddlerPlugin
(http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin).
For example:
<<forEachTiddler
 where
 'tiddler.tags.contains("WhateverTagYourTiddlersHaveInCommon")'
 sortBy
 'tiddler.Sequence'>>

w


On Apr 27, 4:49 pm, jnthnlstr <[email protected]> wrote:
> Sorry, editing subject.
>
> On Apr 27, 3:48 pm, jnthnlstr <[email protected]> wrote:
>
>
>
> > Hi,
>
> > I'd like to be able to take a list of tiddlers, which has been
> > generated by a macro, and re-order them (drag them up and down?) so
> > they appear with an order that I want.
>
> > Does anyone know a plugin that will do this for me?
>
> > Thanks,
>
> > J.
>
> > --
> > 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 
> > athttp://groups.google.com/group/tiddlywiki?hl=en.
>
> --
> 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 
> athttp://groups.google.com/group/tiddlywiki?hl=en.

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