You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple query to return all recent changes in my vault:
LIST FROM #source-notes AND "notes"
WHERE status = "in-progress"
SORT file.name
However, .cook files are not returned from it. Guessing that dataview works from the cache and so the cooklang plugin needs to somehow inform either dataview or the cache of its files.
The text was updated successfully, but these errors were encountered:
There isn't any official API to add files into the cache, and from my digging there doesn't seem to be an unexposed one, either. It seems like there's a hard-coded list of extensions that Obsidian allows into the cache and that's it.
I have a simple query to return all recent changes in my vault:
However, .cook files are not returned from it. Guessing that dataview works from the cache and so the cooklang plugin needs to somehow inform either dataview or the cache of its files.
The text was updated successfully, but these errors were encountered: