-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add summernote editor #67
base: master
Are you sure you want to change the base?
Add summernote editor #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are also suggested to not display the formatting bar at the top of the message textbox. We are to let the user know that the shortcuts like Ctrl+B
works for emphasising the text and so on.
We are better off without advanced features.
(If it makes it convenient, please scratch off summernote for something more simplistic. We can change the issue for it does not comply with the requirements anymore)
I will override the keypress to make "enter" submit and "Shift+enter" to insert a new line. I will also hide the toolbar. |
Sounds good.
Yes. Hiding is appreciated. Let the functionalities persist though.
Just like the way it used to before. |
@t0xic0der I was anticipating that, so did the desired changes in the last commit already. Please check it out |
LGTM. Approved the changes. Will merge shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contributions.
No description provided.