From ae3f455af33a09e468a228f42c073cb023e8c155 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 21 Aug 2024 18:10:42 +0200 Subject: [PATCH] Fix indents. --- cli/index.md | 2 +- cryptomator/index.md | 46 ++++++++++++++++++------------------- protocols/dropbox.md | 14 +++++------ protocols/profiles/index.md | 24 +++++++++---------- 4 files changed, 43 insertions(+), 43 deletions(-) diff --git a/cli/index.md b/cli/index.md index 87ca8c69..a08f5081 100644 --- a/cli/index.md +++ b/cli/index.md @@ -116,7 +116,7 @@ To install *Cyberduck CLI* use deb https://s3.amazonaws.com/repo.deb.cyberduck.io nightly main deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main ``` -or using + or using ``` echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null ``` diff --git a/cryptomator/index.md b/cryptomator/index.md index 3f97e482..2249efa9 100644 --- a/cryptomator/index.md +++ b/cryptomator/index.md @@ -46,24 +46,24 @@ Choose *File → New Vault…* to create a new vault. :::: ::::{group-tab} Mountain Duck -- Choose *New Vault…* from the Finder Extension toolbar or context menu using right-click in Finder or Windows Explorer. +1. Choose *New Vault…* from the Finder Extension toolbar or context menu using right-click in Finder or Windows Explorer. -:::{image} _images/Mountain_Duck_Create_New_Vault_Finder_Extension.png -:alt: Mountain Duck Create New Vault (Finder Extension) -:width: 400px -::: + :::{image} _images/Mountain_Duck_Create_New_Vault_Finder_Extension.png + :alt: Mountain Duck Create New Vault (Finder Extension) + :width: 400px + ::: + + :::{image} _images/Mountain_Duck_Create_New_Vault_Windows_Explorer.png + :alt: Mountain Duck Create New Vault (Windows Explorer) + :width: 400px + ::: -:::{image} _images/Mountain_Duck_Create_New_Vault_Windows_Explorer.png -:alt: Mountain Duck Create New Vault (Windows Explorer) -:width: 400px -::: +1. Choose a name for the Vault folder and a passphrase to secure the Vault. -- Choose a name for the Vault folder and a passphrase to secure the Vault. - -:::{image} _images/Create_New_Vault.png -:alt: Create New Vault -:width: 400px -::: + :::{image} _images/Create_New_Vault.png + :alt: Create New Vault + :width: 400px + ::: :::: ::::: @@ -181,14 +181,14 @@ In your local disk connection, you can access all directories which are saved on 1. Navigate to the Dropbox directory and open the subdirectories until you reach your vault. 2. Double click your vault. 3. Type your set password in the password box. If you want you can save the password for easier access to this directory for further usage. -:::{image} _images/access_Cryptomator_vault_Mountain_Duck.png -:alt: Mountain Duck Cryptomator Vault -:width: 400px -::: -:::{image} _images/access_Cryptomator_vault_Cyberduck.png -:alt: Cyberduck Access Cryptomator Vault -:width: 400px -::: + :::{image} _images/access_Cryptomator_vault_Mountain_Duck.png + :alt: Mountain Duck Cryptomator Vault + :width: 400px + ::: + :::{image} _images/access_Cryptomator_vault_Cyberduck.png + :alt: Cyberduck Access Cryptomator Vault + :width: 400px + ::: 4. Click the Continue button and your vault should open. :::: diff --git a/protocols/dropbox.md b/protocols/dropbox.md index b4d924b9..ad46a435 100644 --- a/protocols/dropbox.md +++ b/protocols/dropbox.md @@ -14,19 +14,19 @@ Access your [Dropbox](https://db.tt/49NiK95I) without syncing to your computer. 1. You will be asked to link Cyberduck to your Dropbox account on your first connection attempt. -![Dropbox Link](_images/Dropbox_Link.png) + ![Dropbox Link](_images/Dropbox_Link.png) 2. Log in to Dropbox and grant permissions to *Cyberduck*. -![Dropbox Permissions](_images/Dropbox_Permissions.png) + ![Dropbox Permissions](_images/Dropbox_Permissions.png) 3. The authorization code will be submitted to Cyberduck automatically. -:::{admonition} Multiple Accounts -:class: tip - -You can connect to multiple accounts at the same time. Create a new bookmark for every account and run through the OAuth flow. Make sure to log out in your browser prior to setting up a new bookmark to make sure the new bookmark is linked to a newly authenticated account. -::: + :::{admonition} Multiple Accounts + :class: tip + + You can connect to multiple accounts at the same time. Create a new bookmark for every account and run through the OAuth flow. Make sure to log out in your browser prior to setting up a new bookmark to make sure the new bookmark is linked to a newly authenticated account. + ::: ### Reset OAuth Tokens diff --git a/protocols/profiles/index.md b/protocols/profiles/index.md index eee4292f..37f72e47 100644 --- a/protocols/profiles/index.md +++ b/protocols/profiles/index.md @@ -154,18 +154,18 @@ All additional schemes are registered as a scheme handler when opening [Mountain Create a *multi-TIFF* containing the needed icon sizes: 1. Create a high-resolution *.png* file based on the PSD template 2. Use the following script to generate the different resolutions and the multi-TIFF *disk.tiff* file: - ``` - png=[LOCATION_OF_HIGH_RESOLUTION_PNG] - tmp=$TMPDIR - target=[TARGET_FOLDER] - /usr/bin/sips -s format png -z 128 128 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_64x64@2x.png - /usr/bin/sips -s format png -z 64 64 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_64x64.png - /usr/bin/sips -s format png -z 96 96 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_96@2x.png - /usr/bin/sips -s format png -z 48 48 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_96.png - /usr/bin/sips -s format png -z 256 256 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_256@2x.png - /usr/bin/sips -s format png -z 128 128 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_256.png - /usr/bin/tiffutil -cathidpicheck ${tmp}/icon_64x64@2x.png ${tmp}/icon_64x64.png ${tmp}/icon_96.png ${tmp}/icon_96@2x.png ${tmp}/icon_256.png ${tmp}/icon_256@2x.png -out ${target}/ disk.tiff - ``` + ``` + png=[LOCATION_OF_HIGH_RESOLUTION_PNG] + tmp=$TMPDIR + target=[TARGET_FOLDER] + /usr/bin/sips -s format png -z 128 128 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_64x64@2x.png + /usr/bin/sips -s format png -z 64 64 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_64x64.png + /usr/bin/sips -s format png -z 96 96 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_96@2x.png + /usr/bin/sips -s format png -z 48 48 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_96.png + /usr/bin/sips -s format png -z 256 256 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/icon_256@2x.png + /usr/bin/sips -s format png -z 128 128 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_256.png + /usr/bin/tiffutil -cathidpicheck ${tmp}/icon_64x64@2x.png ${tmp}/icon_64x64.png ${tmp}/icon_96.png ${tmp}/icon_96@2x.png ${tmp}/icon_256.png ${tmp}/icon_256@2x.png -out ${target}/ disk.tiff + ``` 3. Use the command ``` base64 ./disk.tiff -b 70 ``` to generate the base64 version of the multi-TIFF file. This final version will be used for the connection profile. ## Sample Connection Profiles