This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Remove recursively md5 hash string from filenames on files and directories from notion export | |
| and reuse them directly on obsidian vault. | |
| The md5 string is added by Notion on export by default! | |
| @by Ardit | |
| """ | |
| import os | |
| import re |