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 db020f8 commit 451dbf4Copy full SHA for 451dbf4
README.md
@@ -13,7 +13,7 @@ This script import markdown notes to Notion.
13
1. Get `NOTION_TOKEN` and give access to your note where the data will be imported
14
- [Create your integration in Notion](https://developers.notion.com/docs/create-a-notion-integration#getting-started)
15
16
-2. Run the script specifying the folder with notes
+2. Run the script specifying the folder with markdown notes
17
18
```bash
19
export NOTION_TOKEN 'secret_notion_token'
@@ -22,7 +22,7 @@ export DB_NAME 'notion'
22
export DB_USER 'notion'
23
export DB_PASSWORD 'notion-password'
24
25
-node index.js --import /path/no/notes
+node index.js --import /path/to/notes
26
```
27
28
3. Some notes may not import correctly. [Solutions](https://github.com/tryfabric/martian#working-with-notions-limits)
0 commit comments