Migrate-Notion-to-Obsidian
Migrate Notion to Obsidian
properties_to_DataView_plug.py
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
property: lines in Notion Export md files
Date: June 12, 2021 4:11 PM
Tags: #abcproperty:: lines for Dataview usage
Date:: June 12, 2021 4:11 PM
Tags:: #abcUsage
- Backup your files!!!
- Modify following lines to your needs:
path = r'your nodes folder path'
properties = ['property1','property2,'] # your notion properties list- Run