@logseq/libs
Advanced tools
@@ -64,3 +64,3 @@ import * as CSS from 'csstype'; | ||
| */ | ||
| devEntry: unknown; | ||
| devEntry: string; | ||
| /** | ||
@@ -579,2 +579,3 @@ * For legacy themes, do not use. | ||
| createFirstBlock: boolean; | ||
| customUUID: string; | ||
| format: BlockEntity['format']; | ||
@@ -590,2 +591,5 @@ journal: boolean; | ||
| getTagObjects: (PageIdentity: any) => Promise<BlockEntity[] | null>; | ||
| createTag: (tagName: string) => Promise<PageEntity | null>; | ||
| addTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>; | ||
| removeTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>; | ||
| prependBlockInPage: (page: PageIdentity, content: string, opts?: Partial<{ | ||
@@ -592,0 +596,0 @@ properties: {}; |
+1
-1
| { | ||
| "name": "@logseq/libs", | ||
| "version": "0.2.3", | ||
| "version": "0.2.4", | ||
| "description": "Logseq SDK libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/lsplugin.user.js", |
Sorry, the diff of this file is too big to display
191986
0.13%2600
0.15%