vale981 / riot-katex

This extension injects KaTeX into the Riot chat client for matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon Riot/Element KaTeX

This extension injects KaTeX into the Element chat client for matrix.

Writing LaTeX

  • $$$x^2$$$ renders math block style
  • $$x^2$$ renders math inline

Download and Installation

You can download the extension the firefox addon store.

Example

Example

Building the Extension

  • make sure you have npm installed
  • run npm install, the webextension will be zipped as build/katex-riot.zip and the file structure of the extionsion is written to the folder build/katex-riot-pub for debugging
  • to clean all build artifacts, just run npm run clean

Thanks

Thanks to KaTeX for providing the blazingly fast rendering library for LaTeX formulas.

About

This extension injects KaTeX into the Riot chat client for matrix.

License:Mozilla Public License 2.0


Languages

Language:JavaScript 86.4%Language:Shell 13.6%