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

# Description of the Problem On web forms, you can hold shift while pressing tab to move in reverse through web forms. Right now, we can only move forward in...

enhancement

It looks like currently there is no innate support for preview of math equations typed as display mode surrounded by $$ $$, in the callout box of obsidian. An example...

I hope there is a way to move cursor back to the preious tag point like shift tab, and that will make changing or adding thing easily.

enhancement

With this part of the snippet: ``` // Greek letters {trigger: "@a", replacement: "\\alpha", options: "mA"}, {trigger: "@A", replacement: "\\alpha", options: "mA"}, {trigger: "@b", replacement: "\\beta", options: "mA"}, {trigger: "@B",...

bug

I know this might sound weird, but I want the snippets to work when I'm in a code block when it's between $$. Sometimes I need to type [pseudocode](https://github.com/ytliu74/obsidian-pseudocode), where...

enhancement

Hi, thank you so much for this great plugin! # Description of the Problem Let's take `{trigger: "sum", replacement: "\\sum", options: "mA"}` as an example. For me, it's difficult to...

enhancement

# Description # To Reproduce ``$\{ x^{-1} \}$`` # Expected Behavior Correct preview

bug

# Description of the Problem In https://github.com/artisticat1/obsidian-latex-suite/issues/57 the behavior of undo was changed. I am not sure what the behavior was before but I think it removed the text that...

enhancement

Write the following inline equation in Obsidian (this is just an example): ``` $\epsilon_{i} = \zeta_{+}U_{i}^{+} + \zeta_{-}U_{i}^{-}$ ``` Now try to select this equation, by clicking on the right...

bug