BoostIO/BoostNote.next-local

Color Text -

MalekJabri opened this issue · 2 comments

Hi,

I can add a simple HTML marker to the text like bold but when I tried to change the text colour nothing is working.
is it a limitation of the Boost Note local we don't have the Sanitizazion option?

I want a feature render text in special color:

#347E5E -->

#347E5E

Environment

  • Boost Note - Local 0.21.1
  • OS version and name: Mac os Big sur

Hello,

the color is not supported in HTML at the moment, but you can try adding math blocks that are colored, see example:
$\color{#FF0FFF} Colored \space Items$

image

You can also customize preview style in preferences:
image

This way, you can color it like this:
image

Example markdown:

<p class='customTextColor'>I am red colored</p>

<p class='customTextColorTeal'>Text whcih is teal colored</p>

I am going to close this issue for now if you still need this, please reopen another one.