On 7 Mrz., 11:04, Tobias Beer <[email protected]> wrote: > As I said, and in fact am about to implement in a new plugin... > > 1. save an unchangeable hash (as a custom field) so as to be able to > identify a tiddler even after name changes > 2. save order as well as state information in (a custom field of the) > list tiddler containing references to hashes in 1) > - could be a simple field with multi-line content like... > - item order: > - hash1 > - hash2 > - hash3 > > Cheers, Tobias. Hi Tobias, I'd want to talk with you about this. I did similar things with my XListPlugin [1], but made it compatible to core list macro, so it can handle the sort order. There is no need for someone to use XListPlugin to get the desired result. Which makes it good to use with eg: TiddlySpace.
I did also contribute some code to the core, that was accepted, that lets you do drag and drop sorting without any additional <<list>> plugins like XListPlugin. There is enough information in the default rendering now to get it to work. For the @chat project (a year ago), I did introduce a uniqe id for tiddlers, that isn't changed, even if you do change its name. It would be nice, if we could make our stuff compatible, otherwise we will end up having a lot of custom fields that don't play together, and implement redundant functionality. -m [1] http://apm-plugins.tiddlyspot.com/#XListPlugin [2] http://chat.tiddlyspace.com/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

