Package Exports
- clean-notion-export
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clean-notion-export) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Notion export cleaner
Running
npm install -g clean-notion-export
clean-notion-export --entry ./path/to/folder --output ./my-formatted-notion-stuff
// or
npx clean-notion-export --entry ./path/to/folder --output ./my-formatted-notion-stuff
What it does
- Removes the Guid's from the file title
- Embeds the csv's content into the markdown files
Disclaimer
I'm kinda mad with notion's export feature, it doesn't export some of the stuff, causing this library to fail, once in a while.