You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/notion/actions/append-block/append-block.mjs
+10-27Lines changed: 10 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
importnotionfrom"../../notion.app.mjs";
2
2
importbasefrom"../common/base-page-builder.mjs";
3
+
import{appendBlocks}from"notion-helper";
3
4
4
5
exportdefault{
5
6
...base,
6
7
key: "notion-append-block",
7
8
name: "Append Block to Parent",
8
-
description:
9
-
"Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)",
10
-
version: "0.3.11",
9
+
description: "Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)",
Copy file name to clipboardExpand all lines: components/notion/actions/complete-file-upload/complete-file-upload.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "notion-complete-file-upload",
7
7
name: "Complete File Upload",
8
8
description: "Use this action to finalize a `mode=multi_part` file upload after all of the parts have been sent successfully. [See the documentation](https://developers.notion.com/reference/complete-a-file-upload)",
Copy file name to clipboardExpand all lines: components/notion/actions/delete-block/delete-block.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "notion-delete-block",
7
7
name: "Delete Block",
8
8
description: "Sets a Block object, including page blocks, to archived: true using the ID specified. [See the documentation](https://developers.notion.com/reference/delete-a-block)",
0 commit comments