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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Open the developer tools in your browser and you will see the data.
26
26
27
27
By default, the application saves the data in your documents folder in a subfolder called "Linwood/Butterfly". This folder is created when you save data for the first time. This folder can be changed in the settings.
28
28
29
-
## Remote storage
29
+
## Remote storage {#remote}
30
30
31
31
:::note
32
32
@@ -46,16 +46,18 @@ To get the WebDAV URL, please visit the documentation:
46
46
### Instructions for NextCloud
47
47
48
48
#### How to get the URL
49
-
1. Go to 'Files'
49
+
50
+
1. Go to `Files`
50
51

51
-
2.Open the 'Files settings'
52
+
2.Press the button on the bottom of the sidebar `Files settings`
52
53

53
-
3.Choose the 'WebDAV' section in the sidebar, then Copy the URL
54
+
3.Scroll down to the `WebDAV` section, then copy the URL
54
55

55
-
4.Paste the URL in the URL input box in Butterfly
56
+
4.Switch to Butterfly, and paste the URL in the URL input box in Butterfly
56
57

57
58
58
59
#### How to get the password and username
60
+
59
61
1. Go to your Nextcloud account info by pressing the profile picture on the corner
60
62
2. Then, press `Settings`
61
63

@@ -64,13 +66,12 @@ To get the WebDAV URL, please visit the documentation:
64
66
- "Butterfly Connection" is a good name to use, as it is identifiable and clear.
65
67
5. Press the button called `Create new app password`
66
68

67
-
6. After authenticating, copy the email and paste it in the username input box in Butterfly
69
+
6. After authenticating, copy the username and paste it in the username input box in Butterfly
68
70

69
71
7. Finally, copy the password and paste it in the password input box in Butterfly
70
72

71
73
72
-
73
-
### Offline sync
74
+
### Offline sync {#offline}
74
75
75
76
This feature allows you to edit your files on remote servers while you are offline.
76
77
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.
0 commit comments