> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simp.red/llms.txt
> Use this file to discover all available pages before exploring further.

# 稍后读极速版

> 此功能为 [同步助手 1.1.1 版](Sync) 功能，如低于此版本 [请升级](Sync?id=下载)。

# 描述

新版同步助手内置了一个极简版本的稍后读，可以方便的将其嵌入到 Obsidian、MenubarX、以及新标签页等任意需要的地方。

# 地址

[http://localhost:7026/unread/](http://localhost:7026/unread/)

# 截图

![image](https://s1.ax1x.com/2022/11/18/znOcsU.png)

# 演示

[https://user-images.githubusercontent.com/81074/174250556-43a4b264-1432-4ffa-9375-9eea870f395e.mp4](https://user-images.githubusercontent.com/81074/174250556-43a4b264-1432-4ffa-9375-9eea870f395e.mp4)

# 优点

与扩展端的内置的稍后读相比，具有：

* 极速

* 可嵌入任何其它 App，如 Obsidian、MenubarX、以及新标签页等。

# 使用前提

需要使用 [同步助手的的自动同步功能](https://www.yuque.com/kenshin/simpread/pwpnsx) 以及设置 [知识库方案](https://www.yuque.com/kenshin/simpread/wkswh7)。（链接的内容即为教程）

如已设置，可直接访问 [此地址](http://localhost:7026/unread/) 查看。

# 功能

* 强大的搜索，可以搜索任何内容，详细说明 [请看这里](#查询关键字)。

* 标注嵌入模式

  此功能内置一个完整的标注模块，可增删改标注，详细说明 [请看这里](标注嵌入模式)。

* 支持 URL Scheme，更多参数可以看 [Sync](Sync=?URLScheme)，下面是两个最常见的方案。

  * `simpread://open?type=unread`

    > 以独立窗口打开稍后读极速版

  * `simpread://open?type=unread&idx=1234&id=abc`

    > 以独立窗口打开 ID 为 `1234` 的本地快照并具有跳转到对应的标注 `abc` 功能。

* 暗色模式

  ![](https://s1.ax1x.com/2022/11/18/znXAoj.png)

* 支持手机端

* [支持快捷键](Sync?id=极速版快捷键)

* [朗读](TTS)

# 快捷键

> 此功能为 [同步助手 1.1.3 版](Sync) 功能，如低于此版本 [请升级](#下载)。

1.1.3 版增加了两个关于极速版的两个新快捷键：

* 以独立窗口打开极速版

* 在浏览器打开极速版

位置在：同步助手 → 导出 → 稍后读，如何设置这两个快捷键，请看 [稍后读快捷键](稍后读快捷键)。

![](https://s1.ax1x.com/2022/11/18/znJoiF.png)

# 查询关键字

| 关键字           | 描述                    |
| ------------- | --------------------- |
| `today`       | 今日的稍后读                |
| `yestoday`    | 昨日的稍后读                |
| `week`        | 本周的稍后读                |
| `daily`       | 二十四小时以内的稍后读           |
| `nohighlight` | 不含有标注的稍后读             |
| `notags`      | 不含有标签的稍后读             |
| `unarchive`   | 活跃列表                  |
| `archive`     | 归档列表                  |
| `annoate`     | 存在标注的稍后读              |
| `img`         | 包含图片的稍后读              |
| `code`        | 包含代码段的稍后读             |
| `#tag`        | 模糊查询全部包含 tag 的标签      |
| `title:xxx`   | 只查询标题包含 `xxx` 的稍后读    |
| `desc:xxx`    | 只查询描述包含 `xxx` 的稍后读    |
| `note:xxx`    | 只查询备注包含 `xxx` 的稍后读和标注 |
| `tag:xxx`     | 只查询标签为 `xxx` 的稍后读和稍后读 |
| `xxx`         | 模糊查询，全部包含 `xxx` 的稍后读  |
