tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

customHTMLRenderer don't work on wysiwyg mode?

Open willGabrielPereira opened this issue 2 years ago • 1 comments

Summary

I'm using the editor only as wysiwyg editor, without markdown vertical. In some of my uses, i need to add custom variables like {{client.name}} that had to be shown as 'Cliente: Nome'. I've tryed using customHTMLRenderer to do that, but it only works when showing as markdown.

I have a sidebar variables that the user can click and it add to the document. I'd like that the wysiwyg editor, was shown like the third screenshot

Screenshots

image image image

Version

latest "^3.2.2"

willGabrielPereira avatar Oct 17 '23 15:10 willGabrielPereira

I ran into the same problem and found this: https://github.com/nhn/tui.editor/issues/1991 Apparently, the widget functionality is better suited for this task.

p-try avatar Nov 21 '23 12:11 p-try