-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
41 lines (41 loc) 路 3.09 KB
/
Copy pathpackage.nls.json
File metadata and controls
41 lines (41 loc) 路 3.09 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
{
"cuemode.displayName": "CueMode - Professional Teleprompter",
"cuemode.cueMode": "Teleprompter Mode",
"cuemode.cueModeFromCursor": "Teleprompter Mode (Cursor Position)",
"cuemode.changeTheme": "Change Teleprompter Theme",
"cuemode.removeLeadingSpaces": "Remove Leading Spaces",
"cuemode.toggleFocusMode": "Toggle Focus Mode",
"cuemode.toggleMirrorFlip": "Toggle Mirror Flip",
"cuemode.toggleMarkdownMode": "Toggle Markdown Mode",
"cuemode.adjustLineHeight": "Adjust Line Height",
"cuemode.increaseFontSize": "Increase Font Size",
"cuemode.decreaseFontSize": "Decrease Font Size",
"cuemode.configureMarkdownFeatures": "Configure Markdown Features",
"cuemode.presentationMode": "Presentation Mode (Slides)",
"cuemode.description": "Transform VS Code into a professional teleprompter for coding videos, tutorials, and presentations. Auto-scroll, customizable themes, and distraction-free reading.",
"cuemode.configuration.title": "Teleprompter Mode",
"cuemode.configuration.colorTheme": "Color theme for the teleprompter mode",
"cuemode.configuration.maxWidth": "Maximum content width in pixels",
"cuemode.configuration.fontSize": "Font size in points",
"cuemode.configuration.lineHeight": "Line height in ems",
"cuemode.configuration.padding": "Padding in pixels",
"cuemode.configuration.scrollSpeed": "Auto-scroll speed for teleprompter",
"cuemode.configuration.startingPosition": "Starting position of content in percentage of screen height",
"cuemode.configuration.focusMode": "Enable focus mode to highlight current reading area",
"cuemode.configuration.focusOpacity": "Blur strength of unfocused content in focus mode (0.1=light blur, 0.8=heavy blur)",
"cuemode.configuration.focusLineCount": "Number of lines to highlight in focus mode",
"cuemode.configuration.mirrorFlip": "Enable horizontal mirror flip for teleprompter use in video production",
"cuemode.configuration.markdownMode": "Enable selective markdown parsing for formatted text display",
"cuemode.configuration.showLineBreaks": "Show visual markers at actual line break positions (not word wrap positions)",
"cuemode.configuration.markdownFeatures": "Configure which markdown features to parse and display",
"cuemode.configuration.markdownFeatures.headers": "Parse headers (# ## ### etc.)",
"cuemode.configuration.markdownFeatures.emphasis": "Parse bold (**text**) and italic (*text*) formatting",
"cuemode.configuration.markdownFeatures.lists": "Parse lists (- * + and numbered lists)",
"cuemode.configuration.markdownFeatures.links": "Parse links [text](url)",
"cuemode.configuration.markdownFeatures.code": "Parse code blocks (```code```) and inline code (`code`)",
"cuemode.configuration.markdownFeatures.blockquotes": "Parse blockquotes (> text)",
"cuemode.configuration.markdownFeatures.tables": "Parse tables (| col1 | col2 |)",
"cuemode.configuration.markdownFeatures.taskLists": "Parse task lists (- [x] done, - [ ] todo)",
"cuemode.configuration.markdownFeatures.strikethrough": "Parse strikethrough text (~~text~~)",
"cuemode.configuration.markdownFeatures.horizontalRule": "Parse horizontal rules (---)"
}