aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/inline.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-24 15:10:58 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-24 15:10:58 +0000
commitbbb0b3e72f6a3ffaac8343fc847800d7faaa7573 (patch)
treee14c3599c78123ed6740b0352b2fe45401ceb5b4 /doc/plugins/inline.mdwn
parentdc0bf7982fa35362ac7e750640323891c7268ed2 (diff)
downloadikiwiki-bbb0b3e72f6a3ffaac8343fc847800d7faaa7573.tar
ikiwiki-bbb0b3e72f6a3ffaac8343fc847800d7faaa7573.tar.gz
* Finally fixed the longstanding inline removal bug.
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin.
Diffstat (limited to 'doc/plugins/inline.mdwn')
-rw-r--r--doc/plugins/inline.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn
index f3af08abf..fd894baa1 100644
--- a/doc/plugins/inline.mdwn
+++ b/doc/plugins/inline.mdwn
@@ -52,5 +52,6 @@ directive:
for editing and discussion (if they would be shown at the top of the page
itself).
* `sort` - Controls how inlined pages are sorted. The default, "age" is to
- sort newest pages first. Setting it to "title" will sort pages by title.
+ sort newest created pages first. Setting it to "title" will sort pages by
+ title, and "mtime" sorts most recently modified pages first.
* `reverse` - If set to "yes", causes the sort order to be reversed.