-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text editor for post creation #183
Comments
@DimiMikadze Can we try going with https://github.com/facebook/draft-js which seems a good option? And if not then I think slate will be the better option. Let me know your inputs about the same. I can try to work on this one. |
@RajendrasinhParmar thanks for asking. I think Slate is a more suited library for our purposes since we are not planning to build an advanced editor with custom features, we just need a basic editor with minimal features like the size and weight of the font. What do you think? |
@DimiMikadze Thank you for the update. |
@DimiMikadze Hello, I've started working on this issue and I've almost done with the implementation of the text editor. And now I'm working on actually saving the response in the database and displaying the rich text on the front-end posts. |
@RajendrasinhParmar do you have any repo for this project too? I'm junior developer, I try to do social media app like this one. I'm using express session and material UI and I had some issue with subscription(like user online status and Notifications for real time update) . And some other... |
@faerylay |
@RajendrasinhParmar Thanks u I found it but you're using rest API instead of graphql |
@faerylay that's correct. However, I'm one of the contributors to this project and trying to contribute in any way possible. So the project itself is using REST APIs so will be using the REST APIs as of now. |
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:
I'm open to discussing other options.
The text was updated successfully, but these errors were encountered: