I created this small script to enable me to handwrite my notes on my E-Notebook (Supernote A5 X) and then have those notes accessible in my Obsidian vault. If you wish to use it, please feel free to do so. If you want to make improvements, please go ahead. If you have any comments, please don't hesitate to let us know.
- Download the Script according to your OS.
- Run the Script.
- Enter Folder's Paths.
- Completion (in Windows console will close automatically).
- It imports necessary modules.
- It checks if a configuration file (config.ini) exists. If it does, it reads the log, source and destination folder paths from it. If not, it prompts the user to input these paths and saves them in the configuration file for future use.
- It iterates through all files in the source folder.
- For each file with a .docx extension, converts it to .txt extension files.
- For each file with a .txt extension, converts it to .md extension files and move them to the desination folder.
- If the file already exists on destination folder, the content will be appended on destination file.
- After all the files are in the destination folder it will delete the .docx and .txt files from soucer folder to avoid repeated content.
- It creates a log file with all the process that was done.