Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic iCloud sync docs #23

Merged
merged 1 commit into from
Sep 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ googleAnalytics = ""
provider = "GitHub"
repo_url = "https://github.com/MobileOrg/mobileorg"

version = "1.7.4"
version = "1.7.5"
logo = "img/logo.png"
favicon = ""

Expand Down
25 changes: 25 additions & 0 deletions content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ following documents to help you get even more from MobileOrg.

## Syncing

## Using iCloud

Configure iCloud Sync in the mobile app and initiate a sync to create the iCloud
Drive folder. The folder will only appear in your iCloud Drive after the initial
sync from MobileOrg.

![icloud settings](img/icloud_sync.png)

To configure sync from emacs set `org-mobile-directory` value to point to the path
in your ~/Library/Mobile Documents folder for the iCloud drive folder:

```org
(setq org-mobile-directory "~/Library/Mobile Documents/iCloud~com~mobileorg~mobileorg/Documents")
```

You can verify the path by opening the iCloud Drive folder in Finder on macOS,
look for MobileOrg folder inside, right-click on it, hold Alt and select "Copy
"MobileOrg" as Pathname". The proper path will be copied to the clipboard.

If you encounter issues you can try downloading the files to your device using
the Files app, making sure to press the cloud icon for each of the files to
download the file locally to your device.

iCloud Sync is a new feature as of v1.7.5, [please report issues on Github](https://github.com/MobileOrg/mobileorg/issues)

### Using Dropbox

If you're not familiar with it already, Dropbox provides 2GB of free storage
Expand Down
Binary file added static/documentation/img/icloud_sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.