mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 08:41:39 -05:00
No description
icons | ||
.gitignore | ||
example.png | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
package.sh | ||
README.md | ||
riot-katex.js |
Riot KaTeX
This extension injects KaTeX into the Riot
chat client for
matrix
. This currently works for just one domain
(matrix.tu-dresden.de). If you want to use it for other instances, you
have to adjust the manifest.json
.
Writing LaTeX
$$x^2$$
renders math block style\(x^2\)
renders math inline
Download and Installation
You can download the extension from here. Just double click it, or drag it one firefox to install.
Example
Building the Extension
- make sure you have npm installed
- run
./package.sh
, the webextension will be zipped askatex-riot.zip
and the file structure of the extionsion is written to the folderkatex-riot-pub
for debugging