Skip to content
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 request] Add picture via clipboard & drag-and-drop #5

Open
alessandro-antonelli opened this issue Feb 19, 2024 · 3 comments
Open

Comments

@alessandro-antonelli
Copy link

Currently, inserting a picture requires to browse in your PC folders and select the file. This is OK, but it would be nice to have two additional modes to add a picture:

drag-and-drop from another window

(for example from the file explorer). Useful in case you have the folder already open: it spares the need to browse back to it from the file system root.

paste from the clipboard

This comes handy especially when the picture is not a file, for example:

  • printing a picture found in the web (right click -> copy without saving it as a file)
  • printing the selected area from an image you are editing (e.g. in Paint)
  • a screen shot from the Windows' Snipping Tool
  • etc.

At the moment you need to paste the image into an editor, save it as a file, and then select the file; these features would spare this burden. An example of how could be implemented is Google image Translate: https://translate.google.com/?op=images . Note that the whole page reacts to mouse drag-and-drop, reacts to CTRL + V hotkey, and there's a "paste from clipboard" button.

@NaitLee
Copy link
Owner

NaitLee commented Feb 21, 2024

Okay, will do them :)

@NaitLee
Copy link
Owner

NaitLee commented Feb 22, 2024

Pasting is done, now you can paste clipboard item to per “stuff” by a button, or Ctrl+V pastes it as a new “stuff”.
Item’s type is automatically selected.

Drag ’n’ drop would come later :)

@alessandro-antonelli
Copy link
Author

Thanks, tried pasting and works great! 😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants