There was an error while loading. Please reload this page.
1 parent 882c462 commit c483f87Copy full SHA for c483f87
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## v1.1.4
4
5
-* [Add plugin event bus `code-language-before` and `code-language-change`](https://github.com/siyuan-note/siyuan/pull/15610)
+* [Add plugin event bus `code-language-update` and `code-language-change`](https://github.com/siyuan-note/siyuan/pull/15610)
6
7
## v1.1.3 2025-08-26
8
siyuan.d.ts
@@ -204,7 +204,7 @@ export interface IEventBusMap {
204
"sync-fail": IWebSocketData;
205
"mobile-keyboard-show": void;
206
"mobile-keyboard-hide": void;
207
- "code-language-before": { languages: string[] };
+ "code-language-update": { languages: string[] };
208
"code-language-change": {
209
language: string,
210
languageElements: HTMLElement[],
0 commit comments