mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
parent
abeada2882
commit
5244d7579c
3 changed files with 28 additions and 1 deletions
|
|
@ -113,6 +113,15 @@
|
|||
| :---------------: | :-------------------------------: |
|
||||
|  |  |
|
||||
|
||||
### 阅读视图的其他设置
|
||||
|
||||
#### 阅读视图的渲染策略
|
||||
|
||||
在编辑笔记内容时阅读视图里标题装饰器的渲染策略:
|
||||
|
||||
- **部分渲染**:在更新后只重新渲染活动标题装饰器。
|
||||
- **全部渲染**:在更新后重新渲染所有标题装饰器。
|
||||
|
||||
### 源码模式的其他设置
|
||||
|
||||
#### 隐藏非活动行上的井字符
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
| :---------------: | :-------------------------------: |
|
||||
|  |  |
|
||||
|
||||
### 閱讀的其他設定
|
||||
|
||||
#### 閱讀的渲染策略
|
||||
|
||||
在編輯筆記內容時閱讀裡標題裝飾器的渲染策略:
|
||||
|
||||
- **部分渲染**:在更新後只重新渲染活動標題裝飾器。
|
||||
- **全部渲染**:在更新後重新渲染所有標題裝飾器。
|
||||
|
||||
### 原始碼模式的其他設定
|
||||
|
||||
#### 隱藏非活動行上的井字元
|
||||
|
|
|
|||
|
|
@ -115,6 +115,15 @@ Directly decorate the heading according to the level. For example:
|
|||
| :-----: | :--------------: |
|
||||
|  |  |
|
||||
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue