Hello! Before anything else, I want to say how much I'm enjoying learning to use Decker---it's a real delight to make games in, and to just make fun UIs with. The reason I'm writing to you now, though, is that I've been struggling to override the default behavior in response to a link event. For example, there is a field I want to toggle the visibility of in response to a link event, so I wrote this in the script of another field that contains the link:
"on link x do
examplefield.toggle[]
end"
but the deck still seems to be trying to navigate to a card named x instead. Is there a different way I should be trying to override this behavior? Also, since I have your attention, is there a way to embed widgets within a rich text field? Thanks in advance for the help! Also sorry if these questions are strange or simple, I'm pretty new to coding and such.