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 🗃
https://vercel.com/jimmylv/styled-roam/deployments
{{[[roam/js]]}}
block firstly/JavaScript Code Block
with this code...window.URLScriptServer = `https://styled-roam.vercel.app/`
window.styledRoamDisabledFeatures = [
// 'CardListMode',
// 'CardFlowMode',
// 'TreeTableMode',
// 'DocumentMode',
// 'CalendarMode',
// 'DownloadMode',
// 'FocusMode',
]
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://styled-roam.vercel.app/Candy.css');