- How to import our Frustration Free Webinar slides into your Roam
- iOS shortcut for
share to
functionality - Automatic dark/light mode with
roam/css
page - Top plugins for Mobile and Tablet Roam (iOS and Android)
- How to install plugins in Roam
If you want to see how we created our slides for the presentation in Roam, follow these two steps:
- download the
.md
formatted file from Webinar Slides, Office Hours Slides - import into Roam:
- install this shortcut: link
- 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
- go to
roam/css
page - create a new code block and set it to CSS, or copy this text: ```css```
- copy the content of this page to the code block: https://viktoroam.glitch.me/roamCSS-auto.css
- and it should work 😉
- bonus: example to change font type to Lato in 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
- go to
roam/js
page - create a block with the name of the plugin
- indent a new block under it (hit
enter
and then hittab
) - write this text into it:
{{[[roam/js]]}}
- indent a new block under it (hit
enter
and then hittab
) - copy this text into it: ```javascript```
- copy the code of the script
- click on
Yes, I know what I am doing
, note: you must trust the author of the code - to have more than one plugin repeat from
step 2