owncloud / notes-iOS-App

:notebook:
Other
100 stars 48 forks source link

no photo/picture support in CloudNotes #41

Open djm193 opened 8 years ago

djm193 commented 8 years ago

Sync works over all iOS devices. Would love to skip iOS Notes App and switch to CloudNotes. However it is not possible to add photos or pictures to a note.

Will you implement this feature in the future? It is often much faster to make a photo and put in into notes instead of typing all of it.

thx Daniel

phedlund commented 8 years ago

CloudNotes implements the API exposed by ownCloud Notes(https://github.com/owncloud/notes/wiki/API-0.2). The server would have to add support for images first. You can follow a current discussion here https://github.com/owncloud/notes/issues/224.

changemenemo commented 4 years ago

no progress about it I guess? Could we imagine that there would be a "if (server ==nextcloud)" in the code to associated specific capabilities with specific server? or maybe notes in nextcloud doesn't support picture too?

After some research I guess the problem is because of the markdown editor capabilities? So in the mean time that they think that they have enough money as bounty to develop the capabilities in terms of being able to upload any types of attachments, would it be possible to make a specific part in your app where you could store media files in your app and link them to specific notes?

phedlund commented 4 years ago

Correct, Nextcloud Notes does not support pictures. You can of course insert web links in your markdown but there is no way to sync locally stored pictures and link to them from a note.