Are there any utilities that allow you to automatically add this key to the frontmatter of all created pages with the value:
newkey = false
Is it possible to manage the values of all frontmatter to be able to delete or add new keys to all files? Maybe there is another way to do this.
My task: I need to add an information stream with the value “editor’s pick” to some files, so with this key, I can create a stream of files in a specific section of the page. Accordingly, I need to add a new key:
editor_picked = true
If this key is not present in other files, I will get an error. How can I solve this problem?