saber-notes / saber

The cross-platform open-source app built for handwriting
https://saber.adil.hanney.org
GNU General Public License v3.0
2.1k stars 130 forks source link

Drag and Drop #1310

Open Nudelsalad opened 2 months ago

Nudelsalad commented 2 months ago

Before submitting an issue, please check the following

Motivation

Hi Adil, thanks so far for your awesome work. Saber is feeling more and more convenient to use. You've added a bunch of cool features so far! What I am missing in most of the note taking/pdf editing apps is the possibility to drag and drop images from another app. This would improve my note taking workflow a lot with a quick select and paste func( e.g. with the smart select tool of a samsung tablet) I add two images of what I am trying to explain:

  1. Selecting the area of interest to replicate with the tool: Screenshot_20240712_143521_Samsung capture
  2. Paste the note appended to the screen into the app: Screenshot_20240712_143626_Samsung Notes

Solution

I did a bit of research and other apps have used the super drag and drop package of flutter available here: https://pub.dev/packages/super_drag_and_drop. Maybe this is a good fit for your app too.

Alternatives

The alternatives eg. screenshotting and adding sth from the gallery has already been implemented and works very fine!

Saber version

0.24.1

Device

Anything else?

No response