-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.nls.json
More file actions
45 lines (45 loc) · 4.84 KB
/
Copy pathpackage.nls.json
File metadata and controls
45 lines (45 loc) · 4.84 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"command.switchToTextEditor.title": "Close Preview",
"command.switchToPreview.title": "Open Preview",
"config.autoSave.description": "Automatically save to disk after editing Markdown (no need to press Cmd+S / Ctrl+S).",
"config.autoSaveDelay.description": "Debounce delay in milliseconds for auto-save. The file is written after editing stops for this duration.",
"config.codeBlockMaxHeight.description": "Maximum display height of code blocks in pixels. A scrollbar appears when content exceeds this height.",
"config.codeBlockAutoConvert.description": "Automatically convert supported code blocks, such as Mermaid, to a rich preview in the WYSIWYG editor.",
"config.codeBlockWordWrap.description": "Controls word wrap for code blocks. By default, it follows VS Code's editor.wordWrap setting.",
"config.codeBlockWordWrap.inherit": "Follow VS Code's editor.wordWrap setting.",
"config.codeBlockWordWrap.on": "Always wrap long lines in code blocks.",
"config.codeBlockWordWrap.off": "Never wrap long lines in code blocks.",
"config.defaultMode.description": "Default editing mode when opening a .md file.",
"config.defaultMode.preview": "Open .md files with the WYSIWYG preview editor (default).",
"config.defaultMode.markdown": "Open .md files with the VS Code text editor.",
"config.editorMaxWidth.description": "Maximum width of the editor content area in pixels, or 'auto' to use the remaining space beside the table of contents. Default is auto.",
"config.tocContentGap.description": "Left-side gap in pixels between the table of contents or its toggle button and the editor content. Default is 100.",
"config.tocAutoHideThreshold.description": "Do not automatically show the table of contents when the document has this many or fewer non-empty headings. Manual opening is not affected. Default is 3.",
"config.customCss.description": "Custom CSS files to load in the Markdown preview editor. Use absolute paths, workspace-relative paths, or ~/ paths.",
"config.customJs.description": "Custom JavaScript files to load in the Markdown preview editor. Use absolute paths, workspace-relative paths, or ~/ paths.",
"config.fontFamily.description": "Font family for the editor body text. Leave empty to inherit the VS Code editor font. Example: Georgia, serif or PingFang SC, sans-serif.",
"command.debugModeEnable.title": "Debug Mode",
"command.debugModeDisable.title": "✓ Debug Mode",
"config.debugMode.description": "Show debug overlays (e.g. table insert trigger zones). Intended for development use.",
"config.imageStorage.description": "Where to store uploaded/pasted images. 'local' saves to disk; 'server' uploads to a remote URL.",
"config.imageStorage.local": "Save images to local disk (default).",
"config.imageStorage.server": "Upload images to a remote server.",
"config.imageLocalPath.description": "Local folder for saving images (relative or absolute path). Leave empty to auto-detect (images/, imgs/, assets/images/, assets/).",
"config.imageServerUrl.description": "HTTP endpoint URL for image upload when imageStorage is 'server'.",
"config.imageServerFieldName.description": "Form field name for the image file in the multipart upload request. Default: file.",
"config.imageServerExtraParams.description": "Extra parameters to include in the upload request body, as a JSON object string. Example: {\"token\":\"xxx\"}",
"config.imageServerResponsePath.description": "Dot-notation path to extract the image URL from the upload response JSON. Example: data.url",
"config.imageSelectionColor.description": "Border color when an image is selected in the editor (CSS color value). Default matches the table cell selection color.",
"config.colorTheme.description": "Color theme for the Markdown editor. 'auto' follows VS Code's current theme. Set a theme ID to override (use the 'Select Markdown Theme' command to browse available themes).",
"config.customThemes.description": "Custom color themes defined as an array of objects with 'name' and 'colors' properties. Colors use VS Code color IDs as keys.",
"config.tableWrap.description": "Controls how text wraps inside table cells. 'normal' avoids mid-word breaks (may cause narrower columns). 'aggressive' allows breaking long words to keep columns wider. 'none' disables wrapping entirely.",
"config.tableWrap.none": "Do not wrap text in table cells. Long content will overflow horizontally.",
"config.tableWrap.normal": "Wrap text at soft line breaks, but avoid breaking words in the middle. (Recommended default)",
"config.tableWrap.aggressive": "Allow breaking words in the middle to prevent columns from becoming too narrow.",
"command.selectTheme.title": "Select Markdown Theme",
"command.showCurrentTheme.title": "Show Current Theme",
"Expand content": "Expand content",
"Collapse content": "Collapse content",
"Debug tools": "Debug tools",
"Test get line number": "Test get line number"
}