mirror of
https://github.com/tanrax/notion-to-joplin.git
synced 2024-11-21 12:35:41 +01:00
First commit
This commit is contained in:
commit
06b52c79b1
11
notion-to-joplin.py
Normal file
11
notion-to-joplin.py
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Step 1: Unzip the notion export zip file
|
||||
# Step 2: Run this script in the same directory as the unzipped files
|
||||
# Step 3: Rename every file with a .md extension with the heading of the file and fix all the links
|
||||
# Step 4: Delete every heading file
|
||||
# Step 5: Delete blank lines in beginning of every file
|
||||
# Step 6: Rename all folder. Remove the "hash" from the ending of the folder name
|
||||
|
||||
## Step 1
|
||||
# Get parameter
|
Loading…
Reference in New Issue
Block a user