Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 22, 2024
1 parent d3c01b3 commit e239fc5
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@

## v1.0.8 2025-01

* [Add plugin function `getAllModels`](https://github.com/siyuan-note/siyuan/issues/13579)
* [Add `renderAVAttribute` method to Protyle](https://github.com/siyuan-note/siyuan/pull/13547)
* [Remove Sentry reporting diagnostic data](https://github.com/siyuan-note/siyuan/issues/13522)

Expand Down
14 changes: 14 additions & 0 deletions siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,20 @@ export function exitSiYuan(): void

export function getAllEditor(): Protyle[]

export function getAllModels(): {
editor: [],
graph: [],
asset: [],
outline: [],
backlink: [],
search: [],
inbox: [],
files: [],
bookmark: [],
tag: [],
custom: [],
}

export function getModelByDockType(type: TDock | string): Model | any;

/**
Expand Down

0 comments on commit e239fc5

Please sign in to comment.