Skip to content

Commit cd01357

Browse files
committed
Corrected missed formatting mistakes; replaced some admonitions with tabs; removed deprecated information.
1 parent a623a87 commit cd01357

File tree

13 files changed

+33
-24
lines changed

13 files changed

+33
-24
lines changed

cyberduck/browser.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,18 @@ Select the file in the browser and choose *File → Info (macOS `⌘I` Windows `
151151

152152
### Quick Look
153153

154-
:::{admonition} macOS only
154+
::::{admonition} macOS only
155155
:class: tip
156156

157157
You can toggle Quick Look in a Cyberduck browser for any file using *Space Bar*. A preview is rendered depending on a Quick Look Plugin available on your system for the given file type. Many file types like different image formats can be previewed with the bundled plugins in OS X and HTML is even rendered in the Quick Look preview panel.
158-
:::
159158

160159
:::{image} _images/quicklook.png
161160
:alt: Quicklook
162161
:width: 500px
163162
:::
164163

164+
::::
165+
165166
### Open or Copy HTTP URL
166167

167168
See bookmark [Web URL configuration](bookmarks.md#http-url) for HTTP URLs. You can select multiple files to open/copy all URLs.

cyberduck/edit.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ The default editor opened for a file is selected depending on the file type. If
1111
:width: 700px
1212
:::
1313

14-
:::{admonition} macOS only
15-
:class: tip
14+
::::{tabs}
15+
:::{group-tab} macOS
1616

1717
To edit file type associations choose *File → Info* for a given file type in the *Finder.app*.
18-
:::
1918

20-
:::{admonition} Windows only
21-
:class: tip
19+
:::
20+
:::{group-tab} Windows
2221

2322
To edit file type associations choose *Properties → General → Type of file → Change…* for a given file type in Windows Explorer.
23+
2424
:::
25+
::::
2526

2627
## Preferences
2728

cyberduck/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Registration keys can be [recovered](https://cyberduck.io/help#recover) using th
8080

8181
### The Registration Key Received Cannot be Opened
8282

83-
The registration key is sent to you by email automatically after the Paypal transaction has been completed. Make sure the filename of the registration key ends with `.cyberducklicense`. Some email applications change the extension to `.xml` when saving the attachment. If the key is invalid, the file must have been modified when saving it from your email application. Try the following:
83+
The registration key is sent to you by email automatically after the transaction has been completed. Make sure the filename of the registration key ends with `.cyberducklicense`. Some email applications change the extension to `.xml` when saving the attachment. If the key is invalid, the file must have been modified when saving it from your email application. Try the following:
8484

8585
- If you are using a webmail provider, try using a different browser or email client application to access your mail.
8686
- Contact you hosting service provider how to download attachments.

cyberduck/preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Alternatively you can create a file `default.properties` in the [application sup
118118
:::
119119
:::{group-tab} Windows
120120

121-
If not existing yet you need to create the file [%AppData%](faq.md#preferences-and-application-support-files-location)`\Cyberduck\default.properties`. To do that create a new text file within `%AppData%\Cyberduck` and replace the preconfigured name including the file extension by *default.properties*.
121+
If not existing yet you need to create the `default.properties` file in the [application support folder](faq.md#preferences-and-application-support-files-location). To do so, create a new text file within `%AppData%\Cyberduck` and replace the preconfigured name including the file extension by *default.properties*.
122122

123123
Add the setting as follows:
124124

cyberduck/share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Choose *Share…* from the [context menu](../mountainduck/interface.md#share) t
133133
For bookmarks configured with [Microsoft OneDrive](../protocols/onedrive.md) & [Microsoft SharePoint](../protocols/sharepoint.md) protocols.
134134

135135
::::{tabs}
136-
::::{group-tab} Cyberduck
136+
:::{group-tab} Cyberduck
137137

138138
Choose *File → Share…*. to create an [shared link](../protocols/onedrive.md) for a file or folder.
139139

cyberduck/spotlight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cyberduck includes a custom *Spotlight Importer Plugin* to search the contents o
1111
The *Spotlight Menu* does return no results for recently connected servers in Cyberduck because it excludes indexed files located in `~/Library/Application Support/Cyberduck/History`. This is also an issue for Adium.
1212
:::
1313

14-
As a workaround, you have to export all bookmarks to another location such as your *Documents* folder. Select all bookmarks *(⌘A)* in the bookmark list and drag these somewhere in your *Documents* folder in the Finder. You can then search bookmarks in the *Spotlight Menu* by nickname and hostname. Additionally, to display all bookmarks as a result search for `kind:"Cyberduck Bookmark"`.
14+
As a workaround, you have to export all bookmarks to another location such as your *Documents* folder. Select all bookmarks *(`⌘A`)* in the bookmark list and drag these somewhere in your *Documents* folder in the Finder. You can then search bookmarks in the *Spotlight Menu* by nickname and hostname. Additionally, to display all bookmarks as a result search for `kind:"Cyberduck Bookmark"`.
1515

1616
## Create a Smart Folder in Finder to Search Bookmark Files
1717

mountainduck/connect/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ online
1111
When connecting to a server, you can choose between *[Online](online.md)* and *[Smart Synchronization](sync.md)* connect
1212
mode.
1313

14-
:::{admonition} Online
14+
::::{tabs}
15+
:::{tab} Online
16+
1517
In _Online_ connect mode, changes to a file are immediately uploaded and in sync when an application has finished saving a file.
18+
1619
:::
20+
:::{tab} Smart Synchronization
1721

18-
:::{admonition} Smart Synchronization
1922
In _Smart Synchronization_ connect mode, files are copied to a local cache for faster access prior synchronization with the server in the background.
23+
2024
:::
25+
::::
2126

2227
## Feature Comparison
2328

mountainduck/connect/sync.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ A conflict may be caused by two or more users editing the same files at the same
257257
| Action | Error Cause | Error State (Overlay Icon) | Remarks | Manual Conflict Resolution |
258258
|------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------:|
259259
| Indexing folder | Missing permission | Sync Error for files with<br/> pending write | Other files are removed from<br/> local cache | Context menu with options<br/>*Retry* |
260-
| Open placeholder (1) file | Permission failure reading<br/>file on server | - | Status remains *Online* | - |
261-
| Select to keep file offline<br/>placeholder (1) file | Permission failure reading<br/>file on server | Sync Error | - | Context menu with options<br/>*Retry* |
260+
| Open placeholder[^1] file | Permission failure reading<br/>file on server | - | Status remains *Online* | - |
261+
| Select to keep file offline<br/>placeholder[^1] file | Permission failure reading<br/>file on server | Sync Error | - | Context menu with options<br/>*Retry* |
262262
| Indexing folder containing<br/>files in write error state | File with write sync error<br/>state not found on server | Sync Error | For error states caused by other Operations<br/>than `write`, the file is removed on local disk | Context menu with options<br/>*Retry* |
263-
| Open placeholder (1) file | Directory index is out of sync.<br/>File not found on server | - | File is deleted in local cache | - |
263+
| Open placeholder[^1] file | Directory index is out of sync.<br/>File not found on server | - | File is deleted in local cache | - |
264264
| Edit file deleted on server | Directory index is out of sync.<br/>File not found on server | - | File is uploaded anew to server | - |
265265
| Edit file renamed on server | Directory index is out of sync.<br/>File not found on server | - | File is uploaded anew to server | - |
266266
| Edit file already changed<br/>on server | Last seen checksum differs from current<br/>checksum on server. (Or timestamp<br/>when server does not offer checksum<br/>verification) | - | Existing file on server is renamed<br/> to `<filename> timestamp.<extension>`.<br/>Eventually with user preference to<br/>default to sync error instead. | User has to manually merge<br/>the conflicting edits. |
@@ -272,4 +272,4 @@ A conflict may be caused by two or more users editing the same files at the same
272272
| Create folder that exists already on<br/>server | Directory index is out of sync | - | Failure creating folder is ignored | - |
273273
| Deleting file already changed on server | Directory index is out of sync | - | File is deleted on server | - |
274274

275-
(1) Indexed file in local cache not downloaded from server
275+
[^1]: Indexed file in local cache not downloaded from server

mountainduck/locking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Attempting to open a locked document, an error message is displayed notifying th
6767

6868
::::
6969
::::{group-tab} Windows
70+
71+
**Microsoft Word**<br/>
7072
`This file is already opend by another user. Would you like to make a copy of this file for your use?`
7173

7274
:::{image} _images/File_in_Use_Microsoft_Word_Windows.png

protocols/b2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The modification date retention is supported using `src_last_modified_millis` fo
163163

164164
### Rename and Move Files
165165

166-
<del>not supported.</del> Supported in Cyberduck 7 or later.
166+
Supported in Cyberduck 7 or later.
167167

168168
## References
169169

0 commit comments

Comments
 (0)