mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00

Move config related stuff to VConfigManager. For a config value, VConfigManager will first try to look it up in the user-scoped vnote.ini config file, if it is empty, then try to look it up in the default vnote.ini. Signed-off-by: Le Tan <tamlokveer@gmail.com>
8 lines
254 B
INI
8 lines
254 B
INI
[global]
|
|
welcome_page_path=:/resources/welcome.html
|
|
template_path=:/resources/template.html
|
|
pre_template_path=:/resources/pre_template.html
|
|
post_template_path=:/resources/post_template.html
|
|
template_css_url=qrc:/resources/markdown.css
|
|
current_notebook=0
|