Skip to content

Features

Dawid edited this page Mar 1, 2026 · 1 revision

🗓️ History:

App allows you to see history of your exports.
Files and export results are stored in OS's default Documents directory.

Below are defaults that are used by the app:

Windows: C:\Users\<username>\Documents
Linux: XDG_DOCUMENTS_DIR
MacOS: $HOME/Documents

History tab

App creates a folder named Xiaomi Note Exporter in your default Documents directory.

Each export has few actions, that are described below:

  1. View - you can preview the markdown file (or multiple if export was selected as "split"), and here you can make manual edits, or convert them to JSON.
  2. Open directory - it will open directory where the file/folder is stored.
  3. Delete - you can delete the entry from the history, pop-up will ask you if you want to delete produced files too.

🗒️ Note splitting

On Export tab there is an option to select if your notes should be splitted into separate files.

If so, an directory will be created and each note will be stored in separate file.

This option shows another field to input specific format for timestamp - but it must be compatible with .NET specification.

🖼️ Image export

As it is with note splitting, there is also an option to decide whether images stored in the notes should be exported along the notes.

It is selected by default, but user can choose not to export them.

🔗 Convert to JSON

Third Converter tab is a tool that allows user to select a file (or folder if notes were split) and convert them to JSON format.

Converter tab

⚙️ Settings

App has built in settings tab, that allows user to choose default export directory (instead of default created in Documents folder), and to choose theme (default is system deferred).

This tab also has an update checker, for user convenience, without leaving app, you can check if your app is up to date.

Settings tab

Clone this wiki locally