vnote/en_US/viki.json
2018-11-24 16:54:56 +08:00

23 lines
670 B
JSON

{
"brand": "VNote",
"brand_icon": "css/vnote_white.svg",
"title": "VNote - A note-taking application that knows programmers and Markdown better",
"favicon": "css/vnote.ico",
"footer": "VNote is developed and maintained by Le Tan.",
"show_suffix": false,
"load_before_search": true,
"fuzzy_search": false,
"markdown":
{
"html": true,
"breaks": false,
"linkify": false,
"typographer": false,
"lang_prefix": "lang-",
"image_caption": true,
"plantuml_server": "http://www.plantuml.com/plantuml",
"plantuml_format": "svg",
"code_block_line_number": false
}
}