-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
It will be nice to give users the ability to format their content as they want. For example, make text bigger, bolder, etc., while creating or updating the post.
Sample UI can be found as a screenshot. We will not be supporting the emojis dropdown at this moment. This issue is about only formatting the text.
I found these libraries for creating text editors with React:
- https://github.com/sstur/react-rte
- https://github.com/jpuri/react-draft-wysiwyg
- https://github.com/ianstormtaylor/slate
I'm open to discussing other options.
