-
Notifications
You must be signed in to change notification settings - Fork 4
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
feature/markdown editor #292
base: master
Are you sure you want to change the base?
Conversation
…ty and some css fixing
…ty and some css fixing
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.
Left a small comment in the code, otherwise looks good. However, the emoji picker seems bugged out. Sometimes, added emojis do not appear in the final text. It seems toggling preview also has an effect on this.
} | ||
const rowlen = input ? input.toString().split('\n').length : 2; | ||
const max = 14; | ||
setRows(rowlen < max ? rowlen : max); |
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.
more readable with the reverse if
statement.
if (resize) {
...
}
💎 Add markdown editor for events
When creating or editing we now have buttons for different actions such as:
Default view:
With some text and emojipicker opened:
Preview of markdown: