File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This script import markdown notes to Notion.
13
13
1 . Get ` NOTION_TOKEN ` and give access to your note where the data will be imported
14
14
- [ Create your integration in Notion] ( https://developers.notion.com/docs/create-a-notion-integration#getting-started )
15
15
16
- 2 . Run the script specifying the folder with notes
16
+ 2 . Run the script specifying the folder with markdown notes
17
17
18
18
``` bash
19
19
export NOTION_TOKEN ' secret_notion_token'
@@ -22,7 +22,7 @@ export DB_NAME 'notion'
22
22
export DB_USER ' notion'
23
23
export DB_PASSWORD ' notion-password'
24
24
25
- node index.js --import /path/no /notes
25
+ node index.js --import /path/to /notes
26
26
```
27
27
28
28
3 . Some notes may not import correctly. [ Solutions] ( https://github.com/tryfabric/martian#working-with-notions-limits )
You can’t perform that action at this time.
0 commit comments