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

如何自定义/移除空行提示 `这里是空的 (´・-・)ノ` #37

Closed LiveGrow closed 2 years ago

LiveGrow commented 2 years ago

请问大佬可以去掉“这里是空的”的提示吗? 感觉加上这个提示之后有点乱 image

Zuoqiu-Yingyi commented 2 years ago
  1. 打开文件 <工作空间>/data/widgets/custom.css, 如果没有则新建
  2. 在文件中写入如下内容, 之后修改为想要的空行提示文本, 如果不想要该文本, 设置为空字符串 ""
      :root {
          --custom-empty-p: "这里是空的 (´・-・)ノ㊫";
          --custom-empty-c: "这里是空的 (´・-・)ノ↹";
          --custom-empty-t: "这里是空的 (´・-・)ノ☑";
          --custom-empty-u: "这里是空的 (´・-・)ノ◉";
          --custom-empty-o: "这里是空的 (´・-・)ノ①";
      }
  3. 保存文件并使用 Ctrl + F5 重新加载页面
LiveGrow commented 2 years ago

哇,感谢!