thomasbrueggemann / paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
GNU General Public License v3.0
583 stars 52 forks source link

support uploading new documents #25

Closed HorayNarea closed 6 years ago

HorayNarea commented 7 years ago

should be fairly easy to implement via HTTP POST consumption: https://paperless.readthedocs.io/en/latest/consumption.html#consumption-http

thomasbrueggemann commented 7 years ago

Thanks for checking in! It all is relatively trivial, since the API is already there. Time is the only issue :) I think I even prepared the upload feature already. I'd be happy to see and merge any contributions!

HorayNarea commented 7 years ago

I have absolutely zero experience in "native-web" development but I will try to look into it and submit a PR 😀

thomasbrueggemann commented 7 years ago

It's pretty much just a react application wrapped in an electron webview container :)

thomasbrueggemann commented 6 years ago

Note to self: Handling file-drops on Elecrton app looks pretty straightforward https://blog.dcpos.ch/how-to-make-your-electron-app-sexy

thomasbrueggemann commented 6 years ago

Uploading via drag&drop is now available, thanks to @NickBusey .

➡️v0.0.12-alpha