On Sunday, January 29, 2017 at 12:17:20 PM UTC+1, Jed Carty wrote: > > I am sure you could edit the edit templates to make this work, but I think > that it would be better to just make a form to edit the tiddler fields you > want to edit and then you can put things in whatever order you want. >
As Jed pointed out, you can change http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FEditTemplate%2Ffields there is a +sort[title]. The problem is, that there is _no_ other parameter you can use for sorting. Fields are no tiddlers. So there is no meta data, like "modified" or "modifier", that could be used for sorting. It would be possible, that you add one tiddler per field-name, tag them, and use the tag-tiddler's list field for sorting <http://tiddlywiki.com/#ListField>. ... but that's probably not what you want. .. It depends on the number of different fields, that you have. If there are just a view, it would be easy that way. .. but still needs to modify the edit template. have fun! mario -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/62225406-9266-4b59-ac7d-b8f243ca6e28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

