Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 11, 2025
1 parent 0833143 commit d44bea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.9 2025-01

* [Improve list item, super block and blockquote backlink propagation](https://github.com/siyuan-note/siyuan/issues/13776)
* [Add plugin function `openSetting`](https://github.com/siyuan-note/siyuan/pull/13761)

## v1.0.8 2024-12-24
Expand Down
3 changes: 2 additions & 1 deletion siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ export abstract class Plugin {
defIds?: string[],
x?: number,
y?: number,
targetElement?: HTMLElement
targetElement?: HTMLElement,
originalRefBlockIDs?: IObject,
}): void;

updateCards(options: ICardData): Promise<ICardData> | ICardData;
Expand Down
1 change: 1 addition & 0 deletions types/protyle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export interface IProtyleOptions {
mode?: TEditorMode,
blockId?: string
rootId?: string
originalRefBlockIDs?: IObject
key?: string
defId?: string
render?: {
Expand Down

0 comments on commit d44bea9

Please sign in to comment.