mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
520 stars 27 forks source link

Dates malfunctioning in Dataview Queries when date altered using Metadata Menu #609

Open alexandraulbrich opened 7 months ago

alexandraulbrich commented 7 months ago

So, the problem is showing up when I use a dataview query. But I know it's a Metadata Menu issue at its core because when I manually enter a date outside of the plugin, it appears fine.

I have a typical LIST query with the following FLATTEN adjustments: FLATTEN created FLATTEN (" [" + created + "](" + website + ")") + file.link as Summary

Previously, it had been coming out to look like this: image This remains to be true when I use a created date (not the default creation date of the file, but a manually entered field in the frontmatter) that I manually enter into the field using the default Obsidian process.

But if I update the created date using Metadata Menu, it's showing up like this: image

I forgot to add: Date format in Dataview settings is still MMMM dd, yyyy