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 52dd16f commit 66173b7Copy full SHA for 66173b7
README.md
@@ -1,9 +1,12 @@
1
-markdown-notes-to-notion
+markdown-to-notion
2
===
3
4
This script import markdown notes to Notion.
5
6
-> The script required PostgresQL for local cache of imported notes.
+## requirements
7
+
8
+- `nodejs`
9
+- `PostgresQL` - for local cache of imported notes
10
11
## How to run
12
@@ -24,12 +27,16 @@ node index.js --import /path/no/notes
24
27
25
28
3. Some notes may not import correctly. [Solutions](https://github.com/tryfabric/martian#working-with-notions-limits)
26
29
30
+> There is no such command yet
31
32
```bash
33
node index.js --show-errors
34
```
35
36
4. After correcting the original notes that were imported with an error, they can be imported again
37
38
39
40
41
node index.js --import-with-errors /path/no/notes
42
0 commit comments