diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-03-24 03:27:11 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-24 03:27:11 +0000 |
commit | 7fbddb032ee952c6d0b1ee290568ea4f42ef181f (patch) | |
tree | 95552ec87685ec8a78b21c740bcf83b6da20e6c1 /doc/todo | |
parent | 1c7d5eabd7c9e94498af7f89a005311a850d742c (diff) |
link to an alternative approach that I decided against
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/allow_plugins_to_add_sorting_methods.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/allow_plugins_to_add_sorting_methods.mdwn b/doc/todo/allow_plugins_to_add_sorting_methods.mdwn index 3aa1d94a6..1533b6c44 100644 --- a/doc/todo/allow_plugins_to_add_sorting_methods.mdwn +++ b/doc/todo/allow_plugins_to_add_sorting_methods.mdwn @@ -14,6 +14,12 @@ and changing the meaning of sort=title in 4.0, though). Gitweb: <http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/sort-hooks> +I briefly tried to turn *all* the current sort types into hook functions, and +have some of them pre-registered, but decided that probably wasn't a good idea. +That earlier version of the branch is also available for comparison: + +<http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/sort-hooks-excessive> + ## Documentation extracted from the branch ### sort hook (added to [[plugins/write]]) |