Where are my documents saved?
Your documents are stored in Library, the library is an ordinary folder, usually ending with .wplibrary
. When first started, WonderPen will automatically create a default library, and you can also create more libraries of your own.
Default library
If you have not set up a library, WonderPen will save documents and data in the default library.
The default library is a folder named default.wplibrary
, usually located in the following location:
Windows system
Under Windows systems, the default library is located at:
C:\Users\{USER_NAME}\AppData\Roaming\WonderPen\
macOS system
Mac App Store version:
# v2.5.0 or newer version:
/Users/{USER_NAME}/Library/Containers/com.tominlab.wonderpen/Data/Library/Application Support/WonderPen/
# v2.4.7 or earlier version:
/Users/{USER_NAME}/Library/Containers/im.type/Data/Library/Application Support/WonderPen/
Non-Mac App Store version:
/Users/{USER_NAME}/Library/Application Support/WonderPen/
Linux system
Under Linux systems, the default library is located at:
~/.config/WonderPen/
This is true for Ubuntu, UnionTech OS (UOS) and other systems.
Self-built local library
If you create a local library, the corresponding library is in the location you specified when you created it.
Cloud library
If you create a cloud library, the library will be stored on the WonderPen server and there will also be a complete copy on your local computer. WonderPen adopts the local first rule in its design. Your operations on the cloud library will first modify the local copy, and then a synchronization service will synchronize the modifications to the cloud. Therefore, even if your device encounters a network Failure will not affect the writing experience and will automatically sync when connected to the network again.
A local copy of the cloud library is located at:
Windows system
Under Windows systems, the cloud library is located at:
C:\Users\{USER_NAME}\AppData\Roaming\WonderPen\wp_data\{WP_USER_ID}\libraries\{WP_LIBRARY_ID}\
macOS system
Mac App Store version:
# v2.5.0 or newer version:
/Users/{USER_NAME}/Library/Containers/com.tominlab.wonderpen/Data/Library/Application Support/WonderPen/wp_data/{WP_USER_ID}/libraries/{WP_LIBRARY_ID}/
# v2.4.7 or earlier version:
/Users/{USER_NAME}/Library/Containers/im.type/Data/Library/Application Support/WonderPen/wp_data/{WP_USER_ID}/libraries/{WP_LIBRARY_ID}/
Non-Mac App Store version:
/Users/{USER_NAME}/Library/Application Support/WonderPen/wp_data/{WP_USER_ID}/libraries/{WP_LIBRARY_ID}/
Linux system
Under Linux system, the cloud library is located at:
~/.config/WonderPen/wp_data/{WP_USER_ID}/libraries/{WP_LIBRARY_ID}/
This is true for Ubuntu, UnionTech OS (UOS) and other systems.
Precautions
Only the cloud library will be synchronized to the WonderPen server, and the local library will not be synchronized. Therefore, if you are using a local library, please make a backup.