diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-03 13:48:30 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-03 14:28:21 +0100 |
commit | a875ee8be702bd4575e009dc652015c1157c7c2e (patch) | |
tree | 91aa52cda28325f2791cb4a234f83fee4a30a259 /doc/plugins | |
parent | b86276ffed7ee001b35cd610e5d56e5afb4088cf (diff) | |
download | ikiwiki-a875ee8be702bd4575e009dc652015c1157c7c2e.tar ikiwiki-a875ee8be702bd4575e009dc652015c1157c7c2e.tar.gz |
Split out sortnaturally into a plugin
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/sortnaturally.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/sortnaturally.mdwn b/doc/plugins/sortnaturally.mdwn new file mode 100644 index 000000000..91f373f6b --- /dev/null +++ b/doc/plugins/sortnaturally.mdwn @@ -0,0 +1,5 @@ +[[!template id=plugin name=sortnaturally core=1 author="[[chrysn]], [[smcv]]"]] +[[!tag type/meta]] + +This plugin provides the `title_natural` [[ikiwiki/pagespec/sorting]] order, +which uses Sort::Naturally to sort numbered pages in a more natural order. |