From bda0e7da1376d5d190e972af794dd76bf83e56fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Feb 2014 16:29:04 +0100 Subject: command: allow accessing metadata entries as list Not sure about these deep path-names. Maybe "metadata/0" should work instead of "metadata/list/0". I'm so unsure about it, that I'm leaving it open. --- DOCS/man/en/input.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en/input.rst') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 4077d22e83..a004333a58 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -654,10 +654,22 @@ an option at runtime. ``metadata/by-key/`` Value of metadata entry ````. + ``metadata/list/count`` + Number of metadata entries. + + ``metadata/list/N/name`` + Key name of the Nth metadata entry. (The first entry is ``0``). + + ``metadata/list/N/value`` + Value of the Nth metadata entry. + ``metadata/`` Old version of ``metadata/by-key/``. Use is discouraged, because the metadata key string could conflict with other sub-properties. + The layout of this property might be subject to change. Suggestions are + welcome how exactly this property should work. + ``chapter-metadata`` Metadata of current chapter. Works similar to ``metadata`` property. This also allows referring to a key directly. -- cgit v1.2.3