Results 480 comments of AB1908

Sorry for being late to this but are you seeing the issue on the latest beta? If so, I'll try giving this a shot over the weekend.

> Not sure why Dataview can't do this. It's quite simple really, DV wasn't quite built to do this in the first place. No one has had the time to...

@bobbruno this should already be doable so long as you write them as lists. Please open a separate discussion if you need help.

I actually don't know since I've forgotten how indexing works. Will have to check.

This is technically already doable in JS. Simply do page level filtering after `dv.pages()` before going down to the task level. `dv.pages().filter(t=>t.field == "value").file.tasks`

The current way around this problem would be to use a secondary staging type note. The other idea is to display a button in the table with the buttons plugin...

Could you kindly open a discussion and put this question there instead? Happy to assist after you make the change.

Should we close this in favor of #234 ?

Good to hear! Feel free to reopen if that diverges from this issue

Given that DV does parse the note contents, it does sound doable but then you'd need to support both wikilinks and markdown links and it honestly may be more trouble...