Matt's Roof Garden

Powered by 🌱Roam Garden

August 30th, 2021

is there a way to toggle all of the currently running marketplace extensions off?

I think that was the first time I noticed the fundamental differences between us and just how closed off to parts of life they were

Watched

> Here's a tear jerker for your players. In the town your players are staying in there's an old woman named Mrs. Scrivens. She comes to the market outside their inn every morning, buys her fruit and veg for the day and then heads back home. The players notice that though her hair has long since turned gray she has one jet black strip woven into her braid. If the players ask someone about it they say that yeah she used to be a ranger, she retired years ago and that strip of fur was from her animal companion. One day at the market, Mrs Scrivens keels over dead, a heart attack, nothing anyone can do it's just age. As the players watch though they get a brief glimpse into the spirit realm. They see Mrs Scrivens spirit stand up, look around confused and distress, and they see a giant black wolf pad across the markets. They feel in that moment the power of a promise fulfilled, of a long wait come to an end, and the wolf turns and leads Mrs Scrivens into the afterlife. he waited all these years to make sure she wouldn't go alone .float-right tiktok

{{DONE}} August 31st, 2021 make a lasagna

Found an interesting roam/css tweak for the new embedded video timestamp from Abbay

Changes

Ensure that your Roam width setting is at "full"

Paste the {{[[video]]}} in a block

Indent a block underneath and add a timestamp

Shift-click on the bullet associated with the block with the video in it to open in right sidebar

/*may need extra tweaking to only include video*/
.rm-spacing--full .rm-video-player__spacing-wrapper {
    max-width: 100%;
}

#right-sidebar .rm-iframe__spacing-wrapper {
  visibility: hidden;
  max-height: 10px;
}

#right-sidebar .rm-iframe__spacing-wrapper:before {
  visibility: visible;
  content: "<--- Click to see video";
  font-style: italic;
}
/*optional
.rm-video-player__container {
    margin-left: -10px;
    margin-right: -10px;
}*/