feat(core): add markdown preview for backlinks (#8883)

This commit is contained in:
EYHN
2024-12-02 03:42:07 +00:00
parent 11b453f4d8
commit cee5d02f71
12 changed files with 292 additions and 83 deletions

View File

@@ -7,6 +7,7 @@ export interface Backlink {
docId: string;
blockId: string;
title: string;
markdownPreview?: string;
}
export class DocBacklinks extends Entity {