mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
56129699b9
commit
bc78b43dfe
5 changed files with 64 additions and 14 deletions
12
app/src/types/protyle.d.ts
vendored
12
app/src/types/protyle.d.ts
vendored
|
|
@ -105,6 +105,14 @@ interface ILuteRender {
|
|||
renderBackslashContent?: ILuteRenderCallback;
|
||||
}
|
||||
|
||||
interface IBreadcrumb {
|
||||
id: string,
|
||||
name: string,
|
||||
type: string,
|
||||
subType: string,
|
||||
children: []
|
||||
}
|
||||
|
||||
interface ILuteOptions extends IMarkdownConfig {
|
||||
emojis: IObject;
|
||||
emojiSite: string;
|
||||
|
|
@ -351,6 +359,10 @@ interface IHint {
|
|||
|
||||
/** @link https://ld246.com/article/1549638745630#options */
|
||||
interface IOptions {
|
||||
backlinkData?: {
|
||||
blockPaths: IBreadcrumb[],
|
||||
dom: string
|
||||
}[],
|
||||
action?: string[],
|
||||
mode?: TEditorMode,
|
||||
blockId: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue