Labs/Ubiquity/Nouns: Difference between revisions
Jump to navigation
Jump to search
(→Proposed Nouns: Programming languages) |
m (→See Also) |
||
Line 36: | Line 36: | ||
* [[Labs/Ubiquity/Verbs]] | * [[Labs/Ubiquity/Verbs]] | ||
* [[Labs/Ubiquity/Magic Words]] | * [[Labs/Ubiquity/Magic Words]] | ||
* [http://groups.google.com/group/ubiquity-core/browse_thread/thread/c2ce330eb1ef1452 Standardising Noun Definitions via Helper | * [http://groups.google.com/group/ubiquity-core/browse_thread/thread/c2ce330eb1ef1452 Standardising Noun Definitions via Helper Method] (proposal) |
Revision as of 11:48, 6 October 2008
We have very few nouns at the moment. But, nouns are going to be extremely important in the future. So, if you want to help with Ubiquity, write nouns! You can learn how to do that here.
Core Nouns
- noun_type_contact -- currently matches gmail contacts
- noun_arb_text -- matches any text
- noun_type_date -- parses dates, using DateJS goodness so you can use things like "today" or "next week" :)
- noun_type_percentage -- a percentage value, eg. 85%
- noun_type_address -- currently a basic address matcher - needs more work
- noun_type_language -- matches a subset of about 20 or so language names (in English), eg. Greek or German, for use with translate verb
- noun_type_tab -- used to list/match open browser tabs
- noun_type_searchengine -- matches installed search engines
- noun_type_tag -- tagging service, although not sure what?
Contributed Nouns
- noun_type_accessKey -- pulls a list of access keys from the current browser tab, used in the Access Keys plugin
Proposed Nouns
- Nouns based on microformats
- Twitter Friends/Followers
- Facebook Friends
- Yahoo Contacts
- URL
- History + Bookmark URLs (Suggestions retrieved from AwesomeBar (see this command) but impossible to do right now due to #37)
- TemperatureUnit
- CityName
- Timezone prototype here
- Date for perfection of the add-to-calendar verb (in combination with the 'on' modifier for example)
- Time, also applicable to the add-to-calendar verb (using 'from' 'till' modifiers)
- Programming languages