Skip to content

914191848/Migrate-Notion-to-Obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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: #abc

property:: lines for Dataview usage

Date:: June 12, 2021 4:11 PM
Tags:: #abc

Usage

  1. Backup your files!!!
  2. Modify following lines to your needs:
    path = r'your nodes folder path' 
    properties = ['property1','property2,'] # your notion properties list
  1. Run

About

Migrate Notion to Obsidian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages