u/jstncrwfrd

Bathroom Remodel recommendations?

Hey y'all.

Looking for recommendations for a reasonable-cost bathroom remodel. The bathroom is a really small footprint and hasn't been touched since the 90s at least (except for a god-awful cherry red paint job). Want to remove the tub, do a walk in shower, retile the floor. The works.

We've gotten some quotes from big brand name companies that were truly outrageous. Would love to support a local business that's done good work for one of you.

EDIT: Budget around $8k.

reddit.com
u/jstncrwfrd — 2 days ago

Dataview Help for DND Campaign Vault

Hi Obsidian power users of Reddit. I’m hoping someone can help me with, what I believe to be a simple technical issue that is still beyond my ability to figure out.

I’m a Dungeon Master attempting to use the Digital Garden plugin to create a little online archive for my players to reference what’s happened, session notes, lore, etc. I copied the idea wholesale from Shervin Sahba’s implementation of the Digital Garden.

Shervin creates a note recap for every session, and makes linked references to NPCs, locations, etc. He makes a table for every NPC using dataview, which pulls every reference to an NPC from Session notes, links the note, and provides the portion of the note referencing them. See here for an example.

I tried copying his implementation by using the same structure he provides referenced on his GitHub:

```dataview
TABLE WITHOUT ID
file.link as "Session", x AS "Reference" FROM "Journal"
FLATTEN x WHERE contains(x,this.file.name)
SORT file.name DESC
```

But dataview isn’t pulling any results for the query. I’m technically capable, and I’ve been toying with it but without good results. If anyone can point me to what mistake I’m making or something I should be trying (reading, examples to review, etc) I’d really appreciate it!

reddit.com
u/jstncrwfrd — 2 months ago