-
Notifications
You must be signed in to change notification settings - Fork 92
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
完成Android同步部分内容 完成手动备份数据部分内容 #27
Conversation
✅ Deploy Preview for zotero-zh ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/user-guide/sync.md
Outdated
6.点击右上角三个点,进入设置界面,开始设置 web dav同步 | ||
勾选`Use webdav to access attachments` | ||
进入`Configure Webdav`进行进一步设置 | ||
![WebDAV](../assets/image-zooforzotero-WebDAV.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文件名大小写敏感,不正确的大小写会无法识别到目标图片导致构建失败。
src/user-guide/sync.md
Outdated
::: | ||
::: tip | ||
安卓上zoo for zotero的问题在于是借助于第三方软件对pdf的直接修改,和zotero官方不一样(可以理解为zoo for zotero + xodo 是在一个图层上修改,而zotero是在两个图层上修改)。所以造成的问题是zotero可以看到zoo for zotero + xodo 上做的笔记,而zoo for zotero + xodo 看不到zotero所做的笔记(电脑可以看到平板,平板看不到电脑。)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
第三方 PDF 编辑软件对 PDF 的编辑保存于 PDF,Zotero 内置阅读器对 PDF 的标注保存于 Zotero 数据库,并没有对 PDF 本身进行修改,仅在阅读时将数据库中保存的标注信息渲染到 PDF 阅读器中,所以“电脑上能看到平板上标注的,平板上看不到电脑上标注的”。
src/user-guide/backup.md
Outdated
updated: 2023-07-20 16:51:54 | ||
--- | ||
|
||
# 备份 | ||
|
||
## 手动备份 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里可能需要依次介绍每一项的作用;
如果新电脑打开过 Zotero (已有一个空白 profile)时,后复制的仍可以被直接读取到(不用经过 profile manager)嘛?
src/user-guide/backup.md
Outdated
| 旧电脑 | 新电脑 | | ||
|-----------------------------------------------------------------------|---------------------------------------------------------------------| | ||
| C:\Users\<用户名>\AppData\Roaming\Zotero\Zotero\Profiles\****.default中文件 | C:\Users\<用户名>\AppData\Roaming\Zotero\Zotero\Profiles\****.default中 | | ||
| Zotero安装文件夹 | 建议为同一路径,避免出现问题 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对安装文件夹的备份似乎是无必要的,完全可以直接用安装包重新安装。这样可以免除用户手动注册 Zotero 的各种文件协议(如 zotero://open/
)。
同学你好,我把 添加了一些关于这三个目录分别的作用和默认位置相关的描述。 如果你有时间和兴趣,可以 review 一下看下合理不合理(我也不确定需不需要放这些描述,只是觉得放上可能会比较好)(官方文档对于备份的定义其实只是对 数据文件夹 的备份,并不包含用户配置文件)。 这个 pr 我想借用一下把你的 fork 的 main 分支强制推送一次,以和组织下的仓库保持完全同步。 之后修改时候其实最好是新建一个分支,fork 仓库的main就完全不用管了,这样对你自己仓库的维护是比较方便的, update 231004: 已使main保持一致,再次pr时之需要新建分支,然后和往常一样就可以了。 |
No description provided.