Replies: 1 comment 2 replies
-
Ah, yeah that currently deletes all snippets inside the captured text. Watch #1137, I may get to handling this case in there ;) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a latex fraction snippet, where I have to use the entire line
trig= "(.*%S+)/"
to then make manipulations over that line and return the result in a function node:The problem comes when I use it inside other snippets, like:
When I do stuff like
(1/2
to get(\frac{1}{2})
, I then can't exit the braces, because the fraction snippet has "eaten" the(
and then pasted it back again. Is there a way to keep the"("
snippet's tabstop?Beta Was this translation helpful? Give feedback.
All reactions