artisticat1 / obsidian-latex-suite

Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements
MIT License
1.43k stars 56 forks source link

[FEATURE] Can CANCEL support rendering textcolor{}{} ? #250

Open Jeffliv5 opened 10 months ago

Jeffliv5 commented 10 months ago

Description of the Problem

I write some snippets to quickly annotate Latex using textcolor{}{}. While the CANCEL cannot render Latex with textcolor{}{} correctly. You can look at the below picture to understand what I am saying. image

Description of the Solution

Additional

I would like to share with you my snippets to quickly annotate the Latex: {trigger: "R", replacement: "\\textcolor{red}{ ${VISUAL} }", options: "mA", description: "change color to red, an easy way to annotate math"}, {trigger: "B", replacement: "\\textcolor{blue}{ ${VISUAL} }", options: "mA", description: "change color to blue, an easy way to annotate math"}, Latex suite is really helpful, thanks for your hard work.