guopenghui / obsidian-quiet-outline

Improving experience of outline in Obsidian
MIT License
316 stars 17 forks source link

两个功能需求 #6

Closed hdg8087 closed 2 years ago

hdg8087 commented 2 years ago

【1】目前能一键折叠大纲,希望也能一键展开所有层级。 【2】大纲层级线。 【3】文章内容很多、大纲层级很多的时候,我就想给一级标题上个颜色或者加粗之类的,这样一看就知道繁杂的大纲分为多少个大块。

hdg8087 commented 2 years ago

哦,是三个需求

AiurArtanis commented 2 years ago

【2】大纲层级线。

+1

tyf2018 commented 2 years ago

一键展开所有层级

+1

guopenghui commented 2 years ago

0.2.0版本应该能实现这些功能了, 第1、2点可以看一下新的readme, 第3点可以看看我在styles.css里面的写法,可以通过.quiet-outline .level-1 .n-tree-node-content这个选择器来选择h1的内容

hdg8087 commented 2 years ago

感谢!