Skip to content

Simple util to remove the GUID from the filename when exporting notion.io exports.

License

Notifications You must be signed in to change notification settings

Mrpye/notion-export-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion.io cleaner

Simple application to remove the GUID from the filename when exporting notion.io exports.

I use notion.io a lot for creating my and managing my documentation but one annoying thing is it appended a GUID to the end of the folders and filenames. This can also cause issues on widows in that it exceeds the max path length if you have complex structured documents.

So hence this tool that simply extracts the files from the zip and removes the GUID from the folders and filename and updated the documents.

Requirements

you will need to install go 1.20 https://go.dev/doc/install

How to install

go install github.com/Mrpye/notion-export-cleaner

How to run

Export your document from notion.io and clean

  1. Click the 3 dots usually top right

Untitled

  1. Click the export

Untitled

  1. export the document

Untitled

  1. Clean the exported file
notion-export-cleaner clean "./export.zip" "./exported"

History

v1.0.0

- First Release

v1.0.1

- Fix documentation
- Updated to use golang 1.20 

License

Notion.io cleaner is Apache 2.0 licensed.

About

Simple util to remove the GUID from the filename when exporting notion.io exports.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages