From 844efa54313b395750d139abcea9425e9f4ee6f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Feb 2014 16:16:42 +0100 Subject: command: move metadata entry access to metadata/by-key/ The old way still works, and is fine to use. Still discourage it, because it might conflict with other ways to access this property, such as the one added in the next commit. --- DOCS/man/en/input.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'DOCS/man/en/input.rst') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index c23685848d..4077d22e83 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -649,8 +649,14 @@ an option at runtime. key and value strings separated by ``,``. (If a key or value contains ``,``, you're screwed.) -``metadata/`` - Value of metadata entry ````. + This has a number of sub-properties: + + ``metadata/by-key/`` + Value of metadata entry ````. + + ``metadata/`` + Old version of ``metadata/by-key/``. Use is discouraged, because + the metadata key string could conflict with other sub-properties. ``chapter-metadata`` Metadata of current chapter. Works similar to ``metadata`` property. This -- cgit v1.2.3