Dynomark inside VSCodevscode-dynomark allows you to query your markdown files with a simple query language that resembles SQL. This is possible by using Dynomark, an editor agnostic markdown query language engine. This extension is a wrapper around that engine, and provides a simple way to query your markdown files. FeaturesThe main way to use this extension is by writing a query in your markdown file with a fenced code
block that has the language set to
With the cursor inside the code block, you can press There is also a command to "compile" all the queries in the currently opened markdown file. This
will open a new window on the right side of the editor with all the queries in the file evaluated
and replaced with the results. This is only available as a command in the command palette
(
|