From 926db30b62cae327398e9971605051680710b21a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sat, 14 Dec 2019 23:30:16 +0100 Subject: Tracker. Collect issues and ideas in tracker Collect a broad series of possible improvements to Pandoc Ikiwiki plugin management of meta block attributes. The issues are best consumed via the collection page: *issues.mdwn*. Also main tracker document added. --- tracker/attribute-lists.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tracker/attribute-lists.mdwn (limited to 'tracker/attribute-lists.mdwn') diff --git a/tracker/attribute-lists.mdwn b/tracker/attribute-lists.mdwn new file mode 100644 index 0000000..b95118d --- /dev/null +++ b/tracker/attribute-lists.mdwn @@ -0,0 +1,17 @@ +% Deal with meta *list* attributes + +For reasons presented meta lists are not working in page templates +(see above, "meta attribute list of hashes"). + +Suggestion is to always transform them to list of hashes with a +default key (e.g. 'name'). That would be in accordance to "Deal with +author field" above. + +Configuration would be: + +``` +my %list_meta_keys = ( + author => 'name', + bibliography => 'path', +); +``` -- cgit v1.2.3