-
-
Notifications
You must be signed in to change notification settings - Fork 199
Paste image feature #437
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
base: master
Are you sure you want to change the base?
Paste image feature #437
Conversation
## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings
* update email examples ## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings * fixes for loom and wistia providers --------- Co-authored-by: 5andu <sandugolovatenco@gmail.com>
…into paste-image-feat
|
@Darginec05 is attempting to deploy a commit to the dargo's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Apologies to barge in very rudely, but I REALLLY REALLY NEED DIS FEATURE for my pet Project, where I hope to use your awesome tool XD Is there any hopes to have it merged in somewhere soon-ish, by any chance? |
|
@Darginec05 are we planning to include this? |
|
@mdsaban This is cool feature, and I want to include it in the next release as soon as possible, but this task not finished. |
|
Hi, I'm currently testing out Yoopta in a project and came across this when I was trying to add the ability to paste images into my editor. Has there been any update on merging this change into the main code base? |
Description
Re-creating this PR as the previous one got closed automatically - #340
The editor currently only supports copying and pasting images from the internet. It cannot paste images from the local clipboard, like screenshots. This PR adds support for pasting images directly from the clipboard.
Screen.Recording.2024-10-02.at.8.00.02.PM.mov
Related issue #320
Type of change
Please tick the relevant option.