Yapper
December 28, 2025 ยท View on GitHub
Yapper is a Visual Studio Code that makes it easy to edit files for YapTeX.
Features
- Syntax highlighting
- Code snippets
- Region and dynheader collapsing
- Simple invocation of YapTeX with internal preview

Requirements
YapTeX installation. is required.
Also install Live Preview extension for viewing HTML outputs.
(PDF previewing is in the works)
Extension Settings
This extension contributes the following settings:
yapper.environmentPath: Path to the Python virtual environment where YapTeX is installed.yapper.outputDirectory: Output drectory name.yapper.arguments.flags.verbose: Run YapTeX with--verboseflag.yapper.arguments.flags.pedantic: Run YapTeX with--pedanticflag.yapper.arguments.rargs: Renderer arguments.
Known Issues
-
Release Notes
Users appreciate release notes as you update your extension.
0.0.3
Force no color
TODO: Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Enjoy the yap!