forked from curtgrimes/obsidian-floating-toc-plugin
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否直接显示标签在“文字”前面呢? #12
Comments
用下面的css片段即可实现 li.heading-list-item .text::after
{
float: left;
} |
很多主题自带这个功能比如 blue topaz |
插件应该更关注浮动目录本身,文档相关的交给主题做好了 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如图,类似bear哪种。
The text was updated successfully, but these errors were encountered: