Bases: Gallery View / Card View

As I sit here upgrading my YouTube Vault with a new base I picked up another thing that isn’t available (yet) that I know of

In my Dataview query I can easily show iFrames in a Dataview Table.
I can also easily exclude particular notes inside the query

TABLE without ID
  Rating AS "Rating",
  Video-URL AS "Video URL",
  file.link AS "File",
  Topics as "Topic",
  Creator as "Creator",
  tags AS "Tags",
  status AS "Status",
  date-added AS "Date-Added"
FROM "04 VAULT/YouTube"
WHERE file.name >= "0" AND file.name <= "9" 
OR (file.name >= "A" AND file.name <= "L")
AND file.name != "How to be happier in 5 steps - Laurie Santos"
AND file.name != "How to make change and learn - Dr K"
AND file.name != "HealthyGamerGG"
SORT file.name ASC

If I try to do the same with bases:

  1. The iFrame isn’t allowed yet inside a base cell
  2. I can’t exclude one note from the filter easily