Skip to content

Instantly share code, notes, and snippets.

CmdUtils.CreateCommand({
name: "find-synonyms",
synonyms: ["thesaurus"],
icon: "http://thesaurus.reference.com/favicon.ico",
takes: {"word": noun_arb_text},
preview: function(pblock, word){
var display = word.text;
if (display == "") display = "a word";