spsdco / notes

Awesome note taking.
MIT License
559 stars 54 forks source link

Syncing with other services. #7

Open megubyte opened 11 years ago

megubyte commented 11 years ago

Add support for other file sync services:

Stuff that probably won't happen (markdown vs rich text):

dtigue commented 11 years ago

+1, especially OwnCloud

archisman-panigrahi commented 11 years ago

Sync with Copy?

rafi commented 11 years ago

+1 for Google Drive, it's definitely the most popular out of this list.

consindo commented 10 years ago

This is beyond annoying. SkyDrive doesn't support CORS for downloading files and Google Drive doesn't have a nice reference for their REST api. You can really see why Dropbox came out on top.

I'll probably skip implementing more services until next release. At least I implemented a nice infrastructure for multiple services.

jancborchardt commented 10 years ago

ownCloud has a Notes API for this:

(Alternatively you can use WebDAV – the Notes app stores everything in the »Notes« subfolder as plain text files. We also have a Share API.)

Let us know if you have questions or something is missing, cc @Raydiation who developed the Notes app. Also be welcome in our IRC channel #owncloud-dev and on our developer mailing list.

crowjake commented 10 years ago

The plain text service would be great. That way I can sync to google-drive using insync.

megubyte commented 10 years ago

I could offer an option to export markdown files, that or just add google drive sync or something to that effect.

jancborchardt commented 10 years ago

If you add WebDAV sync, people will be able to sync to a variety of different services (like ownCloud). Together with Dropbox and Google Drive this will cover lots of people. Simple plain text.

crowjake commented 10 years ago

For me the best would be plain text with markdown simply auto-saved into a folder... it'd just kinda make springseed into a text editor, but one focused on note-taking/organising. Plain text in a folder can be synced with pretty much any service.

Failing that drive sync would be perfect!

sckasturi commented 10 years ago

^

BernhardPosselt commented 10 years ago

BTW: we've kicked markdown support out of the notes app because basically any lib is vulnerable to XSS. If you havent checked your implementation please do so ;)

jancborchardt commented 10 years ago

@michealharker just saw the new Springseed, awesome! :) Let us know if we can help adding ownCloud support. You’re welcome in #owncloud-dev on IRC freenode.

Nebrit commented 10 years ago

Ability to customize DROPBOX folder in which you want the data to be saved springseed. Is NOT correct to be saved in the root of Dropbox but to customize the site, that helps businesses and users to organize files. Something that is crucial. We propose for 2.0

This is very important, possibility of customize dropbox folder @michealharker

markx commented 10 years ago

Is there a way to somehow transfer existing notes from Evernote? I cannot give up all my notes there.

peteruithoven commented 9 years ago

+1 on support for a local folder (that is synced by OwnCloud / Skydrive / Google Drive) or Owncloud

brainsys commented 9 years ago

+1 for ownCloud or WebDAV. I'm desperate to dump Evernote!

victort commented 9 years ago

also :+1: for ownCloud

no, seriously, ownCloud. +1 is :+1: without the colons.

also, ownCloud. PLEASE?

kthxbai

jancborchardt commented 9 years ago

@michealharker @zackp30 are you still working on Springseed? As I said let us know if we from ownCloud can help on making this feature happen.