-
有关思源笔记的同步功能
2025-01-25 03:19思源运行的过程中第三方同步盘会损坏文件(案例很多,好像月初就有一个被 OneDrive 搞丢了大半笔记的),不能把工作空间放到同步盘里。何况就算同步过去了索引也不正常,这是同步盘的缺陷。
不想折腾就买年付订阅直接用,想省钱就买功能特性用 S3,教程一大把。
-
如何进行知识管理丨 P.A.R.A 系统:以行动为导向
2025-01-25 01:17现写了一个:
:is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n)) .b3-list-item__toggle { color: var(--b3-font-color1); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+1), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+1)) .b3-list-item__toggle { color: var(--b3-font-color2); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+2), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+2)) .b3-list-item__toggle { color: var(--b3-font-color3); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+3), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+3)) .b3-list-item__toggle { color: var(--b3-font-color4); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+4), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+4)) .b3-list-item__toggle { color: var(--b3-font-color5); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+5), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+5)) .b3-list-item__toggle { color: var(--b3-font-color6); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+6), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+6)) .b3-list-item__toggle { color: var(--b3-font-color7); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+7), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+7)) .b3-list-item__toggle { color: var(--b3-font-color8); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+8), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+8)) .b3-list-item__toggle { color: var(--b3-font-color9); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+9), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+9)) .b3-list-item__toggle { color: var(--b3-font-color10); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+10), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+10)) .b3-list-item__toggle { color: var(--b3-font-color11); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+11), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+11)) .b3-list-item__toggle { color: var(--b3-font-color12); } :is(.sy__file, .sy__outline) :is(ul.b3-list--background:nth-of-type(13n+12), ul:not(.b3-list--background) > .b3-list-item:nth-of-type(13n+12)) .b3-list-item__toggle { color: var(--b3-font-color13); }
-
从有道云笔记转过来,一些建议
2025-01-24 12:02拖动文档改变层级的时候,不能多选。如果能多选,迁移会方便不少。
如果你说的是文档树,可以多选文档
图片可以用 ctrl+ 滚动来动态调整大小,也可以直接在上下左右边框拉动调整。
拖动图片右边的那个竖条即可
附件可以直接带下载按钮,点击就下载
这个不是高频操作,右键菜单导出即可
-
siyuan 安卓 app 最近两个版本表情图标显示不出来
2025-01-23 13:50我这里无法重现问题,请看一下:
- 移动端是否有使用代码片段、插件、主题
- 手机的字体是否为系统默认字体(如果是主题字体可能会有问题)
-
数据库关联项的横杠怎么去掉
2025-01-23 01:26用这个代码片段:
.av__cell:not(.av__cell--header)[data-dtype="relation"] .av__cell--relation > span:first-child:not(.b3-menu__avemoji) { display: none; }
-
怎么开发思源笔记的插件 哪里有文档
2025-01-22 21:15