A simple webapp to load your Onyx Boox Note backups. All the code is running on the client side.
You can find an online demo running here.
It is based on Vue.js framework and uses OnsenUI components.
Additionally, this project uses SQL.js and JSZip libs.
Linting is done with ESLint using the AirBnB style.
Added support for circles, rectangles, triangles, lines, colors and thicknesses!
First, click on the file icon to open the backup selection window. You can then select your notes backup (*.zip format).
Once the backup is loaded, you can open the menu by clicking on the top left icon.
You can then select the note you want to load.
After selecting the note, you can navigate between the pages by using the arrows.
You will also find the current page and the number of pages at the bottom of the window.
The project is still in development and some functionalities might be missing.
yarn install
Remember to set CI_PROJECT_NAME environment variable for production build.
yarn serve
yarn build
yarn lint