I’ve just read the guide on meta data, which implies the option to use your own ‘keys’ in the meta data.
The guide gives the following example for meta data:
---
key: value
key2: value2
multiple: [one, two, three]
multiple:
- one
- two
- three
---
I’ve copied and pasted that into a note, but it just says “Metadata (invalid YAML)”. It seems like the list is the thing that makes it invalid, removing the list makes the meta data, ehm, not invalid.
But that’s about it. The meta data box just disappears. ‘Tags’ and ‘aliases’ are the only ‘key’ that seem to work. Other ‘supported YAML metadata’, like title or description, also doesn’t seem to work.
So that makes me wonder. Is there a trick that I’m missing to use custom meta data? Did the developers phase out the option to use your own keys, and forgot to update the guide? Did I wrongly interpret the guide? Or was the guide just a bit misleading?