Skip to content

Commit 7daca45

Browse files
authored
Add tex-snippets
1 parent a9c33a1 commit 7daca45

4 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "adamduda.tex-snippets",
4+
"title": "Tex Snippets",
5+
"shortDescription": "Write LaTeX math formulas without leaving the launcher. Type a snippet, see it rendered. Copy it as Unicode, source, or a typeset image.",
6+
"description": "TexSnippets integrates with the Command Palette to turn LaTeX math formulas into easily accessible PNG snippets and Unicode equivalents.\n\nType a snippet and every keystroke is parsed and rendered to a Unicode approximation, so \\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a} becomes (-b ± √(b² - 4ac))/(2a) as you go. Malformed input shows the syntax error instead of a preview.\n\nFEATURES\n\n- Live Unicode preview: a small purpose-built parser checks braces, math delimiters, \\left / \\right pairs and environments, then maps known control sequences to their Unicode equivalents. No LaTeX installation needed.\n\n- Three ways to copy: the Unicode preview, the raw LaTeX source, or a properly typeset PNG placed on the clipboard in two formats at once - PNG with transparency for browsers, Slack, Word and Notion, and a white-flattened bitmap for older image editors.\n\n- Search-box suggestions: type LaTeX straight into the Command Palette search box and "LaTeX preview" and "LaTeX as PNG" appear without opening the extension first.\n\nREQUIREMENTS\n\nWindows 10 version 2004 (build 19041) or later, x64 or ARM64, with PowerToys Command Palette.\n\nThe Unicode preview works on its own. Copying as PNG additionally needs a LaTeX installation providing latex and dvipng - TeX Live and MiKTeX both work, and are found automatically on PATH or in their usual install locations.\n\nOpen source under the MIT licence.",
7+
"author": {
8+
"name": "Adam Duda",
9+
"url": "https://github.com/AdamDuda1"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/AdamDuda1/cmdpal-tex-snippets",
13+
"tags": [
14+
"latex",
15+
"math",
16+
"unicode",
17+
"clipboard",
18+
"png"
19+
],
20+
"categories": [
21+
"productivity",
22+
"developer-tools",
23+
"education"
24+
],
25+
"installSources": [
26+
{
27+
"type": "msstore",
28+
"id": "9P3JPCRFR1BZ"
29+
}
30+
]
31+
}
51.2 KB
Loading
256 KB
Loading
219 KB
Loading

0 commit comments

Comments
 (0)