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 When previewing large multi-line equations with the popup preview feature **and** scrolling down enough, the previewed equation leaves the box that surrounds it, basically floating above the lower...

bug

Closes #266 If the implementation looks good, I'd like to proceed with the next steps, such as: * making this feature toggleable * organizing the code into a new file

In 1.4.4 this plugin added a feature to automatically jump to the next tabstop after closing a paired brackets like `()`, `{}`. I see how this feature is useful for...

enhancement

# Description of the Problem When moving the text cursor left or right through an equation with conceal mode turned on, it's impossible to know how many clicks you need...

enhancement

Conceal is great but: 1. We should be able to define which parts should be concealed For example i like superscript and subscript to be concealed but not things like...

enhancement

# Description `{trigger: /([^'])\b([B-HJ-Zb-z])\b([\n\s.,?!:'])/, replacement: "[[0]]$[[1]]$[[2]]", options: "tA"},` The "automatically convert lone letters or Greek letters in text to math" feature that you updated in version 1.9.2 of the "Misc"...

bug

# Description When using this code: {trigger: "《", replacement: "《$0》$1", options: "tA",description:"双写《"}, 《does not automatically expand into《》,description Auto Expand does not support Chinese punctuation. However, when I remove the auto-expanding:...

documentation