Is your feature request related to a problem? Please describe.
Seems like (can't find any documentation to confirm) that there are three frontmatter properties that Media DB depends on:
While id is pretty universal, and dataSource is unique, type is both too common and not always the correct term. For instance, in my vaults, I prefer content_type as it's more descriptive. type could refer to any number of other concepts. For instance, while the rest of the vault uses type as "internal" or "external", Media DB starts adding "book" to the used values.
Describe the solution you'd like
A simple configuration field in the settings to rename the property name. Similar to remapping, except with no option to remove it; it's either default or changed to a new value.
Additional context
Is your feature request related to a problem? Please describe.
Seems like (can't find any documentation to confirm) that there are three frontmatter properties that Media DB depends on:
While
idis pretty universal, anddataSourceis unique,typeis both too common and not always the correct term. For instance, in my vaults, I prefercontent_typeas it's more descriptive.typecould refer to any number of other concepts. For instance, while the rest of the vault usestypeas "internal" or "external", Media DB starts adding "book" to the used values.Describe the solution you'd like
A simple configuration field in the settings to rename the property name. Similar to remapping, except with no option to remove it; it's either default or changed to a new value.
Additional context