orgzly-android icon indicating copy to clipboard operation
orgzly-android copied to clipboard

Easy way to add photo

Open brtsos opened this issue 5 years ago • 6 comments

Can you please add autocomplete file path or select box to with images? Can I take a photo direct in app?

Great work! Thanks!

brtsos avatar Jun 26 '19 10:06 brtsos

I'm interested in working on this. Is the idea to have a button that takes A picture and saves it relative to where the org for is stored by default. Also would the pictures need to be synced to Dropbox or other sync services?

purplefishies avatar Aug 25 '21 17:08 purplefishies

Oh yeah! That is great that somebody is working with this project. Can we keep pictures on WebDAV server?

brtsos avatar Aug 25 '21 17:08 brtsos

#795 a working implementation to add images, just that you need to go from your gallery app and share that image to Orgzly. If your repo is WebDAV, the image will be upload to WebDAV. The limitation is that images on the WebDAV server are considered remote, and cannot be directly displayed within Orgzly yet.

xiaoruoruo avatar Jan 16 '22 06:01 xiaoruoruo

I'd be interested in this feature as well. It is now possible to add images with the normal syntax "[[FILE-LOCATION]]" but it feels cumbersome to find the full path of an image and write it there. Aat least with the file browser I use, the directory and file name are stored separately so that I need to open the file information, copy-paste the path, write the slash in between, copy-paste the file's name and then also write the brackets in order to insert an image.

I think that adding an "Add link" option to the "three dots menu" on the top right would be great. After clicking it a small window with two fields - one for the link and one for the description would open. In the link field, there should be an option to open a file browser and select a file. This way, inputting not only images but also other links (HTML,..) would be much easier than it is now

Gypaets avatar Jan 18 '22 17:01 Gypaets

https://github.com/orgzly/orgzly-android/issues/566#issuecomment-1013818784 #795 a working implementation to add images, just that you need to go from your gallery app and share that image to Orgzly. If your repo is WebDAV, the image will be upload to WebDAV. The limitation is that images on the WebDAV server are considered remote, and cannot be directly displayed within Orgzly yet.

Why just add a button for picking image inside orgzly?

Is it possible to sync the data to PC?

Doerthous avatar Jul 28 '22 03:07 Doerthous

I'm interested in working on this. Is the idea to have a button that takes A picture and saves it relative to where the org for is stored by default. Also would the pictures need to be synced to Dropbox or other sync services?

Even better if it goes into the org-attach directory and links the uuid to the heading like in org-mode.

ParetoOptimalDev avatar Aug 01 '22 16:08 ParetoOptimalDev