>> In the end the sort-field field of the tiddler should contain the 
<<currentField>> in lower case. 
To do that you need to convert <<currentField>> to lower case before 
calling the <<TableHeaders>> macro
So you need a macro that does the conversion then calls <<TableHeaders>> 
Something like the following: 
\define lowerTableHeaders()
<$set name="sort-field" setTo=<<lower $(currentField)gt;> >
<<TableHeaders>>
</$set>

\end

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to