Matt's Roof Garden

Powered by 🌱Roam Garden

January 25th, 2021

RoamGames Week 1

Week 1 Challenge

First Challenge - Project Management in a team, with handoffs. 10k distributed to best links/ideas/videos tweeted. Tutorial or Demo Videos, Blog Posts, Tweet Storms, Sample DBs, Templates, Custom CSS/JS, Smartblocks, Queries.... all welcome

I'm an arch designer by trade so 90% of what I do is collaborative

Notifications

smartblock

and
MENTION:
template that sends a user a notification on a different platform (slack, discord, email)

PING:

MENTION:

Person has been mentioned in a conversation, not assigned something

otter.ai smartblock integration

find user UID of block datalog

:q [:find ?p ?r
 :where [?b :block/uid "OIxyOXgdP"]
        [?b :block/string ?p]
        [?b :block/refs ?r]
        [?b :edit/seen-by ?s]]
 
:q [:find ?p ?seen
 :where [?b :block/uid "g7OBeK8RJ"]
        [?b :block/string ?p]
        [?b :edit/seen-by ?seen]
        [?b :block/refs ?r]]
:q [:find ?uid
 :where [?b :graph/settings ?uid]]

        
:q [:find ?name ?uid ?settings
 :where [?b :user/uid ?uid]
        [?b :user/display-name ?name]
        [?b :user/settings ?settings]]

        
:q [:find ?names
 :where [?b :user/display-name ?names]]

:q [:find ?e-id 
    :where [?e-id :user/display-name "Matt Vogel"]
            [?e-id :user/uid]
            [?e-id :user/email]]
            
:q [:find ?string ?seen (count ?b)
 :where [?b :block/string ?string]
        [?b :create/email "mainmoniker@gmail.com"]
        [?b :edit/seen-by ?seen]]
        
:q [:find (count ?block)
 :where  [?ancestor :block/uid "hAfIHN6Gi"]
         [?ancestor :block/string]
         [?block :block/parents ?ancestor]]

:q [:find (distinct ?type) :where [_ :children/view-type ?type]]