roam-highlighter icon indicating copy to clipboard operation
roam-highlighter copied to clipboard

Transfer block quotes as such

Open kvistgaard opened this issue 4 years ago • 3 comments

Now as Roam respects > markdown for quotes, I hope it won't be difficult to implement it when highlighting.

This image

in a perfect world, this should appear as

image

but of course, that's too much to ask for :) and just taking up

is sufficient.

Example source: https://www.jenal.org/why-not-knowing-is-essential-when-dealing-with-complexity/

kvistgaard avatar Dec 19 '20 10:12 kvistgaard

I think this is doable... here is what I see in background so if we find blockquote can add the [[>]] in front of it which creates it as a quote in roam and also a page ref to see all your quotes. I will probably make it a text box you can customize. Probably use > by default as that is pretty common.

image

GitMurf avatar Feb 19 '21 08:02 GitMurf

Also will add the ability to do some sort of shortcut or click of some sort that allows you to tell any highlight to become a block quote.

GitMurf avatar Feb 19 '21 08:02 GitMurf

Roam MD requires space after >

kvistgaard avatar Feb 19 '21 11:02 kvistgaard