mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
904735a2eb
commit
dfc0a35c05
5 changed files with 51 additions and 13 deletions
|
|
@ -17,6 +17,12 @@ export class Plugin {
|
|||
public eventBus: EventBus;
|
||||
public data: any = {};
|
||||
public name: string;
|
||||
public protyleSlash: {
|
||||
filter: string[],
|
||||
html: string,
|
||||
id: string,
|
||||
callback: (protyle: import("../protyle").Protyle) => void
|
||||
}[] = [];
|
||||
// TODO
|
||||
public customBlockRenders: {
|
||||
[key: string]: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue