Labs/Ubiquity/Nouns: Difference between revisions

Jump to navigation Jump to search
added nouns provided in the plugin
(added nouns provided in the plugin)
Line 1: Line 1:
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 [https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial#Introduction_to_Noun_Types here].
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 [https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial#Introduction_to_Noun_Types here].


== Existing Nouns ==
== Core Nouns ==


* Nouns in nountypes.js (TODO: list them here)
* noun_type_contact -- currently matches gmail contacts
* noun_arb_text -- matches any text
* noun_type_date -- parses dates, using [http://datejs.com 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 ==


* [https://www.adaptavist.com/display/free/Access+Keys#AccessKeys-Nouns noun_type_accessKey] -- pulls a list of access keys from the current browser tab, used in the Access Keys plugin
* [https://www.adaptavist.com/display/free/Access+Keys#AccessKeys-Nouns noun_type_accessKey] -- pulls a list of access keys from the current browser tab, used in the Access Keys plugin
18

edits

Navigation menu