that is just too cool!!
ok i will look into making the custom mime thing as well as import+export functionality.
the import+export, as well as the mime thing, could benefit from letting each item be able to specify its group heading.
for example before i posted this group:
GROUPNAME: dictionary
REGEX: define (.*)
RESULTS:
Meriam Webster - $$1 |http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=$$1
Dictionary dot com - $$1 | http://dictionary.re...erence.com/search?q=$$1
Thesaurus dot com - $$1 | http://thesaurus.reference.com/search?q=$$1
Reference dot com - $$1 | http://www.reference.com/search?q=$$1
OED - $$1 | http://www.askoxford...dict&freesearch=$$1&branch=13842570&textsearchtype=exact
Dict dot org - $$1 | http://www.dict.org/...=Dict2&Database=*&Query=$$1
American Heritage - $$1 | http://www.bartleby....type=enty&query=$$1&db=ahd&Submit=Search
so maybe we need like a single line self contained thing:
dictionary | define (.*) | Meriam Webster - $$1 |http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=$$1
then when importing F&R will automatically know what groups to place each alias result into.
-
if its desired, i can add support for POST type url submissions.