Open indigofa opened 4 years ago
@michelson I just readed this from the docs but is not clear, can you tell me where is BOLD or ITALIC component defined so I can take a look and make the same with text-align: line-through
Tooltips are another kind of components that will be not rendered in your editor content but will interact with it, and will be rendered over it, like the tooltips you see when you hover links, or select words to toggle BOLD or ITALIC. The tooltips option is an array.
Anyone from contributors can help with clarification, I'm lost here
@indigofa I am trying to accomplish the same. Pls let me know if you were able to figure it out.
Hi there,
I have added successfuly custom inline block on Tooltip and the HTML is rendered correctly on when I use convertToHTML
But when I click the editor itself is not showing the text with
line-through
, but it is correct on convertToHTML this is from<p><span style="text-decoration:line-through">asd</span></p>
, can someone guide me what I'm missing, How can I make the editor to render that textline-through
This is tooltip config
Thanks