notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Custom CSS #236

Open xplosionmind opened 2 years ago

xplosionmind commented 2 years ago

Having the possibility of implementing custom CSS snippets, or having a whole custom CSS file altogether would be great.


Example

I love to have the possibility of adding little boxes in my notes, something like

<div class='blue box'>
  Hello world!
</div>

Nevertheless, it is impossible to display them as actual boxes, since I cannot provide instructions to style classes.

astoilkov commented 2 years ago

Thanks for the suggestion. We are considering editor themes as a first step. The next step would be to allow customization of custom HTML in the editor.