Offer for richtextbox online HTML code generator on webpage

Do you know about an open source project that can generate very simple richtextbox online content, the user can add strong , emphasis and other simple changes to the text so that when the user finishes (gets into submit) the code generates an html result?

For example, here this guy has a script that did almost everything I want, the only thing when you finish the code generated is not HTML.

Thank!

+3
source share
3 answers
+3

The infact editor you mentioned will do everything. save text formatting in this editor, indent, arrange, bold or whatever. Finish the process, click the button marked as "html" in the toolbar - in the right corner. This will give what you are looking for.

Isn't that what you are looking for?

0
source

Source: https://habr.com/ru/post/1750782/


All Articles