Skip to content

Commit caf03f6

Browse files
committed
Formatting
1 parent 2f3c49a commit caf03f6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

mountainduck/connect/integrated.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Integrated
22
====
33

4-
```{toctree}
4+
:::{toctree}
55
:hidden:
66
:titlesonly:
7-
```
7+
:::
88

9-
```{image} ../_images/Disk_Syncing.png
9+
:::{image} ../_images/Disk_Syncing.png
1010
:alt: Disk Syncing
1111
:width: 200px
12-
```
12+
:::
1313

1414
> Local storage is managed by the operating system. The mount is not seen as a remote volume by applications but as a regular folder on disk. This option uses the tightly integrated _File Provider_ (macOS) and _Cloud Files_ (Windows) APIs. Directories can be browsed when offline and files opened are made available for later offline access. You can choose to make selected files and folders available for offline use. Changes to files are uploaded in the background as soon as a connection is available.
1515
16-
```{tip}
16+
:::{tip}
1717
You can access files in _Integrated_ connect mode without being always connected the server or cloud storage.
18-
```
18+
:::
1919

2020

2121
## Status of Files
@@ -25,29 +25,29 @@ Files and folders on a mounted volume have a status icon overlay in _File Explor
2525
### ![](../_images/overlay_uptodate.png) Up to Date
2626
The file or the contents of a directory has been opened and downloaded to your computer and therefore currently synced with the server or cloud storage. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will appear as *Online Only* and are not downloaded automatically. Files copied to a volume are kept cached by default.
2727

28-
```{note}
28+
:::{note}
2929
Files can be purged automatically from the cache when not accessed or the cache size limit is exceeded. Refer to [Cache Limitations](../preferences.md#cache-limitations).
30-
```
30+
:::
3131

3232
### ![](../_images/overlay_infinite.png) Online Only
3333
The file can only be opened when a connection to the server or cloud storage can be made. The file does not take any space on your computer. The file is downloaded on demand when you open it.
3434

3535
:::{admonition} macOS only
3636
:class: note
37-
```{image} ../_images/File_Provider_Online_Only.png
37+
:::{image} ../_images/File_Provider_Online_Only.png
3838
:alt: File Provider Icon
3939
:width: 24px
4040
:align: left
41-
```
41+
:::
4242
Click this additional icon displayed next to the filename in Finder.app to request the download of the file.
4343
:::
4444

4545
### ![](../_images/overlay_sync.png) In Sync
4646
The file or folder is selected to be synced with the server or cloud storage to always keep offline. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will be downloaded automatically.
4747

48-
```{tip}
48+
:::{tip}
4949
Files explicitly selected to keep offline are **not** automatically purged. Refer to [Cache Limitations](../preferences.md#cache-limitations).
50-
```
50+
:::
5151

5252
### ![](../_images/overlay_syncing.png) Sync in Progress
5353
The file or folder is currently syncing with the server or cloud storage. Check the menu with the sync status for current download or upload progress.
@@ -61,11 +61,11 @@ Files that failed to sync after changes. You are missing permission to write to
6161

6262
:::{admonition} macOS only
6363
:class: note
64-
```{image} ../_images/File_Provider_Ignored.png
64+
:::{image} ../_images/File_Provider_Ignored.png
6565
:alt: File Provider Icon
6666
:width: 24px
6767
:align: left
68-
```
68+
:::
6969
This additional icon displayed next to the filename in Finder.app indicates the file is not synced.
7070
:::
7171

@@ -77,11 +77,11 @@ The file or folder is only saved in local cache and not synced. New _Folders_, e
7777

7878
:::{admonition} macOS only
7979
:class: note
80-
```{image} ../_images/File_Provider_Error.png
80+
:::{image} ../_images/File_Provider_Error.png
8181
:alt: File Provider Icon
8282
:width: 24px
8383
:align: left
84-
```
84+
:::
8585
This additional icon displayed next to the filename in Finder.app indicates a sync error for the file.
8686
:::
8787

@@ -90,10 +90,10 @@ This additional icon displayed next to the filename in Finder.app indicates a sy
9090

9191
Changes to files are uploaded in the background as soon as a connection is available. Progress is reported by animating the status bar icon and a menu item titled *Sync in Progress*.
9292

93-
```{admonition} macOS only
93+
:::{admonition} macOS only
9494
:class: tip
9595
Progress is shown when downloading or uploading a file with a progress bar over the file icon or circular progress indicator adjacent the filename.
96-
```
96+
:::
9797

9898
### Keep Offline
9999

@@ -102,11 +102,11 @@ Choose *Mountain Duck → Keep Offline on Local Disk* to make files and folders
102102
:::{admonition} macOS only
103103
:class: tip
104104

105-
```{image} ../_images/File_Provider_Online_Only.png
105+
:::{image} ../_images/File_Provider_Online_Only.png
106106
:alt: File Provider Icon
107107
:width: 24px
108108
:align: left
109-
```
109+
:::
110110
_Download Now_ when using _Integrated_ connect mode downloads the file but allows it to be removed from cache on low disk space.
111111
:::
112112

@@ -115,26 +115,26 @@ _Download Now_ when using _Integrated_ connect mode downloads the file but allow
115115

116116
Choose *Mountain Duck → Delete on Local Disk* to delete the offline copy. The status of the file will change to *Online Only*. The action is recursive for all contained files when a folder is selected and allows you to quickly free up space used in the cache on your local disk.
117117

118-
```{admonition} macOS only
118+
:::{admonition} macOS only
119119
:class: tip
120120

121121
Choose _Remove Download_ instead when using _Integrated_ connect mode.
122-
```
122+
:::
123123

124124
## Cache
125125

126126
There are different ways to delete the sync cache:
127127
* Delete the bookmark with connection mode set to *Smart Synchronization* or *Integrated*
128128
* Use the deletion prompt when switching the connect mode between *Integrated* and *Smart Synchronization*
129-
```{image} ../_images/Prompt_Delete_Cache.png
129+
:::{image} ../_images/Prompt_Delete_Cache.png
130130
:alt: Delete Cache Prompt
131131
:width: 400px
132-
```
132+
:::
133133
* Use the delete option in Finder.app once the bookmark is disconnected. You will be prompt to confirm the deletion as it can lead to file loss if some changes aren't synchronized to the server
134-
```{image} ../_images/Finder_Option_Delete_Cache.png
134+
:::{image} ../_images/Finder_Option_Delete_Cache.png
135135
:alt: Delete Cache Option
136136
:width: 800px
137-
```
137+
:::
138138

139139
## Limitations
140140

0 commit comments

Comments
 (0)