Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Aug 18, 2023
1 parent d631abe commit 4ddfeaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.8.1 2023-08

* [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002)
* [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944)

## 0.8.0 2023-08-15
Expand Down
2 changes: 2 additions & 0 deletions siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ export abstract class Plugin {

addIcons(svg: string): void;

getOpenedTab(): { [key: string]: IModel[] } ;

/**
* Must be executed before the synchronous function.
*/
Expand Down

0 comments on commit 4ddfeaa

Please sign in to comment.