Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

As far as I know, there isn't much I can do about this in the general case of "render text with links in it", since all Dataview is doing is...

This will probably help with issues like #344 since Dataview exposes a lot of in-memory metadata which can help with building nice suggesters, static tables, and so on.

Also helps on the Dataview side for users who want Templater-like static page rendering (which Dataview does not currently support).

You can access the global DataviewAPI via `DataviewAPI` in a script; it only supports render-to-markdown and queries (since templates don't have a visual file to render to).

This is not a general solution to "use templater to examine frontmatter", but I'm looking into making Dataview easily accessible from Templater in #345, which will help users who use...

I understand frustrations with index time performance - I'm working on a fix which allows you to configure how fast dataview indexes, and throttles it in the background so that...

Looks great! I mostly just have a few tslint nits and then one remark about the code in `FileImporter` which may need to be slightly adjusted.

Howdy @GamerGirlandCo, I'd actually like to add this functionality to Datacore where I think the data model is a more natural fit for supporting canvas files + canvas pages. Happy...

I squash merge and usually erase any interim commit history for PRs.

Good point, I'm not sure you can differentiate in normal Dataview; will add support for this.