MT-Outliner 1.1.0 »
I've just released MT-Outliner v1.1, which adds support for sorting the items in your OPML file. Simply add the sorted attribute to the MTOutlinerItems container. Set this value to case to consider the case of the text (or title) attribute in the sort. Set this value to nocase to ignore the case during the sort process.
<MTOutlinerItems sorted="case"> <MTOutlinerItems sorted="nocase">
The sort is performed on the MTOutlinerItemText field, which contains the text attribute of your item if available, or the title attribute of your item if the text attribute isn't available. If this attribute begins with a special character (~()[], etc), your results may be somewhat unpredictable.
In order to upgrade from a prior version of MT-Outliner, simply replace the Outliner.pl file in your Movable Type plugins directory.




















