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

Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements

Results 107 obsidian-latex-suite issues
Sort by recently updated
recently updated
newest added

It would be great if there was a debug mode so that when this is enabled, the plugin additionally prints logs the regex that was used for expansions. This way...

enhancement

# Description of the Problem Matrix shortcuts don't currently work in inline math, like ``` $\begin{pmatrix}5&6&7\\8&9&10\end{pmatrix}$ ``` # Description of the Solution The same matrix shortcuts should work in inline...

enhancement

I want to use the trigger `|| -> \left\lvert$0\right\rvert$1` and `||| -> \left\lVert$0\right\rVert$1`. Is it possible to have an automatic trigger on `\\left\\lvert|{cursor}\\right\\rvert` to `\left\lVert$0\right\rVert$1` where my cursor finishes typing...

bug

# Description ![image](https://github.com/artisticat1/obsidian-latex-suite/assets/84447025/4026ca00-18ef-45ea-9765-4a315349a512) Certain characters cannot be automatically replaced, whether in a regular editing environment or in a formula environment. # To Reproduce For example, entering @a in $ will...

bug

# Description of the Problem The preset snippet `dm` is very useful, but it doesn't work perfectly when triggered inside a callout or a blockquote, since it doesn't take the...

enhancement

# Description of the Problem I would like to use the snippets of the plugin in VSCode as is. Is there any way to achieve this?

enhancement

# Description When using snippets with tabstops, it seems like un-triggered tabstops begin to pile up into a queue that can trigger later. For example, if you have a tabstop...

bug

# Description When I set the path to `/Users/FA5I/Documents/Notes/.obsidian/snippets/latex-snippets.json` the snippet file fails to load, and non of the snippets I defined work. # To Reproduce Change the option to...

bug

# Description Inline substitution has unpredicted behaviors in some files, usually after a significant amount of text has been added. This specific example is when using the `mk` shortcut, it...

bug

# 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...

enhancement