You are here: Diigo Home > Groups > Diigo Community > Forum > FeedDemon & Diigo
If any Diigo users are also users of FeedDemon (RSS reader for Windows) you might be interested in adding Diigo search directly to FeedDemon. you can do this by:
1. Browsing to C:\Program Files\FeedDemon\Data\search
2. Copy an exisitng file, and rename it to "Diigo.fdsrch2"
3. Open the file in Notepad and replace the contents of the file with the following.
View : http://screencast.com/t/ZkPkw3tm3SU
You will now have access to the Diigo full text search engine from within FeedDemon. I may see if I can combine other search features as well.
PS. I wanted to copy the code here directly, but the forum stops it from showing, anyway to include the code directly in the post?
Sean;
Thanks for sharing this tip. Have you been able to configure the "send to" feature for Diigo?
Mario
Sean Brady wrote:
> If any Diigo users are also users of FeedDemon (RSS reader for Windows) you might be interested in adding Diigo search directly to FeedDemon. you can do this by:
>
> 1. Browsing to C:\Program Files\FeedDemon\Data\search
> 2. Copy an exisitng file, and rename it to "Diigo.fdsrch2"
> 3. Open the file in Notepad and replace the contents of the file with the following.
>
> View : http://screencast.com/t/ZkPkw3tm3SU
>
> You will now have access to the Diigo full text search engine from within FeedDemon. I may see if I can combine other search features as well.
>
> PS. I wanted to copy the code here directly, but the forum stops it from showing, anyway to include the code directly in the post?
I have not tried yet. I understand that there may be an API, or a standard web based URL interface for saving a a bookmark soon, which will make this a bit easier. I don't think it can be done with the existing tools. Diigo folks? FeedDemon has an integration feature that uses a URL based method to add a bookmark to Diigo. Here is an example of hat FeedDemon uses for Del.icio.us looks like, can we do this for Diigo?
http://del.icio.us/{user}?title={title}&url={url}
Mario A Núñez wrote:
> Sean;
>
> Thanks for sharing this tip. Have you been able to configure the "send to" feature for Diigo?
>
> Mario
>
> Sean Brady wrote:
> > If any Diigo users are also users of FeedDemon (RSS reader for Windows) you might be interested in adding Diigo search directly to FeedDemon. you can do this by:
> >
> > 1. Browsing to C:\Program Files\FeedDemon\Data\search
> > 2. Copy an exisitng file, and rename it to "Diigo.fdsrch2"
> > 3. Open the file in Notepad and replace the contents of the file with the following.
> >
> > View : http://screencast.com/t/ZkPkw3tm3SU
> >
> > You will now have access to the Diigo full text search engine from within FeedDemon. I may see if I can combine other search features as well.
> >
> > PS. I wanted to copy the code here directly, but the forum stops it from showing, anyway to include the code directly in the post?
It is regular OpenSearch (and if you don't want to retype it) - here it is:
http://paste.pocoo.org/show/41749/ - with note for Diigo (to adding this search to page)
Thanks, Mr Digi. I try to implement it but I am receiving an error sayin that this is not an xml file. Any ideas?
Mr. DiGi wrote:
> It is regular OpenSearch (and if you don't want to retype it) - here it is:
>
> http://paste.pocoo.org/show/41749/ - with note for Diigo (to adding this search to page)
Thanks, but I think this URL is for search, what I am looking for is to actually post a new bookmark to Diigo Basically in FeedDemon you can have an article selected, FeedDemon will grab the title and url, and pass it to the bookmarking service.
Mr. DiGi wrote:
> It is regular OpenSearch (and if you don't want to retype it) - here it is:
>
> http://paste.pocoo.org/show/41749/ - with note for Diigo (to adding this search to page)
Sorry, I messed XML somewhere while pasting... :)
Correct (I Hope): http://paste.pocoo.org/show/41814/
Part to inserting to Diigo header: http://paste.pocoo.org/show/41816/
Thanks. I am not very sure about what do you mean by "inserting to Diigo Header". Where I do that?
Mario
Mr. DiGi wrote:
> Sorry, I messed XML somewhere while pasting... :)
>
> Correct (I Hope): http://paste.pocoo.org/show/41814/
>
> Part to inserting to Diigo header: http://paste.pocoo.org/show/41816/
That is job for Diigo developers... Or you can add it on any public website and visit it with your browser.
That XML and link is for *searching* on Diigo (add Diigo as search engine to your browser)

