Latest from lemonad
- Deployment of Django applications using Fabric
- Försöker starta en ny mem
- SSWC — Sweden Social Web Camp
- Another backpacking trip in the north of Sweden
- Ubiquity search for Bloggy.se
- Search words in Wordnik from Ubiquity
- Ubiquity code for Jaiku search through Jaikungfu
- Going backpacking in the north of Sweden
- Jaikungfu: A firefox extension for Jaiku
- Jaiku Autolinking (Greasemonkey script)
- More context for Jaiku comments (Greasemonkey script)
- Twitter Book Cover
- Back from the annual spring mountain biking road trip
- Gone fishing
- tags in 2007, for the benefit of the long tail?
- viacom vs. we the people
- links for 2007-03-14
- Twitter Feeds support http if-modified-since
- Movable Type 3, MySQL and UTF-8
Search words in Wordnik from Ubiquity
Saturday, October 25, 2008For 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 pTemplate = "Searches Wordnik for ${query}";
var pData = {query: searchTerm};
pblock.innerHTML = CmdUtils.renderTemplate(pTemplate, pData);
}
});
I’ve added Ubiquity meta information to this page so that you should see a Firefox bar across the top of the page asking you whether or not to install/subscribe to this script.
...Original article from http://jonasnockert.com/2008/10/ubiquity-wordnik/
Login to read full articles and enjoy our free features for members.
Related articles
feedraider "We Eat Internets" v2.0 a LAMP production by Jussi Vaihia
© 2006-2009 |
about |
blog |
help