My Google Scholar Plugin

Seems to work ok, comments?


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Description</key>
	<string>Searches the web using scholar.google.com.</string>
	<key>EncodingUrl</key>
	<string>UTF-8</string>
	<key>EngineUrl</key>
	<string>http://scholar.google.com/scholar?q=_agentQuery_&amp;num=_agentNumber_&amp;ie=UTF-8&amp;start=_agentOffset_</string>
	<key>Identifier</key>
	<string>com.devon-technologies.google_scholar.plugin</string>
	<key>Info</key>
	<string>Google (Scholar) Plugin 1.0</string>
	<key>Keyword</key>
	<string>google scholar</string>
	<key>LinksEnd</key>
	<string>&lt;!--z--&gt;</string>
	<key>LinksMatching</key>
	<array>
		<string>/url?</string>
	</array>
	<key>LinksStart</key>
	<string>&lt;!--a--&gt;</string>
	<key>Name</key>
	<string>Google (Scholar)</string>
	<key>OffsetPerPage</key>
	<integer>100</integer>
	<key>ResultsPerPage</key>
	<integer>100</integer>
	<key>Start</key>
	<integer>0</integer>
	<key>Version</key>
	<string>1.0</string>
</dict>
</plist>

Looks fine but actually DA 2.0 already includes a plugin for Google Scholar (see “Education” group/submenu).

All I’m finding under Education is ‘ResourceFinder’ Is that it?

Which version of DA do you use? Please check also the “Window > Plugins & Scanners” panel which lists all plugins & scanners including disabled ones.

DA 2.0.8. I didn’t see it there either. Maybe the plugin IDs conflict? No big deal, as long as it works :slight_smile:

Yes, you’re using the same identifier and therefore your plugin “overrides” the built-in one.