We should start a new thread for this dqsd plugin idea and start by begging czechboy and/or ecaradec to work on this.
The dqsd search addons consist of a standalone xml file which includes a description and then some javascript that knows how to execute the search. You can download and look at them here:
http://www.dqsd.net/...dqsdtoc/searchtoc.plAn example of a really simple but useful one is
jsx.xml which simply lets you execute any javascript code you type in the search box.
A more complicated one with arguments is
dmda.xml which demonstrates how forms are used to get user input, etc.
The nice thing about writing a plugin to handle dqsd search xml files is that it would then open up FARR scripting to be even EASIER for others to write javascript plugins using this interface. It's sort of one step removed and simplified from the original javascript sdk for FARR by ecaradec.
A wonderful idea, i hope we can convince ecaradec or czechboy (or even someone new) to go for this.
Since I'm back to coding on FARR as we speak, I stand ready to help add any functionality to FARR that is needed. One thing that might be desired is to add an html-rendering view mode for the FARR window as an alternative to the richview memo view mode -- might be useful for this project and others.