Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 3.4 KB

Frustration-Free-Roam-Webinar.md

File metadata and controls

52 lines (44 loc) · 3.4 KB

👋 You didn't yet get the recording?

What's on this page:

Import our slides 👉 your Roam

If you want to see how we created our slides for the presentation in Roam, follow these two steps:

  1. download the .md formatted file from Webinar Slides, Office Hours Slides
  2. import into Roam:

Install plugins from webinar

iOS shortcut for share to functionality

  1. install this shortcut: link
  2. you can share to URLs or tweets to Roam now: demonstration

note: this function is available on Android if you add the RoamResearch website to your home screen from Chrome, you don't need an extension for that

Automatic dark/light mode

  1. go to roam/css page
  2. create a new code block and set it to CSS, or copy this text: ```css```
  3. copy the content of this page to the code block: https://viktoroam.glitch.me/roamCSS-auto.css
  4. and it should work 😉
  5. bonus: example to change font type to Lato in Roam

Top plugins for Mobile Roam

see next section to how to install them

  • Gallery to make images work: link
  • Mobile long tap for right click on Mobile / Tablet: link
  • Day name for roam dates (eg. [[October 29th, 2020]] -> [[2020.10.29 Thursday]]): link
  • Relative block links (prev/next we used in our presentation): link

How to install plugins in Roam

  1. go to roam/js page
  2. create a block with the name of the plugin
  3. indent a new block under it (hit enter and then hit tab)
  4. write this text into it: {{[[roam/js]]}}
  5. indent a new block under it (hit enter and then hit tab)
  6. copy this text into it: ```javascript```
  7. copy the code of the script
  8. click on Yes, I know what I am doing, note: you must trust the author of the code
  9. to have more than one plugin repeat from step 2