Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

It's possible in dataviewjs - `dv.pages( "date-started" in p)`.

That seems wierd - pages with something like `Date Created:: ` should have a `date-created` field that is set to `null`, whereas pages without it should not have the key...

Dataview delegates to Obsidian markdown rendering which will not render transclusions at all, sadly.

I would second using the metadata cache to find the positions of the codeblocks and extract them that way - after a brief early stint, I generally try to keep...

Hmm, I was not aware of this `baseUri` behavior. This seems a bit strange though... is there actually no way to do absolute imports inside of a library package? It...

To follow up on this, slow tables are essentially caused entirely by markdown rendering time. Dataview renders every column as markdown using `MarkdownRenderer#renderMarkdown`, a utility function provided by Obsidian. This...