分享时间 | 2021-04-06 18:48 |
最后更新 | 2021-04-09 01:01 |
修订版本 | 2 |
用户许可 | -未设置- |
Quicker版本 | 1.23.15 |
动作大小 | 2.3 KB |
配合CSS 使用
插入效果
Custom CSS 代码如下:
[data-rem-tags~="divider"]:not(:focus-within) { color: transparent; position: relative; } [data-rem-tags~="divider"]:not(:focus-within) .rem-bullet__container { display: none; } [data-rem-tags~="divider"]:not(:focus-within) .hierarchy-editor__tag-bar { display: none; } [data-rem-tags~="divider"]:not(:focus-within):before { content: " "; display: block; position: absolute; width: 100%; top: 50%; border-bottom: var(--divider-style, 1px solid black); }
修订版本 | 更新时间 | 更新说明 |
---|---|---|
2 | 2021-04-09 01:01 | 修复有时候输入还需要用户回车的问题 |
1 | 2021-04-06 19:55 | 同时输入---, 符合markdown格式的分割线, 复制后通用 |
0 | 2021-04-06 18:48 |