mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
110 lines
2.6 KiB
INI
110 lines
2.6 KiB
INI
[global]
|
|
welcome_page_path=:/resources/welcome.html
|
|
template_css=default
|
|
editor_style=default
|
|
current_notebook=0
|
|
tab_stop_width=4
|
|
is_expand_tab=true
|
|
highlight_cursor_line=true
|
|
highlight_selected_word=true
|
|
highlight_searched_word=true
|
|
auto_indent=true
|
|
auto_list=true
|
|
current_background_color=System
|
|
current_render_background_color=System
|
|
language=System
|
|
|
|
; 0 - Hoedown, 1 - Marked, 2 - Markdown-it, 3 - Showdown
|
|
markdown_converter=2
|
|
|
|
enable_mermaid=false
|
|
enable_mathjax=false
|
|
|
|
; Enable flowchart.js
|
|
enable_flowchart=false
|
|
|
|
; -1 - calculate the factor
|
|
web_zoom_factor=-1
|
|
|
|
; Syntax highlight within code blocks in edit mode
|
|
enable_code_block_highlight=true
|
|
|
|
; Enable image preview in edit mode
|
|
enable_preview_images=true
|
|
|
|
; Enable image preview constraint in edit mode to constrain the widht of the preview
|
|
enable_preview_image_constraint=true
|
|
|
|
; Enable image constraint in read mode to constrain the width of the image
|
|
enable_image_constraint=true
|
|
|
|
; Center image and add the alt text as caption
|
|
enable_image_caption=false
|
|
|
|
; Image folder name for the notes
|
|
image_folder=_v_images
|
|
|
|
; Image folder name for the external files
|
|
external_image_folder=_v_images
|
|
|
|
; Enable trailing space highlight
|
|
enable_trailing_space_highlight=true
|
|
|
|
; Enable Vim mode in edit mode
|
|
enable_vim_mode=false
|
|
|
|
; Enable smart input method in Vim mode (disable IM in non-Insert modes)
|
|
enable_smart_im_in_vim_mode=true
|
|
|
|
; Display an area besides the editor area to show line number
|
|
; 0 - None, 1 - Absolute, 2 - Relative
|
|
editor_line_number=0
|
|
|
|
; Whether minimize to system tray when closing the app
|
|
; -1: uninitialized, prompt user for the behavior
|
|
; 0: do not minimize to system tray
|
|
; 1: minimize to system tray
|
|
minimize_to_system_tray=-1
|
|
|
|
; Suffixes list of Markdown files separated by :
|
|
; Case-insensitive
|
|
markdown_suffix=md:markdown:mkd
|
|
|
|
[session]
|
|
tools_dock_checked=true
|
|
|
|
[predefined_colors]
|
|
1\name=White
|
|
1\rgb=EEEEEE
|
|
2\name=Green
|
|
2\rgb=CCE8CF
|
|
3\name=Wheat2
|
|
3\rgb=DFC7B2
|
|
4\name=LightGrey
|
|
4\rgb=D3D3D3
|
|
size=4
|
|
|
|
[shortcuts]
|
|
; Define shortcuts here, with each item in the form "operation->keysequence".
|
|
; Leave keysequence empty to disable the shortcut of an operation.
|
|
; Custom shortcuts may conflict with some key bindings in edit mode or Vim mode.
|
|
; Ctrl+E is reserved for Captain Mode.
|
|
; Ctrl+Q is reserved for quitting VNote.
|
|
1\operation=NewNote
|
|
1\keysequence=Ctrl+Alt+N
|
|
2\operation=SaveNote
|
|
2\keysequence=Ctrl+S
|
|
3\operation=SaveAndRead
|
|
3\keysequence=Ctrl+T
|
|
4\operation=EditNote
|
|
4\keysequence=Ctrl+W
|
|
5\operation=CloseNote
|
|
5\keysequence=
|
|
6\operation=Find
|
|
6\keysequence=Ctrl+F
|
|
7\operation=FindNext
|
|
7\keysequence=F3
|
|
8\operation=FindPrevious
|
|
8\keysequence=Shift+F3
|
|
size=8
|