Rob Galbraith
Rob Galbraith
Per title. Investigate and find a solution. May need an "allow-scripts" security restriction on the ajax command to get this to work keeping security considerations in mind.
Currently variables written directly in HTML looks like this: ```{$varname}```. A need has arisen for there to be an additional syntax for fetching a variable based on a string name....
A current solution: ``` #something:click { body { toggle-attribute: data-something; } body[data-something] #something { render: "Not something"; } body:not([data-something]) #something { render: "Something"; } } ``` This could then become,...
It's currently not obvious how to get the key pressed in keyboard events, as you have to use JS in event commands to reference it ("{= o.e.data =}" or "{=...