File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.9.2 2024-01
4
4
5
+ * [ Add plugin event bus ` open-menu-inbox ` ] ( https://github.com/siyuan-note/siyuan/pull/9967 )
5
6
6
7
## 0.9.1 2023-12-26
7
8
10
11
11
12
## 0.9.0 2023-12-05
12
13
13
- * [ Add plugin eventbus ` sync-start ` , ` sync-end ` , and ` sync-fail ` ] ( https://github.com/siyuan-note/siyuan/issues/9798 )
14
+ * [ Add plugin event bus ` sync-start ` , ` sync-end ` , and ` sync-fail ` ] ( https://github.com/siyuan-note/siyuan/issues/9798 )
14
15
* [ Add plugin event bus ` mobile-keyboard-show ` and ` mobile-keyboard-hide ` ] ( https://github.com/siyuan-note/siyuan/issues/9773 )
15
16
* [ Add some ` Protyle ` methods to the plugin API] ( https://github.com/siyuan-note/petal/issues/21 )
16
17
Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ export interface IEventBusMap {
169
169
elements : NodeListOf < HTMLElement > ,
170
170
type : "doc" | "docs" | "notebook" ,
171
171
} ;
172
+ "open-menu-inbox" : {
173
+ menu : EventMenu ,
174
+ element : HTMLElement ,
175
+ ids : string [ ] ,
176
+ } ;
172
177
"open-noneditableblock" : {
173
178
protyle : IProtyle ,
174
179
toolbar : Toolbar ,
You can’t perform that action at this time.
0 commit comments