Skip to content

Releases: zixun-ai/obsidian-paper-reader

0.1.7

Choose a tag to compare

@github-actions github-actions released this 17 Sep 07:36

What's Changed

  • 修复:允许在已有标注上重新选择文本 by @zixun-ai in #1

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

Choose a tag to compare

@github-actions github-actions released this 16 Sep 11:40

Full Changelog: 0.1.5...0.1.6

0.1.5

Choose a tag to compare

@github-actions github-actions released this 15 Sep 14:26

Full Changelog: 0.1.4...0.1.5

0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Sep 14:10

Full Changelog: 0.1.3...0.1.4

Paper Reader 0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Sep 09:32

更新

  • AI 回答在输出过程中逐步渲染 Markdown,无需等待完整输出。
  • 收紧 AI 面板列表缩进、项目与段落间距。
  • 补充数学公式输出规范。
  • 保留切换选区或关闭面板时的旧请求隔离,补充流式渲染回归测试。

Installation

Download main.js, manifest.json, and styles.css into your vault's .obsidian/plugins/paper-reader directory, then reload the plugin. Existing settings and annotations are preserved. Requires desktop Obsidian 1.13.7 or later.

AI answers now render Markdown progressively, with more compact list spacing and clearer math-format instructions.

Paper Reader 0.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Sep 08:28

修复与优化

  • 批注编辑弹窗新增「删除批注」,误删可撤销;保存失败时保留批注。
  • 编辑时使用「保存批注」按钮,区分新增与保存。
  • 页面批注图标改为无圆底的细线样式,支持键盘操作及悬停查看批注。

Installation

Download main.js, manifest.json, and styles.css into your vault's .obsidian/plugins/paper-reader directory, then reload the plugin. Existing settings and annotations are preserved.

Requires desktop Obsidian 1.13.7 or later. This release adds note deletion with undo and save-failure protection, clearer save controls, and a simpler annotation marker.

Paper Reader 0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 06:41

Privacy hardening:

  • Require HTTPS for remote AI endpoints; allow HTTP only for loopback hosts.
  • Explain destination, text/context/history transmission, and plaintext API-key storage before the first AI request in each reader window. Cancellation sends nothing.
  • Show API-key storage warnings in settings and expand README disclosure.

32 unit tests and browser acceptance tests passed, including confirmation-dialog and cancellation checks. Existing settings and annotations are preserved. API keys still use plaintext plugin storage; do not publish or share data.json.

隐私保护更新:远程 HTTPS 校验、首次 AI 发送确认、密钥保存提示。请重载插件。

Paper Reader 0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 06:28

First public release of Paper Reader.

  • Read PDF papers with text annotations, freehand ink, undo/redo, search, and reading-position restoration.
  • Browse annotations and export linked notes that jump back to the source page.
  • Optional AI assistance uses your configured provider and API key; ordinary reading and annotation work offline.
  • PDF worker is bundled in main.js. Install only main.js, manifest.json, and styles.css into .obsidian/plugins/paper-reader/.

Requires Obsidian 1.13.7 or later on desktop. Verified on macOS; Windows and Linux have not yet been tested. Annotation data is stored separately and is not embedded into the PDF. See README for privacy details and limitations.

Validation: 31 unit tests, browser integration tests (including the production bundle), GitHub CI, and a local Obsidian loading check passed.

首个公开版本:包含阅读、标注、画笔、撤销重做、搜索、阅读位置恢复及笔记回跳。AI 功能可选。社区插件目录尚未上架,可先手动安装。问题请通过仓库 Issues 反馈。