As we’re working on this simple Notes app for ownCloud I thought it would be nice to have it syncable out to other apps, using remoteStorage. Especially because it’s modeled after Litewrite and because ownCloud can (hopefully soon again) be used as remoteStorage it would be great if the data could be shared.
What we do currently with the Notes app is just use a »Notes« folder in the Files app and save the notes in there as plain txt. This should ideally stay that way because it enables desktop syncing via the client.
Now I'm not sure if it makes sense at all to try to do that, also because Litewrite doesn't just use text. Locally we also use JSON for the Notes app, maybe that can be exposed/saved/synced. cc @Raydiation please comment on this, also cc @jorin-vogel
This is probably dependent on the remoteStorage / »Open Web Apps« app from owncloud-archive/apps#448 cc @michielbdejong @nilclass, and it working with ownCloud 5 or later.
Bernhard (@Raydiation) and I are about to port the Notes app to AngularJS in the js-cleanup branch: https://github.com/owncloud/notes/tree/js-cleanup
As we’re working on this simple Notes app for ownCloud I thought it would be nice to have it syncable out to other apps, using remoteStorage. Especially because it’s modeled after Litewrite and because ownCloud can (hopefully soon again) be used as remoteStorage it would be great if the data could be shared.
What we do currently with the Notes app is just use a »Notes« folder in the Files app and save the notes in there as plain txt. This should ideally stay that way because it enables desktop syncing via the client.
Now I'm not sure if it makes sense at all to try to do that, also because Litewrite doesn't just use text. Locally we also use JSON for the Notes app, maybe that can be exposed/saved/synced. cc @Raydiation please comment on this, also cc @jorin-vogel
This is probably dependent on the remoteStorage / »Open Web Apps« app from owncloud-archive/apps#448 cc @michielbdejong @nilclass, and it working with ownCloud 5 or later.
Bernhard (@Raydiation) and I are about to port the Notes app to AngularJS in the js-cleanup branch: https://github.com/owncloud/notes/tree/js-cleanup