-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for WebDAV (owncloud/nextcloud among others) #245
Comments
Hi @mconsoir, |
+1 |
There's WebDAV-Abstractions for JavaScript. I have used webdav-fs, which worked fine for my use case. Here's their write file example. The export itself shouldn't be a problem at all. I think the harder problems are user interface questions:
Those could be a user setting, I guess? But this is just wild guesses right now. |
I love hackmd; perfect tool, use it nearly every day. One option would be to integrate hackmd as an app for nextcloud (there was/is an etherpad integration). |
For a start, it should be a simple export, like the github and other options.
Of course it would be nice to have a two-way sync, but this might be a bigger issue.
Best would be to not store it at all, with SSO. There is a feature request at nextcloud/server#716, but no roadmap, yet. |
Had been any updates on this integration since? |
Dear all,
it would be awesome to support file upload for owncloud instances...
curl -u user:password --upload-file "filename.md" "https://server/remote.php/webdav/"
Many thanks!
The text was updated successfully, but these errors were encountered: