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

This plugin works well enough and very elegantly allows me to edit latex formulas. If it could support function fragments, it would be perfect! My thoughts are as follows. `mxi(3)`...

Snippets like {"^>"→"⟳"}, aka contracting snippets cause Tab to act on the browser interface (and tab outside the editor) instead of eating it, which makes the editor pane go crazy...

It would be great if the plugin can read a snippets file in a hidden directory like `.config/`

If the cursor is positioned as “\blahblahbl”, disable the snippet completion. This could be done with a regex that checks that there is a backslash followed by text not separated...

(I first explain my setup, which should allow replication of the issue as well as convey my motive.) I have this snippet: `{trigger: "()", replacement: "($0) $1", options: ""},`. What...

Very happy that #39 be implemented! Now I can use ultisnips in vim to quickly creat snippets :smile:. However, current snippet file use a strange format (array in js?) ,...

The support for mobile (android) doesn't seem to work. ![Recording](https://user-images.githubusercontent.com/75558018/189464866-f1ef0cad-9b47-40a6-bb53-5a5486a104d9.gif) I tried it on both of my android devices but neither of them worked. I checked if other plug-ins caused...

bug
help wanted

Thank you for building this awesome plugin. This plugin works pretty well and helps me to use latex. I'm trying to build my own snippets, and the idea of $symbol...

I think it's good to have the ability to restrict a snippet to only expand in certain folders . This is useful in use cases like having several folders for...

I want a way to change how a snippet behaves depending on if its triggered in an inline math block ($$) or a normal math block ($$$$). A notable usage...