Hide certain tags after querying in dataview

Hello.

This works in a local vault:

```dataview
TASK from #open-loop
WHERE contains(tags, "#open-loop")
WHERE !checked
FLATTEN regexreplace(text, "#\S+\s?", "") as visual
SORT file.ctime ASC
```

Reference source: Hiding tags in dataview - #2 by holroy by @holroy