-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Is your feature request related to a problem? Please describe.
I've ran into an interaction issue with the Dataview and DB Folder plugins, noticing that they don't seem to properly read the metadata fields from Media DB generated notes. Outright stripping every " from the YAML and those plugins properly read the fields.
Whatever's happening here seems connected to the quotation marks being present, but not necessarily directly--a field that doesn't use them for numeric values was also not being read. Ex., setting "personalRating: 5" did not read the 5. It was read after stripping out all other " from fields.
Describe the solution you'd like
I think this might actually be an issue with dataview/db folder's side, because certainly the metadata looks valid as-is! But a toggle setting to populate the metadata without quote marks and leaving everything else as is would resolve--I've just been manually ctrl-H, replace " with nothing after generating.
Alternately could well be an issue between keyboard and chair as they say! And I'm still testing different things to try to see what specifically triggers it.
Additional context
Add any other context or screenshots about the feature request here.