-
如何调整快间距
2023-09-26 11:49找到方法了,你可以试试:
【主菜单】-【设置】-【外观】-【代码片段】-【添加 CSS】
添加后记得一定要打开开关,把下面的代码片段添加进去,其中的数值自己改
/* 正文字体占比 */ .b3-typography p, .b3-typography [data-node-id], .protyle-wysiwyg [data-node-id].p, .protyle-wysiwyg p { line-height: 1.7em; /* 调整行高 */ padding: 2.3px 2px 1.5px 2px; /* 调整内边距 */ margin-top: .8em; /* 调整上外边距 */ margin-bottom: .4em; /* 调整下外边距 */ }
/*h1~6标题间距*/ .protyle-wysiwyg .h1,.protyle-wysiwyg .h2, .protyle-wysiwyg .h3,.protyle-wysiwyg .h4, .protyle-wysiwyg .h5,.protyle-wysiwyg .h6{ font-weight:700; /* 标题字体粗细 */ margin-top: .8em; /* 标题上间距 */ margin-bottom: .4em; /* 标题下间距 */ }
-
[建议] [macOS M1] 增加 "只读模式"/"编辑模式" 切换快捷键
2022-11-11 17:44非常赞同,我是为知笔记和思源笔记两个都在用,为知的双击后可编辑方式非常人性化,很方便,研发大大们有空可以体验下