-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
33 lines (33 loc) · 4.64 KB
/
Copy pathpackage.nls.json
File metadata and controls
33 lines (33 loc) · 4.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"mdps.displayname": "Markdown Preview Showdown (MDPS)",
"mdps.description": "A excellent markdown preview extension for Visual Studio Code",
"mdps.debounceDelay": "Debounce delay time in milliseconds, min 100ms and default 2s.",
"mdps.export.showPageLabel": "Show page label in exported file, such as \"This page is generated by XXX\".",
"mdps.title": "MDPS — Markdown Preview Showdown",
"mdps.openPreview": "Preview MD File",
"mdps.autoPreview": "Automatic preview markdown file.",
"mdps.fontSize": "Custom font size of preview page.",
"mdps.autoToc": "Automatic generate the total directory of the markdown file.",
"mdps.scrollSync": "Automatic scroll sync.",
"mdps.flavor": "Flavor of preview html page, you can choose one from [\"github\", \"ghost\", \"vanilla\", \"original\"], default flavor is \"github\".",
"mdps.codeTheme": "Code block theme for shiki.",
"mdps.mermaid.theme": "Mermaid theme, you can choose one from [\"default\", \"dark\", \"forest\", \"neutral\"].",
"mdps.katex.mathDelimiters": "Delimiters of katex math,format is {\"left\": \"chars\", \"right\": \"chars\"}; Multiple delimiters are separated by ',', example: {\"left\": \"\\(\", \"right\": \"\\)\"}; Default value is an empty string, it means that the internal default value is used.\n\nThe internal default values of each attribute are as follows:\nThe default value of latexinline is { \"left\": \"\\\\(\", \"right\": \"\\\\)\" }\nThe default value of latexdisplay is { \"left\": \"$$\", \"right\": \"$$\" },{ \"left\": \"\\\\[\", \"right\": \"\\\\]\" }\nThe default value of asciiinline is { \"left\": \"\\\\$\", \"right\": \"\\\\$\" }\nThe default value of asciidisplay is { \"left\": \"@@\", \"right\": \"@@\" }",
"mdps.kroki.website": "The kroki remote rendering website to be set, default web site is \"kroki.io\", support render diagram: BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Diagrams.net (experimental), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, PlantUML, Structurizr, SvgBob, Symbolator, UMLet, Vega, Vega-Lite, WaveDrom and WireViz…",
"mdps.latexmath.inline.delimiters": "Delimiters of latex math.",
"mdps.latexmath.display.delimiters": "Delimiters of latex math.",
"mdps.asciimath.inline.delimiters": "Delimiters of ascii math.",
"mdps.asciimath.display.delimiters": "Delimiters of ascii math.",
"mdps.vega.theme": "Vega theme, you can choose one from [\"excel\", \"ggplot2\", \"quartz\", \"vox\", \"dark\"], default theme is \"vox\".",
"mdps.plantuml.theme": "Plantuml theme, you can choose one from [\"default\", \"nature\", \"c4\", \"c4-handwrite\"].",
"mdps.plantuml.renderMode": "The mode of rendering plant UML diagram, you can choose one from [\"local\", \"remote\"]: the default mode is \"local\", which means local rendering, but local rendering requires Java support, so Java environment needs to be installed and the Java executor directory needs to be set to the global path environment variable; while the mode \"remote\" means remote rendering, which means the setting item of plantumlWebsite needs to be set as the remote rendering URL.",
"mdps.plantuml.website": "When the setting item of plantuml.rendermode is mode \"remote\", the remote rendering website to be set, default web site is \"www.plantuml.com/plantuml\".",
"mdps.puppeteer.useCore": "If set to true, then locally installed puppeteer-core will be required. Otherwise, the puppeteer globally installed by `npm install -g puppeteer` will be required.",
"mdps.puppeteer.waitForTimeout": "Puppeteer waits for a certain timeout in milliseconds before the document export.",
"mdps.puppeteer.chromePath": "Chrome executable path, which is used for Puppeteer export. Leaving it empty means the path will be found automatically.",
"mdps.toc.chapterNumber": "Show chapter number of TOC such as \"1.1.\".",
"mdps.toc.compatible": "Compatible mode for TOC placeholder, true is expressed that the TOC placeholder be used in the elements p and h, false is expressed that the TOC placeholder be only used in the elements h. default is false.",
"mdps.toc.expand": "Expand all the levels of TOC, default is false which means collapsed TOC.",
"mdps.toc.title": "Custom title of TOC, default is empty string which means the internal default string -- 'Table of Contents'.",
"mdps.toc.toc": "Custom regular expression string for matching the TOC placeholder, default is empty string which means the internal default regular expression string '^((?:\\[(?:Table[ -]Of[ -]Contents|目录|TOC)\\])|(?:【(?:Table[ -]Of[ -]Contents|目录|TOC|_TOC_)】)|(?:\\{\\{([\\_]?)TOC\\2\\}\\})|(?:\\[\\[([\\_]?)TOC\\3\\]\\]))$'."
}