I could see there being a correlation between cat owners and techies. How strong of a correlation though? We’ll need a study for that.
And I’ll have you know I have ferrets. Which some call cat snakes.
This is the way. You are only allowed to reveal your face in the dressing room.
And while you are allowed to remove your head in a hotel room, one must not do so in the presence of the 9 other fursuiters wrestling on the beds vying for control of the Darksaber.
Ferrets are such amazing pets! I have 2 myself and sometimes think if I should expand their business, but they’re already such a handful.
Quatre-vingts-dix-neuf! 🤣
Or as my American-ass says, “Cat vank deez noofs.”
Oh this is hilarious! I could accept each absurd rule up until I had to play Wordle, then I called it quits. But I kinda want to continue and see how high it goes.
Edit: Now stuck on chess
Edit 2: Oh no! I panic deleted during the fire.
Same. I’m using a Surface Duo 2 and I saw a 1 star review for a Z Flip with a startup crash. So I think it’s an issue with nonstandard screen ratios/resolutions.
I made a post on it in the app’s community. May want to post there so the developer knows.
I think there’s one important question we haven’t covered yet. Do you also need to limit the amount you fart?
Because that could affect food choice. Or is that not a factor and you’ll be able to discretely let loose somewhere?
Does that work for (a good portion of the population) who are lactose intolerant?
Just to make sure I understand, you want your Author notes to have a Dataview table containing all the books they’ve written?
For each Book note, do you have a field (either in YAML or inline Dataview) pointing to the Author note? What I personally do is have an inline field that links to the Author note:
Author:: [[Stephen King]]
Then in the Author note I’ll have this:
table without id link(file.link,title) AS Book, Year FROM "BOOK FOLDER" WHERE contains(Author, this.file.link)
Replace BOOK FOLDER with wherever your books are. Then you can paste this into all your Author notes. Even better, make an Author template so you don’t have to type it each time you make an Author note.
When I recently got my ultrawide, I thought what’s the best game to utilize it? Then I found out this allows the game to support modern screen resolutions, so OpenRCT2 is great!
I think of MOCs as “topics” that naturally arrise through my notes. Let’s say I had notes for Kayaking, Snowboarding, Rooftop Parkour, Sky Diving, Hiking, and Rock Climbing all written months apart. I may later realize I should create a MOC called “Physical Activities” that captures all of them.
I try to utilize folders sparingly, but it’s a tough habit to break. The problem with folders is that they’re hierchal. I don’t want an “Physical Activities” folder, because that limits things. Perhaps I’ll have another MOC called “Fear of Heights” that also has Rooftop Parkour and Skydiving. It’s about creating maximum discoverability.
Tags I use to group things so I can find them with Dataview. For example, if I create a literature note, I’ll tag it “Source” and have a sub tag for type, like “Source/Newspaper”. As with MOCs, multiple tags can be used which helps with not seeing notes as a folder hierarchy.
I love it when the player UI is integrated into the game world. Shame Prime 2 dropped it. I haven’t played it in coming on 20 years, so I’m wondering if I noticed that back then.
Sure, I do something similar. I have a note for a person and I have a note for a recurring meeting. In a recurring meeting I have a Dataview field called Host.
#Meeting This is my meeting note Host:: [[John Doe]]
In a Person note, I have a section for meetings the person hosts. I use Dataview to search for the Host field and see of it matches the current Person note.
#Person This is John Doe's note. # Meetings dataview table without ID file.link AS "Meeting" from #Meeting where contains(Host, this.file.link)
The new Properties feature sounds like it’ll be what Dataview fields are. Except now it’ll be in a native interface where I can easily change the information about the note.