We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df2ca commit f8ebf11Copy full SHA for f8ebf11
README.md
@@ -1,3 +1,3 @@
1
# Notion Sync
2
3
-Syncs a directory of markdown files to a specified Notion page.
+Syncs a directory of markdown files to a specified Notion page.
src/create-page.ts
@@ -1,8 +1,8 @@
import type { BlockObjectRequest } from '@notionhq/client/build/src/api-endpoints'
import { markdownToBlocks } from '@tryfabric/martian'
4
-import { deleteBlock } from '../notion/delete-block.js'
5
-import { getNotionClient } from '../notion/get-notion-client.js'
+import { deleteBlock } from './delete-block.js'
+import { getNotionClient } from './get-notion-client.js'
6
7
export class FailedAddingBlocksException extends Error {
8
page_id: string
0 commit comments