roam-unofficial/roam-toolkit

Hide Spaced Repetition System metadata

Opened this issue · 3 comments

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

see #134 for a related work in progress

Stvad commented

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

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

CSS would allow you to hide the metadata btw