There are three main configurations for VNote.
session.json file locating in the user configuration folder. To modify this file, you need to first close VNote since VNote will write to this file on close.There are several folders and files under the configuration folder:
.
├── dicts (dictionaries for spellcheck)
├── docs (docs used by VNote to provide help)
├── syntax-highlighting (syntax highlighting files for text editor from Kate)
├── themes (themes of VNote)
├── web (resources used for read mode)
└── vnotex.json (configuration file)
For the vnotex.json file, please refer to the one in the default configuration folder, which contains comments about each field.
Users may want to bundle the configuration files alongside with the executable file. Follow these steps to migrate the configuration folders:
VNote to the same folder as the executable file (such as vnote.exe) and rename it to vnotex_files;VNote to the same folder as the executable file and rename it to user_files;