ZAARONBIN - 博客园

[Vnote] 用户配置文件

{
    "core": {
        "check_for_updates_on_start": false,
        "docks_tabbar_icon_size": 24,
        "history_max_count": 100,
        "locale": "zh_CN",
        "per_notebook_history": false,
        "recover_last_session_on_start": true,
        "shortcuts": {
            "ActivateNextTab": "Ctrl+G, N",
            "ActivatePreviousTab": "Ctrl+G, P",
            "ActivateTab1": "Ctrl+G, 1",
            "ActivateTab2": "Ctrl+G, 2",
            "ActivateTab3": "Ctrl+G, 3",
            "ActivateTab4": "Ctrl+G, 4",
            "ActivateTab5": "Ctrl+G, 5",
            "ActivateTab6": "Ctrl+G, 6",
            "ActivateTab7": "Ctrl+G, 7",
            "ActivateTab8": "Ctrl+G, 8",
            "ActivateTab9": "Ctrl+G, 9",
            "AlternateTab": "Ctrl+G, 0",
            "CloseOtherTabs": "",
            "CloseTab": "Ctrl+G, Q",
            "CloseTabsToTheRight": "",
            "DistributeSplits": "Ctrl+G, =",
            "ExpandContentArea": "Ctrl+G, E",
            "Export": "Ctrl+G, T",
            "FlashPage": "Ctrl+Alt+L",
            "FocusContentArea": "Ctrl+G, Y",
            "FullScreen": "F11",
            "HistoryDock": "",
            "HorizontalSplit": "Ctrl+G, -",
            "LocateNode": "",
            "LocationListDock": "Ctrl+G, C",
            "MaximizeSplit": "Ctrl+G, Shift+\\",
            "MoveOneSplitDown": "Ctrl+G, Shift+J",
            "MoveOneSplitLeft": "Ctrl+G, Shift+H",
            "MoveOneSplitRight": "Ctrl+G, Shift+L",
            "MoveOneSplitUp": "Ctrl+G, Shift+K",
            "NavigationDock": "Ctrl+G, A",
            "NavigationMode": "",
            "NewNote": "Ctrl+Shift+N",
            "NewWorkspace": "",
            "OneSplitDown": "Ctrl+G, J",
            "OneSplitLeft": "Ctrl+G, H",
            "OneSplitRight": "Ctrl+G, L",
            "OneSplitUp": "Ctrl+G, K",
            "OpenLastClosedFile": "",
            "OpenWithDefaultProgram": "F9",
            "OutlineDock": "",
            "QuickAccess": "Ctrl+Alt+I",
            "Quit": "Ctrl+Q",
            "RemoveSplitAndWorkspace": "Ctrl+G, R",
            "Search": "Ctrl+Alt+F",
            "SearchDock": "",
            "Settings": "Ctrl+Alt+P",
            "SnippetDock": "Ctrl+G, S",
            "StayOnTop": "Ctrl+Shift+P",
            "TagDock": "",
            "VerticalSplit": "Ctrl+G, \\"
        },
        "theme": "bintheme",
        "toolbar_icon_size": 14
    },
    "editor": {
        "core": {
            "auto_save_policy": "autosave",
            "backup_file_directory": ".",
            "backup_file_extension": "vswp",
            "line_ending": "lf",
            "shortcuts": {
                "ApplySnippet": "Ctrl+G, I",
                "Debug": "F12",
                "Discard": "Ctrl+G, Q",
                "EditRead": "Ctrl+E",
                "FindAndReplace": "Ctrl+F",
                "FindNext": "F3",
                "FindPrevious": "Shift+F3",
                "Outline": "Ctrl+Shift+L",
                "Print": "",
                "RichPaste": "Ctrl+Shift+V",
                "Save": "Ctrl+S",
                "Tag": "Ctrl+G, B",
                "TypeBold": "Ctrl+B",
                "TypeCheckedTodoList": "Ctrl+Shift+X",
                "TypeCode": "Ctrl+;",
                "TypeCodeBlock": "Ctrl+'",
                "TypeHeading1": "Ctrl+1",
                "TypeHeading2": "Ctrl+2",
                "TypeHeading3": "Ctrl+3",
                "TypeHeading4": "Ctrl+4",
                "TypeHeading5": "Ctrl+5",
                "TypeHeading6": "Ctrl+6",
                "TypeHeadingNone": "Ctrl+7",
                "TypeImage": "",
                "TypeItalic": "Ctrl+I",
                "TypeLink": "",
                "TypeMark": "Ctrl+M",
                "TypeMath": "Ctrl+.",
                "TypeMathBlock": "Ctrl+Shift+M",
                "TypeOrderedList": "Ctrl+Shift+]",
                "TypeQuote": "Ctrl+Shift+Q",
                "TypeStrikethrough": "",
                "TypeTable": "Ctrl+T",
                "TypeTodoList": "Ctrl+Shift+T",
                "TypeUnorderedList": "Ctrl+Shift+["
            },
            "spell_check_auto_detect_language": false,
            "spell_check_default_dictionary": "en_US",
            "toolbar_icon_size": 14
        },
        "image_host": {
            "clear_obsolete_image": false,
            "default_image_host": "",
            "hosts": [
            ]
        },
        "markdown_editor": {
            "auto_break": true,
            "confirm_before_clear_obsolete_images": false,
            "constrain_image_width": true,
            "constrain_inplace_preview_width": false,
            "edit_view_mode": "editpreview",
            "editor_overridden_font_family": "",
            "export_resource": {
                "resources": [
                    {
                        "enabled": true,
                        "name": "global_styles",
                        "scripts": [
                        ],
                        "styles": [
                            "web/css/exportglobalstyles.css"
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "outline",
                        "scripts": [
                            "web/js/outline.js"
                        ],
                        "styles": [
                            "web/css/outline.css"
                        ]
                    }
                ],
                "template": "web/markdown-export-template.html"
            },
            "fetch_images_in_parse_and_paste": true,
            "graphviz_exe": "",
            "html_tag": true,
            "image_align_center": false,
            "indent_first_line": false,
            "inplace_preview_sources": "codeblock;math",
            "insert_file_name_as_title": true,
            "linkify": true,
            "plantuml_command": "",
            "plantuml_jar": "",
            "prepend_dot_in_relative_link": false,
            "protect_from_xss": false,
            "section_number": "read",
            "section_number_base_level": 1,
            "section_number_style": "digdotdigdot",
            "smart_table": false,
            "smart_table_interval": 1000,
            "spell_check": false,
            "viewer_resource": {
                "resources": [
                    {
                        "enabled": true,
                        "name": "global_styles",
                        "scripts": [
                        ],
                        "styles": [
                            "web/css/user.css",
                            "web/css/globalstyles.css"
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "built_in",
                        "scripts": [
                            "web/js/qwebchannel.js",
                            "web/js/eventemitter.js",
                            "web/js/utils.js",
                            "web/js/nodelinemapper.js",
                            "web/js/lrucache.js",
                            "web/js/graphcache.js",
                            "web/js/graphpreviewer.js",
                            "web/js/vnotex.js",
                            "web/js/vxworker.js",
                            "web/js/graphrenderer.js",
                            "web/js/svg-to-image.js",
                            "web/js/computed-style-to-inline-style.js",
                            "web/js/imageviewer.js",
                            "web/js/easyaccess.js",
                            "web/js/crosscopy.js"
                        ],
                        "styles": [
                            "web/css/imageviewer.css"
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "markdown_viewer",
                        "scripts": [
                            "web/js/markdownviewer.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "markdown_it",
                        "scripts": [
                            "web/js/markdown-it/markdown-it.min.js",
                            "web/js/markdown-it/markdown-it-container.min.js",
                            "web/js/markdown-it/markdown-it-emoji.min.js",
                            "web/js/markdown-it/markdown-it-footnote.min.js",
                            "web/js/markdown-it/markdown-it-front-matter.js",
                            "web/js/markdown-it/markdown-it-imsize.min.js",
                            "web/js/markdown-it/markdown-it-sub.min.js",
                            "web/js/markdown-it/markdown-it-sup.min.js",
                            "web/js/markdown-it/markdown-it-task-lists.js",
                            "web/js/markdown-it/markdown-it-texmath.js",
                            "web/js/markdown-it/markdown-it-inject-linenumbers.js",
                            "web/js/markdown-it/markdownItAnchor.umd.js",
                            "web/js/markdown-it/markdownItTocDoneRight.umd.js",
                            "web/js/markdown-it/markdown-it-implicit-figure.js",
                            "web/js/markdownit.js"
                        ],
                        "styles": [
                            "web/css/markdownit.css"
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "prism",
                        "scripts": [
                            "web/js/prism/clipboard.min.js",
                            "web/js/prism.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "mermaid",
                        "scripts": [
                            "web/js/mermaid.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "flowchart.js",
                        "scripts": [
                            "web/js/flowchart.js/raphael.min.js",
                            "web/js/flowchart.js/flowchart.min.js",
                            "web/js/flowchartjs.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "wavedrom",
                        "scripts": [
                            "web/js/wavedrom.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "mathjax",
                        "scripts": [
                            "web/js/mathjax.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "plantuml",
                        "scripts": [
                            "web/js/plantuml.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "graphviz",
                        "scripts": [
                            "web/js/graphviz.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "turndown",
                        "scripts": [
                            "web/js/turndown/turndown.js",
                            "web/js/turndown/turndown-plugin-gfm.js",
                            "web/js/turndown.js"
                        ],
                        "styles": [
                        ]
                    },
                    {
                        "enabled": true,
                        "name": "mark.js",
                        "scripts": [
                            "web/js/mark.js/mark.min.js",
                            "web/js/markjs.js"
                        ],
                        "styles": [
                        ]
                    }
                ],
                "template": "web/markdown-viewer-template.html"
            },
            "web_graphviz": true,
            "web_plantuml": true,
            "zoom_factor_in_read_mode": 1
        },
        "text_editor": {
            "center_cursor": "never",
            "expand_tab": false,
            "highlight_whitespace": false,
            "input_mode": "vi",
            "line_number": "absolute",
            "spell_check": false,
            "tab_stop_width": 4,
            "text_folding": true,
            "wrap_mode": "word_anywhere",
            "zoom_delta": 0
        },
        "vi": {
            "control_c_to_copy": false
        }
    },
    "metadata": {
        "version": "3.10.1"
    },
    "widget": {
        "find_and_replace_options": 16,
        "main_window_keep_docks_expanding_content_area": [
            "OutlineDock.vnotex"
        ],
        "node_explorer_auto_import_external_files_enabled": true,
        "node_explorer_close_before_open_with_enabled": true,
        "node_explorer_external_files_visible": false,
        "node_explorer_view_order": 1,
        "outline_auto_expanded_level": 3,
        "outline_section_number_enabled": true,
        "search_panel_advanced_settings_visible": true,
        "tag_explorer_two_columns_enabled": true
    }
}

posted @ 2023-02-08 19:39  BINBINBINZ  阅读(86)  评论(0编辑  收藏  举报