Explorar el Código

fix(plugin): api types

Charlie hace 5 meses
padre
commit
2809f78574
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      libs/src/LSPlugin.ts

+ 2 - 1
libs/src/LSPlugin.ts

@@ -190,7 +190,8 @@ export interface BlockEntity {
   format: 'markdown' | 'org'
   format: 'markdown' | 'org'
   parent: IEntityID
   parent: IEntityID
   title: string
   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
   page: IEntityID // owner page
   createdAt: number
   createdAt: number
   updatedAt: number
   updatedAt: number