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

When within an environment, make typing the correct closing bracket behave like tab. That is, in the case “(blabla[cursor])” then typing “)” moves the cursor out, the same as typing...

The “tab” behaviour is conflicted within “align”: to insert a & or to get out of an bracket environment. My preferred default would be to exit an environment whenever within...

I like the VISUAL idea for editing previously written latex. However it is easier to select text while in vim mode. Would there be a way to use the selection...

In vscode or vim, we have latex.snip to save all our settings. Right now, all the settings are within the plug-in setting. I am wondering if we could have a...

Right now a+b/c gets translated to a+\\frac{b}{c}. If one wants to write \\frac{a+b}{c} one has to write {a+b}/c. To be faster, would it be possible to have a+b/c be translated...

If i write `$[\varphi]$` close obsidian and open it again the enhanced view shows `[𝜑𝜑𝜑]` instead of `[𝜑]`. Same in the `$$ $$` mode. Also same with exponents in some...

First of all let me thank you for this awesome plugin. I have a few questions regarding the concealing of the latex code 1. I noticed that \overline{x} does not...

would be great if there is an option to ignore case of trigger. if there is a way to set flag in the trigger on regex mode would be a...

![image](https://user-images.githubusercontent.com/48148292/170948900-149d72c4-8685-4b88-a14e-a8b9edf1bb82.png) ![image](https://user-images.githubusercontent.com/48148292/170948962-416d277f-e43e-4ea1-ba10-8e0b4e351673.png) Above the pic, suppose more latex code in the conceal feature 1. \lim\limits-->lim 2. \displaystyle{\frac{A}{B}}-->A/B 3. \sum\limits_{}-->$\sum$ 4. \cdots -->...