Can't add description to commands generated from search boxes or bookmarklets
When I create a new command using create-search-command or create-bookmarklet-command, I can go into the command editor to add icons or change the commands' names, but I can't add a description.
For instance, my Pandora.com search command looks like this:
// generated by create search command
CmdUtils.makeSearchCommand({
name: "pandora search",
url: "http://www.pandora.com/backstage?type=all&q={QUERY}",
icon: "http://www.pandora.com/favicon.ico",
description: "Searches Pandora.com for a track or artist"
});
However, when I use the command, that description--"Searches Pandora.com for a track or artist"--never appears.
Not really a huge deal, but I have so many of these search and bookmarklet commands that sometimes I forget what they search for. Is this a bug, or am I just doing it wrong?
For instance, my Pandora.com search command looks like this:
// generated by create search command
CmdUtils.makeSearchCommand({
name: "pandora search",
url: "http://www.pandora.com/backstage?type=all&q={QUERY}",
icon: "http://www.pandora.com/favicon.ico",
description: "Searches Pandora.com for a track or artist"
});
However, when I use the command, that description--"Searches Pandora.com for a track or artist"--never appears.
Not really a huge deal, but I have so many of these search and bookmarklet commands that sometimes I forget what they search for. Is this a bug, or am I just doing it wrong?
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?The description is used on the command list page to describe what commands do and if you type "help command name" it will also display, but it is not used anywhere in the preview for the command itself.
1 person says
this solves the problem
-
Okay, thanks.
Loading Profile...




EMPLOYEE