-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Pasting imaging not working anymore after last update (Windows 10, Boostnote 0.11.12) #2716
Comments
btw: if somebody fixes this issue: intellij states that the method attachmentManagement.handlePastImageEvent is not used anymore (i think because of the implementation by @daiyam ), it would be nice to delete it completely... having dead code is.. ugly.. :) Thanks :) |
Hey @ehhc thanks for the reply :) You are right, it was about the Smart Paste option that wasn't enabled. Don't remember if it was there before but I was using it for sure! Closing the issue then |
@payacoub you don't need to enable the "smart paste". Instead, you can use |
@ehhc when pasting an image, there is 2 cases:
In the first case, a So There is 2 possible improvements:
What do you think? |
I'm not sure but i think |
@daiyam is there any use case in which i need the data uri? |
@ehhc I don't have any real use case. I was more thinking:
But if |
UX-wise if I may, I'd prefer having the Ctrl+V at least pasting the images as well :) The confusion with the smart paste option led to the opening of this ticket but it may depend on the main use-case of course |
@Rokt33r Should I change the |
It sounds reasonable.
Yeah, I think we should do. 😢 |
Current behavior
Really easy: the pasting image function is no longer working. While it would correctly paste before by adding the bath to the file and showing the image in preview, it has no longer any effect.
Expected behavior
It should paste the file path to the editor and show the image on preview
Steps to reproduce
Just copy/screenshot something and paste into the editor on 0.11.12
Environment
The text was updated successfully, but these errors were encountered: