Hi PMario,

I think the best approach would be to have a dropable-sortable list to
where you could drag a handle next to a tiddlers title ...and thus add
the tiddler to the list.

The culprits however are updates:

1) Remove tiddlers from the sortable list that are no longer found?
2) How would your sorted list be able to get notified of any name-
changes?

Finally, I guess there could be a kind of macro to (re)poulate the
list based on a list of tagged tiddlers. At the beginning, when the
list is empty you would simply fill it with all tiddlers tagged xyz.
If the list is non-empty, you compare all tagged tiddlers to those
already on the list, add any new items at the bottom while asking the
user if he wants to remove all orphans, in case there are any.
(Re)Populating a list could be done by ctrl-dragging just the same
handle but next to a tag-tiddler's title onto the sortable list.

On the other hand, while all of this may look nicer, it doesn't seem
much easier than editing a tiddler's source, does it? ...while there
would also be no benefit of making actually persistent links that
survive name changes.

Tobias.


On 1 Aug., 21:39, PMario <[email protected]> wrote:
> some ideas.
> What I want to have in the main menu is: <<list filter
> [tag[mainMenu]]>>
> So if I tag a tiddler "mainMenu" it is automatically added to the main
> menu. I do use this mechanism a lot. The only disadvantage is, that it
> returns an alphabetically sorted list.
>
> I will do the following. Enable a xSort plugin, to sort by custom
> field value. eg: order.tagName. Create two macros, that can be
> activated as bookmarks. 1) dynamically load the jQueryUI stuff. 2)
> xSort generates sortable lists and write the sortorder back to the
> tiddlers custom field. If everything is sorted, save and reload and
> all the additional stuff is gone. Your tw stays small :)
>
> possibilities:
> <<list xSort [tag[mainMenue]]>> .. for the menue
> <<list xSort [tag[story_1]]>> .. story 1 ...
>
> regards mario

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