-
Notifications
You must be signed in to change notification settings - Fork 306
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
Style sync #1788
Comments
What's wrong with the already existing Sync functionality in options? |
Oh, I had overlooked that! But only WebDAV is supported (I don't use the other services) |
I guess you can install a local webdav server if your storage doesn't support this protocol out of the box. |
I have now set up WebDAV in my web server! Nevertheless, I would recommend implementing further protocols... |
That one can synchronize styles to an external storage! This means that one writes his style on PC 1, which is then synchronized on the configured external memory... PC 2 is also configured to this storage and loads the style, but one changes it! It will then be synchronized again with the version on the storage (the version on the storage will be overwritten with the local version from PC 2)... PC 1 loads the new version that one has changed on PC 2... Which would be possible with as many systems as one wants, as long as they have access to said storage
The text was updated successfully, but these errors were encountered: