The tiddler is here 
<http://inmysocks.tiddlyspot.com/#%24%3A%2Fplugins%2Finmysocks%2FBookmarks%2FBookmarks%20by%20Tags>.
 


For [1], I thought the tags field was put into alphabetical order when you 
saved the tiddler, but that doesn't seem to be the case. Those two steps 
are what makes it a more involved process than it seems like it should be, 
at least if you want to order things dynamically.

As an alternative you could use this button:

<$button>Sort Tags
<$list filter='[!is[system]]'>
<$set name=TagsString filter='[<currentTiddler>tags[]sort[]]'>
<$action-setfield tags=<<TagsString>>/>
</$set>
</$list>
</$button>

Which will sort the tags field of all non-system tiddlers in your wiki. You 
could just use that every so often to keep things in order.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3bc2738f-1eb7-4f60-a980-8228f6eae440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to