Now that my garden has pretty much an entirely flat structure I'm getting into using tags as an organizational property again. I don't plan to update all the thousands of notes that I've made with tags but going forward I've been using them and getting back into Dataview.
One thing I wanted to do was organize my clippings using the new Web Clipper. I wanted to give them tags and then list them as a table, but the problem is that I didn't want to see "#clippings" as a tag every time. Anyways I assume someone will want to know how to do that at some point maybe, so here's the code and the output:
\```dataview
TABLE WITHOUT ID
file.link AS "Clip",
filter(file.tags, (t) => t != "#clippings") AS "Tags"
from "Clippings"
\```
![[Creating a List with Filtered Tags-20241220153845507.png]]
don't forget that Obsidian publish does *not* handle Dataview, but should when they eventually add it as an embedded feature (on the roadmap, hopefully 2025?)
i've also taken to adding troubleshot solutions like this to obsidian as well, i've found that i can pull them up pretty easily which is nice.