Rob Galbraith

Results 4 issues of 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.

enhancement
done on branch
docs to do

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....

enhancement
docs to do

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,...

enhancement

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 "{=...

enhancement
docs to do