Tag Archives: words

Search words in Wordnik from Ubiquity

For people who have installed Ubiquity from Mozilla Labs, here’s a user script that enables you to quickly search for words in Wordnik:
makeSearchCommand({
name: “Wordnik”,
url: “http://wordnik.com/{QUERY}”,
icon: “http://wordnik.com/media/img/wordnik.ico”,
description: “Searches Wordnik for your words.”,
preview: function(pblock, directObject) {
var searchTerm = directObject.text;
var [...]