The Enso Interface Demo lets you try and “feel” some new features and behaviors that have been suggested for Humanized's fabulous Enso. The idea for the demo originated from this discussion.

The new Scratchpad.
When you're not in a text editing application, but for example would like to calculate 6 * 27, just open scratchpad, type your text, then invoke the Enso command like you always have done. No need to explicitly dismiss the scratchpad, no need to press an additional key after the command. There's no change in the way commands used to work in Enso 1.0.

When you've typed a command and release the Enso key, the command executes and the scratchpad closes. You can continue working right away without having to explicitly dismiss the scratchpad. If you don't want to do anything with that scratchpad entry for now, you of course don't have to type a command: Just press and release the Enso key to get rid of the scratchpad.

But wait, there's more! The scratchpad comes with a history that lets you look up and re-use any typed text or used selection from earlier. To perform an Enso command on an older history item: Open the scratchpad. Find the desired item with the Page-Up/Down keys. Issue the enso command.

Some further details:

Command List

About

The Enso Interface Demo is 100% JavaScript. It is meant to be expandable by anyone who knows a little JavaScript and wants to demo their own ideas.

License

Copyright 2008 Andreas Schuderer. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.