Does the tool support arrays? I have a lot of files with front matter, and some look like this:
---
- id: THIS_FILES_ID
- characters:
- character_id: THIS_CHARACTERS_ID
character_name: John Smith
- character_id: THIS_CHARACTERS_ID
character_name: Jane Doe
---
How would I edit or set the second characters name?
In this article that format is described as an Array of Objects, https://www.w3schools.io/file/yaml-arrays/
Does the tool support arrays? I have a lot of files with front matter, and some look like this:
How would I edit or set the second characters name?
In this article that format is described as an Array of Objects, https://www.w3schools.io/file/yaml-arrays/