-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing with other services. #7
Comments
+1, especially OwnCloud |
Sync with Copy? |
+1 for Google Drive, it's definitely the most popular out of this list. |
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. |
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. |
The plain text service would be great. That way I can sync to google-drive using insync. |
I could offer an option to export markdown files, that or just add google drive sync or something to that effect. |
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. |
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! |
^ |
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 ;) |
@michealharker just saw the new Springseed, awesome! :) |
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 |
Is there a way to somehow transfer existing notes from Evernote? I cannot give up all my notes there. |
+1 on support for a local folder (that is synced by OwnCloud / Skydrive / Google Drive) or Owncloud |
+1 for ownCloud or WebDAV. I'm desperate to dump Evernote! |
also 👍 for ownCloud no, seriously, ownCloud. +1 is 👍 without the colons. also, ownCloud. PLEASE? kthxbai |
@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. |
Add support for other file sync services:
Stuff that probably won't happen (markdown vs rich text):
The text was updated successfully, but these errors were encountered: