updated to v1.13

This commit is contained in:
Dan Remollino
2023-03-31 01:05:51 -04:00
parent 2297e68c86
commit 941844d99a
3 changed files with 21 additions and 7 deletions

View File

@ -3,7 +3,7 @@
"name": "FIGlet Text",
"organization": "Dan Remollino",
"description": "Convert selected text to FIGlet. Great for adding readable text to the Minimap, creating l33t text headers, and organizing files.",
"version": "1.12",
"version": "1.13",
"categories": ["commands", "formatters"],
"entitlements": {
@ -485,6 +485,16 @@
"type": "number",
"default": 160
},
{
"key": "figlet_text.charSpacing",
"title": "Character Spacing",
"description": "These options control how FIGlet spaces the FIGcharacters that it outputs. These options may or may not affect the character output depending on your font selection.",
"link": "http://www.figlet.org/figlet-man.html",
"type": "enum",
"radio": false,
"values": [["-s", "Default (-s)"], ["-S", "Smushing (-S)"], ["-k", "Kerning (-k)"], ["-W", "Full Width (-W)"]],
"default": "-s"
},
{
"key": "figlet_text.textDirection",
"title": "Text Direction",
@ -492,7 +502,7 @@
"link": "http://www.figlet.org/figlet-man.html",
"type": "enum",
"radio": false,
"values": [["-X", "Auto"], ["-L", "Left-to-right"], ["-R", "Right-to-left"]],
"values": [["-X", "Auto (-X)"], ["-L", "Left-to-right (-L)"], ["-R", "Right-to-left (-R)"]],
"default": "-X"
},
{
@ -502,7 +512,7 @@
"link": "http://www.figlet.org/figlet-man.html",
"type": "enum",
"radio": false,
"values": [["-x", "Auto"], ["-l", "Left"], ["-c", "Center"], ["-r", "Right"]],
"values": [["-x", "Auto (-x)"], ["-l", "Left (-l)"], ["-c", "Center (-c)"], ["-r", "Right (-r)"]],
"default": "-x"
}
]