summaryrefslogtreecommitdiffstats
path: root/tracker/attribute-lists.mdwn
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-12-14 23:30:16 +0100
committerGustav Eek <gustav.eek@fripost.org>2020-01-06 16:25:18 +0100
commit926db30b62cae327398e9971605051680710b21a (patch)
tree34d698504f50a4cc8d70e7d1c2d7d230aedf1e85 /tracker/attribute-lists.mdwn
parent9b611caf3208ea05988f4d0bdeacac9eb0c0e59d (diff)
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.
Diffstat (limited to 'tracker/attribute-lists.mdwn')
-rw-r--r--tracker/attribute-lists.mdwn17
1 files changed, 17 insertions, 0 deletions
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',
+);
+```