Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

I adjusted the way links render in 0.5.26 to properly escape when being printed, which may help? I have tests which explicitly check link parsing with escapes and the functionality...

I'm currently working on fancy new query syntax for block/section-level queries (as well as link-based queries). Do you have any examples in mind, so I can make sure it's supported?

Block/heading queries are high on my TODO list. Support will probably come through DataviewJS first (since it is easier to expose data there), and then in queries via the improved...

@kurtharriger I can see same-line metadata being quite noisy - there is incoming support for adding metadata via sublist elements, though that is also a little noisy. Being able to...

One issue with this - there is previous precedent to not parse emoji as the first character due to people who use it purely decoratively: ``` - ✔️ Completed:: False...

Agreed - definitely a pretty basic and useful feature to support.

Those are indeed being caused by the Dataview indexing - Dataview uses IndexedDB, which is a local file cache that browsers generally provide by default. Do you have any custom...

I added a method for dropping the entire file index (Dataview > Force Drop Cache) - does that cause the issues to go away temporarily, out of curiosity? I may...

This is because `file.outlinks` and `file.inlinks` strip duplicates and display names on links - since you can link to the same page a bunch of times and name it different...

Yeah, seems useful for common queries like "show all the daily notes for month " or "create a generic index over files tagged #thing". Will see what I can do.