vnote/en_us/viki.json
2021-05-13 07:34:27 +08:00

23 lines
634 B
JSON

{
"brand": "VNote",
"brand_icon": "css/vnote_white.svg",
"title": "VNote - A pleasant note-taking platform",
"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": "https://www.plantuml.com/plantuml",
"plantuml_format": "svg",
"code_block_line_number": false
}
}