需要创建hulunote/css页面,用于存放css片段,注意css代码需要放到多行代码块中,语言设置为css。

左侧边栏工具隐藏代码

  1. .left-menu-new-note { display: none !important; } /* 新建笔记不显示 */
  2. .left-menu-recent-notes { display: none !important; } /* 最近笔记不显示 */
  3. .left-menu-tools { display: none !important; } /* 工具栏不显示 */
  4. .left-menu-divider-line { display: none !important; } /* 分割线不显示 */
  5. .left-menu-help { display: none !important; } /* 帮助不显示 */