obsidian-latex-suite icon indicating copy to clipboard operation
obsidian-latex-suite copied to clipboard

[FEATURE] Custom conceal characters

Open grepgrok opened this issue 6 months ago • 5 comments

Description of the Problem

There are some sequences where either there is no current concealment or I can think of a better but I can't just make it do that. For example, I would like to have \lVert a \rVert be concealed as || a || but it currently just shows the base LaTeX.

Description of the Solution

Add JSON like with the snippets mapping commands or strings of text to a concealment. For example,

{
    "\\lVert": " || ",
    "\\rVert": " || ",
}

grepgrok avatar Dec 28 '23 19:12 grepgrok