Migrate Notion to Obsidian
The unofficial plugins DataView can show table view in Obsidian which is like the Database in Notion.
To create tables by DataView usage the properties created in Notion databases, the lines of property:
should change to property::
in .md files.
This code modifies the property:
lines to property::
lines.
##property:
&property::
lines
Date: June 12, 2021 4:11 PM
Tags: #abc
Date:: June 12, 2021 4:11 PM
Tags:: #abc
- Backup your files!!!
- Modify following lines to your needs:
path = r'your nodes folder path'
properties = ['property1','property2,'] # your notion properties list
- Run