mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
feat: rewrite setup wizard as step-by-step guide with screenshots
This commit is contained in:
parent
eafbab7594
commit
cea8046c30
5 changed files with 511 additions and 344 deletions
BIN
docs/images/bbt-install.png
Normal file
BIN
docs/images/bbt-install.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
docs/images/json-export.png
Normal file
BIN
docs/images/json-export.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
docs/images/zotero-install.png
Normal file
BIN
docs/images/zotero-install.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
|
|
@ -1,6 +1,8 @@
|
|||
# PaperForge Lite 安装与配置指南
|
||||
|
||||
> 本文档是 [setup_wizard.py](../setup_wizard.py) 的补充说明。如果 TUI 向导中的文字指引不够直观,请参考本页的详细步骤。
|
||||
>
|
||||
> 本文档中的截图保存在 `docs/images/` 目录下,向导中点击"查看安装截图"按钮可直接打开。
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -8,6 +10,8 @@
|
|||
|
||||
Zotero 是免费的文献管理软件,用于收集、组织和引用文献。
|
||||
|
||||
**向导截图**:`docs/images/zotero-install.png`
|
||||
|
||||
### 下载安装
|
||||
|
||||
1. 访问 https://www.zotero.org/download/
|
||||
|
|
@ -24,6 +28,8 @@ Zotero 是免费的文献管理软件,用于收集、组织和引用文献。
|
|||
|
||||
Better BibTeX (BBT) 是 Zotero 的插件,用于生成可供 PaperForge 读取的 JSON 导出。
|
||||
|
||||
**向导截图**:`docs/images/bbt-install.png`
|
||||
|
||||
### 下载插件
|
||||
|
||||
1. 访问 https://retorque.re/zotero-better-bibtex/
|
||||
|
|
@ -68,6 +74,8 @@ Zotero
|
|||
|
||||
这是最关键的一步。每个导出的 JSON 文件将对应一个 Obsidian Base 视图。
|
||||
|
||||
**向导截图**:`docs/images/json-export.png`
|
||||
|
||||
### 理解 JSON 与 Base 的关系
|
||||
|
||||
```
|
||||
|
|
|
|||
847
setup_wizard.py
847
setup_wizard.py
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue