Charlie 3 месяцев назад
Родитель
Сommit
2809f78574
1 измененных файлов с 2 добавлено и 1 удалено
  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