Skip to content

Commit d41f074

Browse files
committed
1 parent 86500bb commit d41f074

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.9.2 2024-01
44

5+
* [Add plugin event bus `open-menu-inbox`](https://github.com/siyuan-note/siyuan/pull/9967)
56

67
## 0.9.1 2023-12-26
78

@@ -10,7 +11,7 @@
1011

1112
## 0.9.0 2023-12-05
1213

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)
1415
* [Add plugin event bus `mobile-keyboard-show` and `mobile-keyboard-hide`](https://github.com/siyuan-note/siyuan/issues/9773)
1516
* [Add some `Protyle` methods to the plugin API](https://github.com/siyuan-note/petal/issues/21)
1617

siyuan.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ export interface IEventBusMap {
169169
elements: NodeListOf<HTMLElement>,
170170
type: "doc" | "docs" | "notebook",
171171
};
172+
"open-menu-inbox": {
173+
menu: EventMenu,
174+
element: HTMLElement,
175+
ids: string[],
176+
};
172177
"open-noneditableblock": {
173178
protyle: IProtyle,
174179
toolbar: Toolbar,

0 commit comments

Comments
 (0)