userscripts/custom CSS files for Roam Research
The mappletons-andy theme (thanks to @mapplestons and @vandermerwed :)
I have some more modifications applied on top of it.
-
Sidebar overlay/slide in - don't move content on hover 🔥
- this is pretty hacky, but I am going to keep this updated if it breaks. I need it too much.
-
Viewdata square (⌗) for block refs 🚀
- Seems appropriate, as # evolved from ⌗ :)
-
Better scrollbars 🤓
- (increase size on hover, have space around them (like OSX!))
- This uses a tiny border CSS hack I learned, using border to create the space
-
Other modifications are mostly color/width changes :)
See images below
Sidebar overlay (no content push) | Block ref (⌗) |
---|---|
I use stylus for applying these
Click on the raw github link to trigger a tampermonkey download.
I prefer my time to be in AM/PM, so this script just watches for keypress on a textarea, and if the time matches the current time (in 24 hour format), it updates the value to AM/PM
Todo:
- Support multiple time values in the same text area
- Probably a clean way to look for textarea? (currently uses MutationObserver)
The old theme I used was from https://github.com/apg-dev/roam-theme-bear, with colors have been tweaked. It does not work very well & has been removed