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 i have that code `$\sum_{k=1}[cursor]$` and i try to add the `^ symbol` for the upper limit, an extra bracket is added, and i get : `$\sum_{k=1}}^[cursor]$`. I have...

I've been trying to implement a text-mode regex snippet to convert any number to math mode after writing: e.g 3 -> \$ 3 \$. I quickly discovered that basically any...

# Feature: support snippet variable files. ## Changes Introduces support for reading variables from files, almost exactly like the existing feature for snippets. Since this isn't a small PR, I...

# Description of the Problem I love this plugin _so much_! Seriously, this is the biggest help when taking notes, and I can't appreciate it enough. The only problem is...

enhancement

# Description of the Problem This is more of a note-to-self than an actual issue since it's fairly trivial to implement, so I'm just making this so I remember to...

enhancement

# Description With math popup preview position set to "Below", when the equation gets long enough to wrap into two or more rows the popup obstructs the view. # To...

bug

# Description Hi. Here is the problematic snippet (for Markdown format, not related to LaTeX syntax) : ```coffee {trigger: "dn", replacement: "(*$0*)\n$1", options: "t"}, ``` When I use source mode,...

bug

I usually use `ctrl + M` shortcut in VS Code or `Alt + =` in MS Word to insert math block. It may be more convenient if keybindings for toggling...

enhancement

# Description Any automatic expansion snippet triggered by a character wil also trigger when a diacritic is input simultaneously with the character (for example `^`+`2` instead of `^`+`space`+`2`). In addition,...

bug

![obsvimissue](https://github.com/artisticat1/obsidian-latex-suite/assets/40470855/8eeee1d8-3fb8-43c6-8416-9aa6f0045f45) My snippet is default. I can't input `\supset`. How can I modify the snippets to enable inputing it. By the way, considering input `subset` bring about `\subset`, it seems...

bug