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

完成ios同步部分内容 #22

Merged
merged 11 commits into from
Sep 25, 2023
Binary file added src/assets/image-iOS同步登陆.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/image-iOS文献同步成功.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/image-iOS文献阅读.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/image-iOS登陆.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/image-iOS首页.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 36 additions & 2 deletions src/user-guide/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ WebDAV 是一组基于超文本传输协议的技术集合,有利于用户间
![生成应用密码](../assets/image-坚果云-生成密码.png)
![复制应用密码](../assets/image-坚果云-密码.png)

5. 打开 `Zotero`,`编辑`——`首选项`——`同步`——文`件同步`,使用 `Zotero` 改成 `WebDAV`,并填写你的坚果云的服务器地址:`dav.jianguoyun.com/dav`。
5. 打开 `Zotero`,`编辑`——`首选项`——`同步`——`文件同步`,使用 `Zotero` 改成 `WebDAV`,并填写你的坚果云的服务器地址:`dav.jianguoyun.com/dav`。
用户名是坚果云账号,密码是上一步中的应用密码(非坚果云账号登录密码),设置好后点击 `Verify Server` 即可。

![登陆WebDAV账户](../assets/image-zotero-登陆webdav账户.png)
Expand All @@ -121,9 +121,43 @@ WebDAV 是一组基于超文本传输协议的技术集合,有利于用户间

### IOS

::: tip 施工中
::: tip

在进行该部分操作时,请确保您拥有 `Zotero账户`、`具有WebDAV同步功能的网盘`、`完成PC端相关设置`。

:::

官方已经发布了 Zotero for iOS,并且支持支持 Webdav 同步,iOS 端的设置相对比较简单,只需要登陆 Zotero 账户和完成 WebDAV 网盘设置即可。

1. 首先您需要在 App Store [下载 Zotero](https://apps.apple.com/cn/app/zotero/id1513554812)

2. 在第一次打开 Zotero 时,会提醒登陆,选择 Sign In(此时需要登陆你的 Zotero 账户)

![登陆Zotero账户](../assets/image-iOS登陆.jpg)

3. 登陆完成后,返回 app 主页,点击右上角的齿轮图标

![app首页](../assets/image-iOS首页.png)

4. 点击 `account` 进入同步设置

5. 从上到下依次为:

- 附件同步方式:`WebDAV`
- WebDAV 地址:`dav.jianguoyun.com/dav`
- 坚果云账户:邮箱
- 密码:此处的密码是在坚果云中创建的应用密码,不是坚果云网盘的登陆密码)

验证服务器后显示`Verified` 表示设置成功。

![iOS同步登陆](../assets/image-iOS同步登陆.png)

6. 等待片刻文献即可同步成功。可以点击文献直接阅读,也点击文献右侧的 `i` 标志查看文献信息
![文献同步成功](../assets/image-iOS文献同步成功.png)

7. 在文献阅读时,可以进行高亮内容,任意划线等操作。完成阅读是直接返回,你的阅读记录会后台自动同步到其他客户端。
![文献阅读](../assets/image-iOS文献阅读.png)

### Android

::: tip 施工中
Expand Down