diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-21 13:47:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-21 13:47:18 -0400 |
commit | 58283f22b755083fefa5509e58ca89fe35271f09 (patch) | |
tree | ca1f564828c05e93a28059417156693a18113e7e /doc/todo/Multiple_categorization_namespaces.mdwn | |
parent | 6472302b8dc1fd0edd76ab3ac6d2e1f224e3cc40 (diff) | |
parent | 93385347a94c92fd74083e63f4b5aa5637580606 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/Multiple_categorization_namespaces.mdwn')
-rw-r--r-- | doc/todo/Multiple_categorization_namespaces.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Multiple_categorization_namespaces.mdwn b/doc/todo/Multiple_categorization_namespaces.mdwn index a8ee6755c..3e9f8feaa 100644 --- a/doc/todo/Multiple_categorization_namespaces.mdwn +++ b/doc/todo/Multiple_categorization_namespaces.mdwn @@ -91,3 +91,13 @@ Where this approach is limiting is on the kind of data that is passed to (templa One possibility could be to have the `queries` configuration allow a hash mapping query names to functions that would transform the data. Lacking that possibility, we might have to leave some predefined fields to have custom Perl-side treatment and leave custom fields to be untransformable. +----- + +I've now updated the [[plugins/contrib/field]] plugin to have: + +* arrays (multi-valued fields) +* the "linkbase" option as mentioned above (called field_tags), where the linktype is the field name. + +I've also updated [[plugins/contrib/ftemplate]] and [[plugins/contrib/report]] to be able to use multi-valued fields, and [[plugins/contrib/ymlfront]] to correctly return multi-valued fields when they are requested. + +--[[KathrynAndersen]] |