Folks,

Using the following code I am extracting a list of field names from a 
dictionary tiddler, and retrieving the description

<$list filter="[[fields-dictionary]indexes[]]" variable=fieldname>
  <$checkbox field=<<fieldname>>  checked="yes" unchecked="no" 
default="no"> <$text text={{{ [[fields-dictionary]getindex<fieldname>] 
}}}/></$checkbox><br>
</$list>
A checkbox allows the field to be created and set.

*The Question?*
As you can see I am not including a sort operator, so I would hope the 
result would be in the order stored in the fields-dictionary dictionary 
tiddler, however it is in alphabetical order.

Is there a way to retrieve the data in a data tiddler in is raw order?

Or am I forced to setup a seperate list and use the sortby Operator?

Thanks in advance
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/578a0abd-383a-40ca-bf7d-73fa06c15400%40googlegroups.com.

Reply via email to