文档左边的菜单按钮能否隐藏,,收起文档树时会跟左侧边栏的按钮显示叠在一起
Closed this issue · 6 comments
entps commented
BryceAndJuly commented
这个块标的按钮是鼠标悬浮在内容块上时显示在左上角的,共用的,你如果通过CSS片段来将它隐藏掉,那文档里其他块,比如:文本、代码块、标题块、引述块哪些的块标也没了,你连块的操作入口都找不到,不建议你这么做。
.protyle-gutters {
display: none;
}
况且它并不影响文档树这边【新建子文档】的按钮的点击(默认主题下,依然能点击到),你折腾它干啥。
BryceAndJuly commented
之前回复的有些草率了,今天看到新Issue的时候才想起来,挂件会自动设置文档别名为whiteboard,利用这点可以单独隐藏挂件所在文档的块标而不影响其他文档。
/* 隐藏白板所在文档中内容块的块标 */
.protyle-content:has(.protyle-wysiwyg[alias="whiteboard"]) ~ .protyle-gutters {
display: none !important;
}
entps commented
谢谢
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年09月10日 08:04 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [BryceAndJuly/Whiteboard] 文档左边的菜单按钮能否隐藏,,收起文档树时会跟左侧边栏的按钮显示叠在一起 (Issue #6) |
之前回复的有些草率了,今天看到新Issue的时候才想起来,挂件会自动设置文档别名为whiteboard,利用这点可以单独隐藏挂件所在文档的块标而不影响其他文档。
/* 隐藏白板所在文档中内容块的块标 */
.protyle-content:has(.protyle-wysiwyg[alias="whiteboard"]) ~ .protyle-gutters {
display: none !important;
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
entps commented
macos 下的 option + y 全屏能解决吗?全屏后当白板获得焦点后就退不岀全屏了
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年09月10日 08:04 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [BryceAndJuly/Whiteboard] 文档左边的菜单按钮能否隐藏,,收起文档树时会跟左侧边栏的按钮显示叠在一起 (Issue #6) |
之前回复的有些草率了,今天看到新Issue的时候才想起来,挂件会自动设置文档别名为whiteboard,利用这点可以单独隐藏挂件所在文档的块标而不影响其他文档。
/* 隐藏白板所在文档中内容块的块标 */
.protyle-content:has(.protyle-wysiwyg[alias="whiteboard"]) ~ .protyle-gutters {
display: none !important;
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
BryceAndJuly commented
那在不含挂件的普通文档里,全屏和退出全屏能正常用吗?如果能的话大概是挂件没处理好兼容,我身边清一色都是Windows,到时候再看看吧。
entps commented
有挂件时只要白板获得焦点就不能退出全屏了,只能关闭思源笔记。没挂件的普通文档可以
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年09月10日 08:40 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [BryceAndJuly/Whiteboard] 文档左边的菜单按钮能否隐藏,,收起文档树时会跟左侧边栏的按钮显示叠在一起 (Issue #6) |
那在不含挂件的普通文档里,全屏和退出全屏能正常用吗?如果能的话大概是挂件没处理好兼容,我身边清一色都是Windows,到时候再看看吧。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>