-
能否给标题 Headings 自动编号? (已解决)
2021-09-30 16:12😭 可以了,谢谢大佬,居然是这个地方错了,因为先前设置两级的时候成功了,以为代码就不会出问题了,还是没检查到位啊
-
能否给标题 Headings 自动编号? (已解决)
2021-09-30 13:07楼主你好,你提到的注销生效是指电脑系统注销吗?还是思源账户退出登录,两者我都试了,还是不能生效,请问你是怎么生效的?
-
能否给标题 Headings 自动编号? (已解决)
2021-09-30 13:05层主你好,我按你的做法进行修改,对 HI 和 H2 标题都成功了,但是三级标题及以下都不能显示正常序号,能麻烦看一下吗?
/****************************************自定义CSS****************************************/ [data-subtype=h1][data-node-id].h1{ counter-increment: counter_h1; counter-reset: counter_h2; } [data-subtype=h1][data-node-id].h1 [contenteditable][spellcheck]::before{ content: "第"counter(counter_h1)"章 "; } [data-subtype=h2][data-node-id].h2{ counter-increment: counter_h2; counter-reset: counter_h3; } [data-subtype=h2][data-node-id].h2 [contenteditable][spellcheck]::before{ content: counter(counter_h1)"."counter(counter_h2)" "; } [data-subtype=h3][data-node-id].h3{ counter-increment: counter_h3; counter-reset: counter_h4; } [data-subtype=h3[data-node-id].h3 [contenteditable][spellcheck]::before{ content: counter(counter_h1)"."counter(counter_h2)"."counter(counter_h3)" "; } [data-subtype=h4][data-node-id].h4{ counter-increment: counter_h4; counter-reset: counter_h5; } [data-subtype=h4][data-node-id].h4 [contenteditable][spellcheck]::before{ content: counter(counter_h1)"."counter(counter_h2)"."counter(counter_h3)"."counter(counter_h4)" "; } [data-subtype=h5][data-node-id].h5{ counter-increment: counter_h5 } [data-subtype=h5][data-node-id].h5 [contenteditable][spellcheck]::before{ content: counter(counter_h1)"."counter(counter_h2)"."counter(counter_h3)"."counter(counter_h4)"."counter(counter_h5)" "; }
按 F5、重启思源,注销电脑账户都试过了,还是不能生效
-
快嵌入 BUG
2021-03-20 18:54有时候文档书写结束后,再次打开或者上下滑动之后就发现有的块嵌入变成这种提示;有时候是在输入的时候,块嵌入的末尾就会自动多出 undefined 字符,这种情况不影响块嵌入结果,但锚文本后会多出 undefined 字符,在编辑长文档时出现频率较高。在 1.13 版本之前都有这个问题,1.14 刚尝试,暂不明确,因为并不是所有的块嵌入都会出现这种问题,往往是穿插在文档中出现的。
另外,如何根据块编号找到对应块?
-
markdown 语法相关
2021-03-05 09:50确实用行内公式可以解决,哈哈,我确实没没弄清这两者的语法差别,感觉部分是相通的,但是这类符号用的频率还是比较高,不只是一两个公式,要是都用行内公式的话操作成本感觉就上去了