Skip to content

Commit

Permalink
Merge pull request #23 from MobileOrg/icloud
Browse files Browse the repository at this point in the history
Add basic iCloud sync docs
  • Loading branch information
webframp authored Sep 19, 2020
2 parents c57e742 + 43ca012 commit 9b44b05
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
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.

0 comments on commit 9b44b05

Please sign in to comment.