Add photo uploads for Snap.as users #187
Labels
enhancement
New feature or request
ios
Anything specific to the iPhone/iPad app
mac
Anything specific to the Mac app
We've seen a couple of requests from Write.as Pro users to add a way to upload photos to Snap.as and have them added to posts.
On login, we could:
isSnapAsUser
(or similar) totrue
Then, when presenting the menu, conditionally add an "Add photo" entry if
isSnapAsUser
istrue
. Tapping this would open the photo picker, and when the user picks an image, uploads it to Snap.as via the API. The returned URL is then pasted into the draft at the insertion point as a Markdown link.Questions and Concerns
isSnapAsUser
setting in UserDefaults.The text was updated successfully, but these errors were encountered: