You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A snippet that only has one character as its trigger and is set to Auto (options contains A) will not trigger if the character is lead by space.
To Reproduce
Create a snippet with one character as its trigger and set it to Auto: {trigger: "t", replacement: "test", options: "mA"},
Go into an inline Mathblock ($...$) and try to trigger it after a space ($a t$)
Expected Behavior
The snippet should trigger as usuall.
Additional Info
Screenshots
Platform
Windows 11
Obsidian version: 1.5.12
Latex Suite version: 1.9.7
Additional context
If in the snippet options n is used instead of m , it also doesnt trigger at the start of an inline Mathblock ($t$)
The text was updated successfully, but these errors were encountered:
Description
A snippet that only has one character as its trigger and is set to Auto (options contains
A
) will not trigger if the character is lead by space.To Reproduce
Create a snippet with one character as its trigger and set it to Auto:
{trigger: "t", replacement: "test", options: "mA"},
Go into an inline Mathblock (
$...$
) and try to trigger it after a space ($a t$
)Expected Behavior
The snippet should trigger as usuall.
Additional Info
Screenshots
Platform
Windows 11
Obsidian version: 1.5.12
Latex Suite version: 1.9.7
Additional context
If in the snippet options
n
is used instead ofm
, it also doesnt trigger at the start of an inline Mathblock ($t$
)The text was updated successfully, but these errors were encountered: