What I’m trying to do
Is it feasible to generate a list of files that are not in Markdown format using a Dataview query?
Things I have tried
I am just a simple user, was unable to develop dataviewjs that can perform this task.
Is it feasible to generate a list of files that are not in Markdown format using a Dataview query?
I am just a simple user, was unable to develop dataviewjs that can perform this task.
You can’t access the content of a file using a standard DQL query, but if you switch to dataviewjs you’re able to read the contents of files.
But what do you define as a “not in Markdown format” kind of file? All files not having the .md
extension, or files containing pure text without any kind of markdown formatting?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.