I have a curious question that I couldn't find on the web. I don't know the name of this feature, but I want something when the user creates a post, they edit the description. I want the user to be able to make the text bigger, bold, change the color, etc. Very similar to the Stackoverflow asking questions and styling the text. What tool would I use to achieve this?
Ps. I am using Node.js and MongoDB. I have a posts model, therefore, I would like the editing description to be persistent. Meaning if the user changes the font, it would be saved to the database and shown.
via Tommy Wan
No comments:
Post a Comment