Roam Research ✍️ Writing with your lovely cards 🧩 and beautiful theme 🎨
My custom CSS and JavaScript extension for Roam Research
🆕 #roam𐃏files Roam Research ✍️ Files Attachment Dashboard 🗃
{{[[roam/js]]}}
block firstly/JavaScript Code Block
with this code...window.URLScriptServer = `https://styled-roam.vercel.app/`;
var existing = document.getElementById("styled-roam");
if (!existing) {
var extension = document.createElement("script");
extension.src = window.URLScriptServer + "js/index.js";
extension.id = "styled-roam";
extension.async = true;
extension.type = "text/javascript";
document.getElementsByTagName("head")[0].appendChild(extension);
}
Related Twitter:
配合 Candy 主题食用最佳,当然其他主题也好看,😉
@import url("https://cdn.jsdelivr.net/gh/JimmyLv/Roam-Research-Themes@patch-1/Candy.css");