roam-unofficial / roam-toolkit

Roam force multiplier
MIT License
476 stars 43 forks source link

Hide Spaced Repetition System metadata #138

Open ArthurAllshire opened 4 years ago

ArthurAllshire commented 4 years ago

Currently, the SRS metadata adds a fair amount of visual clutter, which is kind of annoying especially if you want to interspace SRS blocks with readable notes:

image

I think it would be possible to eliminate most of this by renaming the links:

image

Code for this is {{[[TODO]]}} Look through Roam SRS more [i1]([[[[interval]]:1.0]]) [f2.3]([[[[factor]]:2.30]]) [Jul15]([[July 15th, 2020]])

Stvad commented 4 years ago

see #134 for a related work in progress

Stvad commented 4 years ago

also hiding brackets (Ctrl-c Ctrl-b) goes a long way to make things nicer if you use complex pages in general :)

Stvad commented 4 years ago
[data-link-title^="[[[[interval]]::"]{
  display:none;
}

CSS would allow you to hide the metadata btw