docs(readme): add a description for the new setting

Refs: dd8eb7b53d
This commit is contained in:
dragonish 2025-08-24 16:11:20 +08:00
parent abeada2882
commit 5244d7579c
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177
3 changed files with 28 additions and 1 deletions

View file

@ -113,6 +113,15 @@
| :---------------: | :-------------------------------: |
| ![有序列表](images/ordered.jpg) | ![无序列表](images/unordered.jpg) |
### 阅读视图的其他设置
#### 阅读视图的渲染策略
在编辑笔记内容时阅读视图里标题装饰器的渲染策略:
- **部分渲染**:在更新后只重新渲染活动标题装饰器。
- **全部渲染**:在更新后重新渲染所有标题装饰器。
### 源码模式的其他设置
#### 隐藏非活动行上的井字符

View file

@ -6,7 +6,7 @@
這是一個用於 [Obsidian](https://obsidian.md) 的外掛,實現根據標題的級別在標題周圍顯示特定內容。
此外掛可選地支援為閱讀、編輯檢視*實際預覽*和*原始碼模式*)、*[大綱](https://help.obsidian.md/plugins/outline)*、*[Quiet Outline](https://github.com/guopenghui/obsidian-quiet-outline)* 和 *[Headings in Explorer](https://github.com/patrickchiang/obsidian-headings-in-explorer)* 外掛提供裝飾。這個外掛不修改任何筆記內容,只根據現有的筆記內容裝飾標題部分。
此外掛可選地支援為閱讀、編輯(*實際預覽*和*原始碼模式*)、*[大綱](https://help.obsidian.md/plugins/outline)*、*[Quiet Outline](https://github.com/guopenghui/obsidian-quiet-outline)* 和 *[Headings in Explorer](https://github.com/patrickchiang/obsidian-headings-in-explorer)* 外掛提供裝飾。這個外掛不修改任何筆記內容,只根據現有的筆記內容裝飾標題部分。
## 預覽
@ -113,6 +113,15 @@
| :---------------: | :-------------------------------: |
| ![有序列表](images/ordered.jpg) | ![無序列表](images/unordered.jpg) |
### 閱讀的其他設定
#### 閱讀的渲染策略
在編輯筆記內容時閱讀裡標題裝飾器的渲染策略:
- **部分渲染**:在更新後只重新渲染活動標題裝飾器。
- **全部渲染**:在更新後重新渲染所有標題裝飾器。
### 原始碼模式的其他設定
#### 隱藏非活動行上的井字元

View file

@ -115,6 +115,15 @@ Directly decorate the heading according to the level. For example:
| :-----: | :--------------: |
| ![Ordered](images/ordered.jpg) | ![Unordered](images/unordered.jpg) |
### Other settings for reading view
#### Render policy for reading view
When editing note content, the render policy used by the heading decorator in the reading view.
- **Partial**: Rerender active heading decorator after the update.
- **Full**: Rerender all heading decorators after the update.
### Other settings for source mode
#### Hide number signs on inactive lines