kettek2/wiki/lab/yew/features

9 lines
431 B
Plaintext

<ul>
<li>Served with PHP, complimented with JavaScript, but still works without the latter</li>
<li>Hooks into keydown+keyup events for keyboard usage</li>
<li>Dynamically updates via AJAX</li>
<li>"Mode"-oriented program design. Different contexts(modes) change keypress behaviors and the like, a la vi</li>
<li>Wonderful colorscheme roughly adapted from Solarized</li>
<li>Customizable with theme configurations</li>
</ul>