WP Codex Search

WordPress Codex Search is a Ubiquity plugin that allows you to search WordPress Codex for functions and other references.

The command shortcut is 'wp'. Enjoy!

The source is available here wpcodex.js.

Check out more Ubiquity plugins.

8 Comments

  1. Lee archaxis.com
    Nov 23rd, 2009

    Here's the updated Ubiquity Command, I got it from https://wiki.mozilla.org/Labs/Ubiquity/Commands_In_The_Wild#PHP, have fun!

    CmdUtils.CreateCommand({
    homepage: "http://taukon.de/ubiquity-php-function-doc.php",
    author: {name: "Sebastian Barthenheier", email: "tauven@gmail.com"},
    license: "MPL,GPL",
    description: "Searching in the PHP Documentation (Quickreference)",
    help: "Enter text to search for",
    names: ['php'],
    arguments: [ {role: 'object', nountype: noun_arb_text, label: 'query'}],
    preview: function(pblock, args) {
    pblock.innerHTML = CmdUtils.renderTemplate("Searching for ${query} in the PHP documentation", args.object.text);
    },
    execute: function(args) {
    Utils.openUrlInBrowser("http://php.net/search.php" +
    Utils.paramsToString({pattern: args.object.text, show: "quickref"}
    )
    );
    }
    });

  2. David McCart webappdesign.co.uk
    Aug 10th, 2009

    sadly I'm having problems to get this to work; I'm using Ubiquity 0.1.9 - of course it immediately suggested I upgraded to the the 0.5.x version, but that might mean existing scripts might not work. Hit up the one with PHP doc search, and it gave this scary warning, read the script and it seemed like the code was not malicious (imagine that?) so I said ok.
    I've got to your site, and nothing happens :(
    And of course its your book that I'm reading to get to this point.
    If you have any insight, I'd be most grateful.
    I recognise your picture so I must have been here for one of your other articles.
    I heard God used Object-Oriented COBOL to code the universe..
    thanks,
    David

  3. Jason Gill gilluminate.com
    Jul 17th, 2009

    This plugin will not work with the latest ubiquity parser 2 https://wiki.mozilla.org/Labs/Ubiquity/Parser_2_API_Conversion_Tutorial

  4. Vladimir prelovac.com
    Apr 3rd, 2009

    You need to install Ubiquity first, and then you will get a notice when you visit this page.

  5. Cathy C.
    Apr 3rd, 2009

    Must confess I need instructions to install your plug-in. All I see is your javascript source file. How do I use this?????

  6. Guga Alves tudoparawordpress.com.br
    Mar 6th, 2009

    Hey, how i install this ????

  7. nutrition360 nutrition360.org
    Jan 7th, 2009

    Great plugin, thanks!

  8. Mike P.
    Dec 12th, 2008

    Great plugin, thanks!

Have your say

Your email is never published nor shared. Required fields are marked *

*
*

Subscribe without commenting

About Vladimir

vladimir prelovac Hi! My name is Vladimir Prelovac. I am a computer engineer by profession and an adventurer by state of mind.

"I would love to change the world, I just don't have the source code yet."

Books by Vladimir

WordPress Plugin Devleopment Book WordPress Plugin Development: Beginner's Guide

Published by Packt Publishing, available online through Amazon. Click the image for more information.

Consulting Services

Professional WordPress Services, including custom developed plugins and themes

Expert on-site WordPress SEO consulting and an 'out-of-the-box thinking' approach to problems