PKM-er / obsidian-floating-toc-plugin

MIT License
209 stars 6 forks source link

请问如何使用css在特定笔记中隐藏floating-toc? #110

Open Erin-2017 opened 3 months ago

Erin-2017 commented 3 months ago

有一些如homepage之类的页面需要隐藏floating-toc,当我输入下面的代码时,希望通过在特定笔记的cssclasses声明hide-floating-toc来隐藏区块。但并不成功。

.hide-floating-toc .floating-toc { display: none !important; }

但另一方面,当我直接输入下面的代码时,全局的floating-toc区块都会隐藏。

.floating-toc { display: none !important; }

请问有什么方法能满足我的需求呢?

PrayerLi commented 2 months ago

请问你解决了吗

Erin-2017 commented 2 months ago

请问你解决了吗 完全没有😥