-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Self hosted StackEdit that operates on local files? #192
Comments
That isn't possible in a browser. However, there is an open request regarding support for owncloud (import/export/synchronization): #122 |
Hah! My bad - I saw the Just for the record - am I right to imagine that in a self-hosted version one could write such a module? Only it would probably kind of not be in the spirit of StackEdit... |
In fact you can implement a synchronization provider in StackEdit that connects to a local service. But you will have to implement download, upload, check changes, and optionally html file chooser... things that are implemented by Google Drive and Dropbox. |
That's what I thought :). Having my curiosity satisfied, I'll close the issue. Thanks for the information. |
@benweet How would one implement a custom WebDAV synchronization provider? |
The new Native File System proposal looks to be a good fit for this request. |
That sounds like a perfect addition to StackEdit. |
Would it be hard to setup StackEdit to work only on the files on the machine that it's been installed?
The use case is that I have a private server to which I want to have access from various places, without the use it third party services like Google or Dropbox.
So basically instead of choosing files to sync from external services, they would be chosen from the hard drive of the server.
PS. Great job on StackEdit!
The text was updated successfully, but these errors were encountered: