UNDER DEVELOPMENT
REPL
Develop Roam Extensions quickly without reloading!
Installation
You could use the Copy Extension button below to individually install this extension. To install, just paste anywhere in your Roam graph and click "Yes, I Know What I'm Doing".
Manual Installation
If instead you prefer to manually install, first create a block with the text {{[[roam/js]]}}
on any page in your Roam DB. Then, copy and paste this code block as a child of the block.
var existing = document.getElementById("roamjs-repl");
if (!existing) {
var extension = document.createElement("script");
extension.src = "https://roamjs.com/repl.js";
extension.id = "roamjs-repl";
extension.async = true;
extension.type = "text/javascript";
document.getElementsByTagName("head")[0].appendChild(extension);
}
Usage
Contributors
This extension is brought to you by RoamJS! If you are facing any issues reach out to support@roamjs.com or click on the chat button on the bottom right. If you get value from using this extension, consider sponsoring RoamJS by clicking on the button below!
ROAMJS DIGEST
Add your email below to stay up to date on all RoamJS features, fixes, and news!