admnwrk

Veröffentlicht: Lesedauer: 2 Min.

← Back to Table of Contents

3. Sync: iCloud & Nextcloud

mrkdwn syncs optionally. Without activation, everything stays local on the device. You can use iCloud, Nextcloud, or both.


iCloud Drive

Settings → Sync & Cloud → iCloud.

Requirement: Signed in to iCloud with iCloud Drive enabled.

Enable iCloud

Enabling iCloud Drive as the sync backend.


Nextcloud (WebDAV)

Settings → Sync & Cloud → Nextcloud.

Fields:

Field Example
Server URL https://cloud.example.com
User your-name
Password App password (recommended)
Sync folder markdown (default)

Security: Use an app password (Nextcloud → Settings → Security), not your main password.

Nextcloud configuration

The Nextcloud credentials and sync options.

End-to-End Encryption (AES)

Optionally, files can be AES-encrypted before upload with a password of your choice. Only encrypted blobs are stored on the server.

Open the Nextcloud App

If the official Nextcloud app is installed, an “Open Nextcloud App” button appears below the sync button.


iCloud + Nextcloud Together

Both backends can run in parallel. mrkdwn keeps the local store as the source and reconciles with both. Deleted files are reliably removed everywhere via tombstones (deletion markers) — no reappearing.


Sync Log for Control

For diagnostics, you can view a detailed sync log.

Sync log

The sync log for diagnosing synchronization.

Example entries:

  • ⬆️ Uploading: Notes/Idea.md
  • 🗑️ Delete (Cloud & Local): Old.md
  • ⚠️ Upload skipped (empty): …

Offload (Free Up Space)

With an active cloud, you can offload a file’s local content (the text is removed from the device but kept in the cloud). The file then appears greyed out and is re-downloaded on demand.

← Back · Next: Export →