-
Notifications
You must be signed in to change notification settings - Fork 43
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
Enable Github like image Paste in Ticket Editor Component #789
Comments
I'm available |
1 similar comment
I'm available |
[BUG] - please update a new PR to switch edit and preview labels on the button in the ticket editor. E.g. this should say "Preview" as this will load the preview. E.g. this should say "edit" as this will exit preview and allow edits. |
@humansinstitute I've opened a PR to fix this. I added a switcher component. There's a demo on the PR. Hope it matches the UX we are aiming for |
Looks good. just merged |
Context
We want to enable pasting images directly into the ticket component.
Design
TicketTextArea
component.renderMarkdown
function found in this file.TicketTextArea
component, listen for theonPaste
event and handle it as follows:public_pic
endpoint (which stores it in the Meme Server). For reference, see a sample upload here.The text was updated successfully, but these errors were encountered: