Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 26, 2023
1 parent 86500bb commit d41f074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.9.2 2024-01

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

## 0.9.1 2023-12-26

Expand All @@ -10,7 +11,7 @@

## 0.9.0 2023-12-05

* [Add plugin eventbus `sync-start`, `sync-end`, and `sync-fail`](https://github.com/siyuan-note/siyuan/issues/9798)
* [Add plugin event bus `sync-start`, `sync-end`, and `sync-fail`](https://github.com/siyuan-note/siyuan/issues/9798)
* [Add plugin event bus `mobile-keyboard-show` and `mobile-keyboard-hide`](https://github.com/siyuan-note/siyuan/issues/9773)
* [Add some `Protyle` methods to the plugin API](https://github.com/siyuan-note/petal/issues/21)

Expand Down
5 changes: 5 additions & 0 deletions siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ export interface IEventBusMap {
elements: NodeListOf<HTMLElement>,
type: "doc" | "docs" | "notebook",
};
"open-menu-inbox": {
menu: EventMenu,
element: HTMLElement,
ids: string[],
};
"open-noneditableblock": {
protyle: IProtyle,
toolbar: Toolbar,
Expand Down

0 comments on commit d41f074

Please sign in to comment.