mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
255 stars 31 forks source link

Option to group YAML under a single key #108

Open redactedscribe opened 1 year ago

redactedscribe commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes the YAML key names created by the plugin are duplicates of YAML keys that I'd like to use in the document for something else, e.g. id:.

Describe the solution you'd like It would be convenient to have an option to group the YAML under a single customisable key, by default mediaDB: for example. This way any YAML keys that the plugin outputs can't be duplicates of any that I've created at the root level of my front matter. I'd hope such an option would also take effect when copying to clipboard (#107).

Thanks.