Skip to content

jackcml/vc-mathjaxmessages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MathJaxMessages

MathJaxMessages is a Vencord plugin that renders LaTeX-style math in messages.

Screenshot of message with rendered math

What it does

  • Renders inline math (wrapped in $...$ or \(...\))
  • Renders display math (wrapped in $$...$$ or \[...\])
  • Optionally require delimiters to appear inside code blocks
  • Leaves original message untouched when parsing or rendering fails

Install

Custom plugins in Vencord require building from source. See Vencord's Installing custom plugins. git clone this repo under src/userplugins, then build and inject.

Settings

  • Require Code Blocks: Only render math when delimiters are inside an inline or fenced code block.
  • Delimiters: Which math delimiters to detect in messages (TeX / LaTeX / both [default])

About

Vencord plugin to render LaTeX-style math within messages

Topics

Resources

Stars

Watchers

Forks

Contributors