| age |
author |
description |
| 3 years |
Maria Emerson |
preview appears for main input box, timeddefault tip |
| 3 years |
Aza Raskin |
Added animations to the map command. |
| 3 years |
Maria Emerson |
v1 map preview |
| 3 years |
jonathandicarlo |
Took out the blah alert. |
| 3 years |
jonathandicarlo |
Added date.js to repository |
| 3 years |
jonathandicarlo |
Merged? |
| 3 years |
jonathandicarlo |
Preliminary version of date stuff added |
| 3 years |
Maria Emerson |
updated preview branch to include preview screens for google and map commands |
| 3 years |
Maria Emerson |
cloned hip to preview directory |
| 3 years |
jonathandicarlo |
Tiny fix to make nouns never match the empty string, so you don't get that weird thing where your input is empty and it's suggesting a list of cities. |
| 3 years |
jonathandicarlo |
Created a primitive form of noun-first suggestion. |
| 3 years |
jonathandicarlo |
Broke up hip.js into some smaller js files |
| 3 years |
jonathandicarlo |
You can use pronouns to refer to your selection, which is pulled from a 'pretend this is your selection' input box. |
| 4 years |
jonathandicarlo |
Added simple text-selection support; use words like 'this', 'selection', or 'it' to refer to your selection. It will be interpolated in the correct position in your sentence. I don't have a selection-grabbing mechanism yet (it's beside the point) so I just added a text input field to hip.html that we will pretend is your selection for not. |
| 4 years |
jonathandicarlo |
With the basic demo functionality ready to go, I added a list of What To Do Next. |
| 4 years |
jonathandicarlo |
Multiple word direct objects are now processed correctly, and the case where a preposition is treated as part of the direct object is now sorted to the end of the suggestion list. |
| 4 years |
jonathandicarlo |
Now even if a preposition is matched, the suggestion list will include the sentence where that preposition is left unmatched (treated as part of the direct object), just in case that's what the user wants. |
| 4 years |
jonathandicarlo |
All suggested completions now return sensible descriptions of what they would do if executed. |
| 4 years |
jonathandicarlo |
Debugged the recursive part of the parsing algorithm, so it now recognizes multiple prepositions in any order. Still some bugs. |
| 4 years |
jonathandicarlo |
Now doing a much smarter parsing of the rest of the sentence after the verb, and describing expected arguments in (italics). |
| 4 years |
jonathandicarlo |
Added verbs and nouns and up/down arrows and space-to-autocomplete and suggestion list and escape-to-clear. |
| 4 years |
Atul Varma |
Clarified some things in the README. |
| 4 years |
Atul Varma |
Added README |
| 4 years |
Atul Varma |
Added autocomplete popup and querysource class |
| 4 years |
Atul Varma |
Origination. |