Zuoqiu-Yingyi / siyuan-theme-dark-plus

思源笔记的一款多功能双模式主题 | A multifunctional dual-mode theme of SiYuan Note.
GNU Affero General Public License v3.0
139 stars 14 forks source link

:bug: 文档以 点号 开头,在文档树中,显示为空 #204

Closed zhoutaosheng closed 1 year ago

zhoutaosheng commented 1 year ago

该问题是否已经被报告过了? Is there an existing issue for this?

描述问题 Describe the problem

如下,.class 文档,在文档树中,显示为空 image

已经确定,默认主题没有问题

期待的结果 Expected result

表现正确

截屏或者录屏演示 Screenshot or screen recording presentation

No response

版本环境 Version environment

- SiYuan Version: 2.10.0
- Dark+ Version: 1.10.0
- Operating System: Windows 11
- Browser (if used):

更多信息 More information

zhoutaosheng commented 1 year ago

使用默认主题,表现正确 image

Zuoqiu-Yingyi commented 1 year ago

这是一个特性, 用于在文档树中隐藏指定的文档名

zhoutaosheng commented 1 year ago

这是一个特性, 用于在文档树中隐藏指定的文档名

@Zuoqiu-Yingyi 问下,在哪关闭这个特性,比如在代码中,哪里关闭这个特性

Zuoqiu-Yingyi commented 1 year ago

问下,在哪关闭这个特性,比如在代码中,哪里关闭这个特性

在 设置 > 外观 > 自定义代码片段 > CSS 片段 中添加如下片段即可

:root {
    --custom-doctree-begin-period-color: var(--b3-theme-on-background);
}