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

![feature X](images/feature-x.png)

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 --verbose flag.
  • yapper.arguments.flags.pedantic: Run YapTeX with --pedantic flag.
  • 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!