-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
- app\src\menus\
- app\src\mobile\menu
- 如果选项隐藏了(display:none),按上下方向键时就跳过 4300a35
- 块标菜单
-
/
斜杠菜单(.hint--menu) Improve /menu #12547- 斜杠菜单中插件添加的选项 Add
data-id
attribute to the buttons #15052
- 斜杠菜单中插件添加的选项 Add
- 文档菜单
- 文档标题旁的块菜单(data-name="titleMenu")及其子菜单、文档树右键菜单(右键笔记本/右键文档/多选文档后右键) Add
data-id
attribute to the button of the doc menu #12518 #12608 - .protyle-breadcrumb 上的"更多"菜单(data-name="breadcrumbMore") Add
data-id
attribute to the button ofbreadcrumbMore
#12518 #12644
- 文档标题旁的块菜单(data-name="titleMenu")及其子菜单、文档树右键菜单(右键笔记本/右键文档/多选文档后右键) Add
- 页签右键菜单 Add
data-id
attribute to the button of tab menu #12518 #12645 - 窗口左上角的主菜单 Add
data-id
attribute to the button of workspace menu #12648 - 窗口右上角的插件、外观模式菜单 Add
data-id
attribute to the buttons #15052 - 某些类型的块/元素的右键菜单
- 搜索结果右键菜单里的
复制为
子菜单 Adddata-id
attribute to the buttons #14182 - 数据库菜单
- 其他菜单……
与 #12506 配合
- 用户能简单地用 CSS 代码片段隐藏不需要显示的特定选项,避免写 JS 监听和修改 DOM 影响性能。
- 社区开发者可以通过 data-id 属性定位到菜单中的特定选项,针对性开发功能。
p.s. #8524 感觉遥遥无期
关联需求 #9166 (comment)