This is an unofficial notes extractor for Mi Notes.
It will extract notes and images from Mi Note and save them in a proper markdown file with images link within respective directory/folders.
It uses the .bak file from the Mi BackUp, extracts the notes and saves the notes in markdown format.
- First take an backup using the
Back up and restorein settings. - Then open FileManager and navigate to
MIUI/backup/AllBackup - Select the latest timestamp folder and get the
Notes(com.miui.notes).bakfile to root of this repo directory. - Extract that
.bakfile using:
7z x Notes(com.miui.notes).bak
- Run the
start.shfile.
bash start.sh
The notes will be saved in the notes_extracted directory including the images.
You can contribute to this project by creating a pull request.
Note: This is a work in progress, some issues are yet to be fixed including the removal of unnecessary characters, etc.