Can I change choice of choice node from a different non-choide node? #638
Unanswered
ziontee113
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Mhmmm, changing the choice from another place is theoretically possible, but not implemented :/ Jumping to a specific tabstop is possible with that same setting that allows immediately jumping to the $0, you should get away with replacing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have this following fmt() of a todo snippet:
My question is that if I'm at position 2 (Insert Node), can I somehow change the choice of the choice of the Choice Node at position 1?
Achieving this will make using choice nodes much more natural 😄
Another question I have is that is it possible to automatically jump to a specified position (index) after triggering the snippet? Maybe there's some option called "Initial Jump Position"?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions