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 Since the upgrade, me and (at least) another user can't use the shortcuts anymore, not even mk, dm or any custom ones. # Expected Behavior Shortcuts should have...

bug

# Description of the Problem I use Obsidian on Computer and Mobile and have been using tab-to-complete when I take notes on my Laptop but since I don't think I...

enhancement

# Description When functions are concealed, it's sometimes impossible to properly select them with your mouse, and you are forced to either select an extra character or use Shift+Ctrl+Left Arrow...

bug

Consider the following snippet. ``` {trigger: "tst", replacement: "$0, $1, $0, $2", options: "tA"}, ``` In a fresh vault with no 'Vim key bindings on', this works as expected. The...

# Description Typing in math mode (both inline and block) causes it to delete part of a code block above. It deletes everything after a >=. # To Reproduce Put...

bug

# Description I wanted to make single-line versions of some of my shortcuts but it seems like M (block math mode) and n (inline math mode) work the same way...

bug

# Description For whatever reason, LaTeX doesn't have \sech defined, but you can get around by doing `\operatorname{sech}(x)`. So it would be very helpful for the plugin to define this...

bug

# Description When using find feature (ctrl+f) in obsidian's option panel, the text box background color does not use the current color scheme. However the font color does use the...

bug

Clicking on the final set of backticks `` ``` `` of a codeblock which is marked to be interpretted as math mode in settings just freaks out. Checking the dev...

bug

# Description of the Problem When I'm using `flalign*` blocks, adding a newline simply adds the newline, rather than adding `\\` and `&`. # Description of the Solution I would...

enhancement