You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/docs/v2/storage.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,14 +71,36 @@ To get the WebDAV URL, please visit the documentation:
71
71
7. Finally, copy the password and paste it in the password input box in Butterfly
72
72

73
73
74
+
#### Finalizing the connection setup
75
+
76
+
Still not done yet! After doing the above, press the `Connect` button.
77
+
78
+
If you have done everything correctly, there will be some new stuff down the popup.
79
+

80
+
81
+
Type the name of this connection in the `Name` inputbox, you can name it anything.
82
+
83
+
Then, for the `Directory` inputbox, you need to type where should Butterfly store stuff inside this cloud storage.
84
+
85
+
For example:
86
+
if you type `ButterflyDocs` for `Directory`, Butterfly will store all your files inside the `ButterflyDocs` folder in your cloud storage.
87
+
88
+
Notes to keep in mind:
89
+
- Do not use symbols for folder names to be safe
90
+
- Butterfly will create the folder if it doesnt exist
91
+
92
+
Lastly, after typing the name of the folder you want Butterfly to store your notes in, press `Create`.
93
+
94
+
Amazing!!! Finally, you are done. The first time you do this, it will be hard and long, but once you do it frequently, you will get used to it.
95
+
Now, enjoy the benefits of having your notes synces to the cloud, like being able to edit the same note in 2 different devices, without needing to transfer them to the other device.
96
+
97
+
74
98
### Offline sync {#offline}
75
99
76
100
This feature allows you to edit your files on remote servers while you are offline.
77
101
Open the popup menu on a file or folder and click on `Sync`. This will download the file or folder and save it locally. To sync the whole root directory, click on the checkmark in the create dialog or click on the remote in the setting and click on the checkmark in the manage section.
78
102
79
-
There are a few limitations:
80
-
81
-
* You can only sync the top level of a directory. For example if you have a directory `a/b/test.bfly`, this file will not be synced.
103
+
There are a few limitations
82
104
* You cannot delete a file or folder while you are offline.
83
105
* You cannot add, edit or delete templates while you are offline.
0 commit comments