WonderPen Help

How to migrate to other write/note app?

The content you create with WonderPen is yours forever, and you can export the data at any time and migrate it to other apps (some conversions may be required).

Your data is saved in the Library folder, which is stored in JSON format. You can parse the contents of this folder by yourself, or you can export the data via WonderPen first (eg. exporting as text), and then import it in other software.

Parse backup data

Parsing backup data requires you to have some programming skills, at least knowing how to parse the required data from a JSON file. The backup files (.zip files) created by WonderPen contain complete data, the most important of which are the data.json file and the assets folder.

  • data.json: Contains complete data, including documents, whiteboards, notes, etc.
  • assets folder: Contains asset files such as images embedded in documents and whiteboards.

Export as text

You can also export the data as text first, the directory structure of the documents is also preserved if exported as a folder, and then you can import these text files into other writing/notes app.

However, it should be noted that the data exported in this way only contains the text of the document, and does not contain data such as notes and whiteboards. If you need to export the full data, please consider the way of parsing the backup data.