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 Firstly, I need to clarify this issue, as it significantly affects writing. It took me a long time today to pinpoint this problem. The conditions for it to...

bug

# Description of the Problem Its annoying when in environments where the syntax is different (e.g. ce, pu) the default snippets still run. # Description of the Solution Either something...

enhancement

I would like to propose an enhancement to the editing environment's "Conceal" feature. While the Conceal feature greatly improves readability by hiding LaTeX commands and showing the resulting formatted text,...

enhancement

# Description When bracket enlargement is triggered, existing size control will be ignored, leading to confusing errors. # To Reproduce Start with ``` $$ \big( \big) $$ ``` Then inside...

bug

# Description While editing in a table cell, Shift+Enter produces a redundant # To Reproduce Insert table, click to edit a table cell, type anything and stroke `Shift+Enter` ## Expected...

bug

# Description of the Problem It would be neat if inside an align environment `return` would automatically end the line with `\\` and start the next line with `&=` situated...

enhancement

Under normal circumstances, this snippet should replace both `1234-56-78` and `56/78/1234` with `78561234` . ```js { trigger: "(\\d{4})-(\\d{2})-(\\d{2})|(\\d{2})/(\\d{2})/(\\d{4})", replacement: "[[2]][[1]][[0]][[4]][[3]][[5]]", options: "rtA" } ``` But in fact it outputs `78561234undefinedundefinedundefined`...

enhancement

# Description of the Problem Currently, the `c` snippet option only works inside the ```` ``` ... ``` ```` codeblock. It won't expand inside the inline code block (or verbatim...

enhancement

When pressing backspace on a line with `$|$` where `|` represents the cursor, both signs should delete, not just the first one. Making this issue but I'll hopefully create a...

enhancement

# Description of the Problem There are some sequences where either there is no current concealment or I can think of a better but I can't just make it do...

enhancement