Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Oct 7, 2023
2 parents 35fb92b + 022447b commit 28fb156
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar/user-guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ export const userGuide = arraySidebar([
collapsible: true,
children: [
"citation-styles",
"create-bibliographies-within-zotero",
"ms-word-plugin",
"wps-plugin",
"create-bibliographies-within-zotero",
"create-bibliographies-via-zbib",
],
},
{
Expand Down
Binary file added src/assets/image-bib-复制结果.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-bib-选择样式.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-bib-首页.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/user-guide/create-bibliographies-via-zbib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 使用 Zotero bib 生成参考文献表
date: 2023-06-28 21:14:03
updated: 2023-10-07 20:08:24
---

# 使用 Zotero bib 生成参考文献表

Zotero bib 是 Zotero 官方维护的一个引文生成器,使用它,你可以不下载 Zotero,或不将条目导入 Zotero 库,即可生成对应的引用格式。

地址:<https://zbib.org/>

::: warning

这种方法生成的引文是纯文本,无法更新,仅适用于临时使用的场景。例如某文档确定只需要引几篇文档,且不想导入这几篇文档到自己的库。

:::

使用:

1. 打开 <https://zbib.org/>
2. 在下图输入框中输入需要引用的条目链接/识别符等,然后点击“Cite”

![zbib首页](../assets/image-bib-首页.png)

3. 该条条目将会显示如下引用信息,你可以在下图红框处选择样式。

![zbib选择样式](../assets/image-bib-选择样式.png)

4. 继续重复第 2 步可以添加多个条目
5. 已添加的条目将会存储在浏览器,下次打开网页仍然可以看到,知道你清除浏览器 Cookie 或手动删除。
6. 点击“Copy to Clipboard”可以将结果复制到粘贴板。

![zbib复制结果](../assets/image-bib-复制结果.png)
17 changes: 16 additions & 1 deletion src/user-guide/create-bibliographies-within-zotero.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ title: 直接生成参考文献表

# 直接生成参考文献表

如果只是想用文章快速生成参考文献,不想使用 Word 插件,可以使用直接生成参考文献表功能。
除了前述的在文字处理器中添加引文外,Zotero 也提供了直接导出参考文献表的方法:

::: tip 什么时候使用这种方法?

- 分享文献引文
- 需要在 PowerPoint 中添加参考文献表
- 只是想用文章快速生成参考文献,不想使用 Word 插件

:::

1. 先选择需要引用的文献

Expand All @@ -30,3 +38,10 @@ title: 直接生成参考文献表
:::

![粘贴参考文献表](../assets/image-粘贴参考文献表.png)

::: tip 插件推荐

[Zutilo](https://github.com/wshanks/Zutilo) 插件(仅适配 Zotero 6,2023.10.7)提供了生成参考文献表的快捷键。
[Zotero Actions & Tags](https://github.com/windingwind/zotero-actions-tags/discussions) 插件(仅适配 Zotero 7,2023.10.7)配合自定义脚本也可以添加生成参考文献表的快捷键。

:::

0 comments on commit 28fb156

Please sign in to comment.