Open tjex opened 2 years ago
Hi! did you find a solution when not using the legacy editor?
not a direct solution to use this snipped. I stopped using it and instead have just been marking with obsidian's highlights (==highlight==) or the diff code.
+ this is blue
- this is red
Cool, thanks How do I use the "+, -" ? And how do you change the color of the text?
you need to write a code block with the "language type" as diff
As below:
whatever text you have on a line starting with +
will be blue, and red with -
Thanks!
you need to write a code block with the "language type" as
diff
As below:
whatever text you have on a line starting with
+
will be blue, and red with-
Notation color blocks don't render when using the live preview, they just stay as code blocks. Only when using the legacy editor and toggling preview mode do they render.
Tested using minimal theme 5.2 and notation-color-blocks as of commit d8caed4