blob: 2215d533ebf08e7e5105b9aeb40d40f2dbe78fad (
plain)
[[!tag wishlist]]
[[!tag patch]]
the inline plugin's sorting is plain lexical, thich may not be appropriate for
page titles if they have numeric components. the
Sort::Naturally perl module
provides an algorithm for that.
there is a
patch
attached that makes the [[plugins/inline]] plugin use Sort::Naturally if sort
is set to "title_natural".
the current patch uses require Sort::Naturally , so
libsort-naturally-perl
does not become a dependency; it might be worth suggesting, though.
Great, but all I get from the github link is a server error page, so I
have not figured out how to merge the patch. --[[Joey]]
See also: [[inline:_numerical_ordering_by_title]] (I probably prefer your
approach..) --[[Joey]]
|