File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- markdown-notes- to-notion
1
+ markdown-to-notion
2
2
===
3
3
4
4
This script import markdown notes to Notion.
5
5
6
- > The script required PostgresQL for local cache of imported notes.
6
+ ## requirements
7
+
8
+ - ` nodejs `
9
+ - ` PostgresQL ` - for local cache of imported notes
7
10
8
11
## How to run
9
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
+
27
32
``` bash
28
33
node index.js --show-errors
29
34
```
30
35
31
36
4 . After correcting the original notes that were imported with an error, they can be imported again
32
37
38
+ > There is no such command yet
39
+
33
40
``` bash
34
41
node index.js --import-with-errors /path/no/notes
35
42
```
You can’t perform that action at this time.
0 commit comments