Browse Source

fix(plugin): api types

Charlie 1 month ago
parent
commit
2809f78574
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libs/src/LSPlugin.ts

+ 2 - 1
libs/src/LSPlugin.ts

@@ -190,7 +190,8 @@ export interface BlockEntity {
   format: 'markdown' | 'org'
   parent: IEntityID
   title: string
-  content?: string // @deprecated. Use :title instead!
+  fullTitle: string // replace block reference uuid with title text
+  content?: string // @deprecated. use :title instead!
   page: IEntityID // owner page
   createdAt: number
   updatedAt: number