• Stars
    star
    110
  • Rank 306,877 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GitHub App to automatically render TeX expressions in markdown files

TeXify

TeXify is a GitHub App built on top of readme2tex that automatically takes your markdown files and replaces anything enclosed between dollar signs with rendered LaTeX.

How it works?

Whenever you push TeXify will run and seach for *.tex.md files in your last commit. For each one of those it'll run readme2tex which will take LaTeX expressions enclosed between dollar signs, convert it to plain SVG images, and then save the output into a .md extension file (That means that a file named README.tex.md will be processed and the output will be saved as README.md). After that, the output file and the new SVG images are then commited and pushed back to your repo.

Changelog

1.0.0

Initial version

1.0.1

  • Render tex.md files pushed in branches othar than master
  • Search for tex.md files in every commit when you push instead of looking only in the last one
  • Support for private repos

(Thanks @xsanda)