Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-11 | Space sorting orders consistently | Simon McVittie | |
Markdown interprets the empty lines resulting from [[!if]] as a request that each <li> contain a <p>. For consistent spacing in the HTML, either the unconditional items should have blank lines between (resulting in each <li> having a <p>), or the conditional items should not (resulting in messy source code, and no <li> having a <p>). I think the former looks nicer. | |||
2010-04-06 | remove note about more sort types possibly being available | Joey Hess | |
Good plugins should document them :) | |||
2010-04-04 | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie | |
Joey pointed out that sort=x usually takes a sort order. | |||
2010-04-04 | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie | |
I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something. | |||
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie | |
2010-03-24 | Allow sorting to be combined and/or reversed | Simon McVittie | |
2010-03-24 | Add an optional "sort" argument to meta titles, defaulting to the title | Simon McVittie | |
This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]] | |||
2010-03-24 | Have the meta plugin add a meta_title sort order | Simon McVittie | |
2010-03-24 | Allow hooks to add sorting functions to pagespec_match_list | Simon McVittie | |
2010-02-06 | add noindex robots directives | Joey Hess | |
2009-10-09 | don't link to inline, not available when directives underlay is not enabled | Joey Hess | |
2009-10-08 | add sorting page | Joey Hess | |