sadmice / joplin-plugin-text-colorize

Joplin plugin for coloring text
MIT License
33 stars 5 forks source link

colour change can't be saved #5

Closed fanxiaomu31569 closed 2 years ago

fanxiaomu31569 commented 2 years ago

Thanks for your great job! I'm a rookie in programming, and I enjoy your script's functions. It helps me quickly highlight my note content. However, I encountered one big issue after changing the text colour using your script. When I saved the colour change and switched back, the text colour reset to default automatically. Is this appear correct?

UrfinJuice11 commented 2 years ago

Thanks for the plugin! But the same issue. Also, suppose it would be a good addition to switch back to the original color of the text.

sadmice commented 2 years ago

@Senaxios Sorry, could you please elaborate on your issue or, ideally, make a short video?

@UrfinJuice11 Switch back to the original color is a good idea, I will implement it.

phirestalker commented 2 years ago

If it is the same as what is happening for me, the color of the text reverts to original color of text when you switch to markdown view. I would have expected it to save the HTML tags so they would show up in the markdown.

rubenafo commented 2 years ago

Thanks for the plugin, it's very handy. I mostly use the Markdown editor and have the same issue, background color is rendered fine but once I change note, color is gone when I go back to the original note.

sadmice commented 2 years ago

I think you're referring to the Rich Text Editor. HTML formatting cannot be converted from Rich Text to Markdown I addressed this question in issue #3

phirestalker commented 2 years ago

Noted. I guess the rich text editor makes this plugin useless to me. Thanks for the reply.