rs / SafariOmnibar

Safari plugin to add Chrome like omnibar in Safari
http://hackemist.com/SafariOmnibar/
416 stars 30 forks source link

Cloud sync.. #83

Open qwertbert opened 12 years ago

qwertbert commented 12 years ago

is there any way to change where omnibar looks for it's SearchProviders.plist?? i'm thinking a dropbox folder...

Regards

Rob

pmarschik commented 12 years ago

You could copy the SearchProviders.plist to your Dropbox folder cp ~/Library/Application\ Support/SIMBL/Plugins/SafariOmnibar.bundle/Contents/Resources/SearchProviders.plist ~/Dropbox/

And than remove it and replace it with a symlink rm ~/Library/Application\ Support/SIMBL/Plugins/SafariOmnibar.bundle/Contents/Resources/SearchProviders.plist ln -s ~/Dropbox/SearchProviders.plist ~/Library/Application\ Support/SIMBL/Plugins/SafariOmnibar.bundle/Contents/Resources/SearchProviders.plist

qwertbert commented 12 years ago

Hi,

This is great : Many thanks Mikazuki. I have just realised though that when i edit my SearchProviders.plist it does not seem to have any effect on the plugin in Safari, and in fact after restarting the machine my edits actually disables the plug-in.

Also on a machine where i have created a large selection of different search shortcuts from within the plugin editor these do not seem to stored in the machines SearchProviders.plist.

forgive my noobness but is there something i've missed with regards to the editing of this file?

(please note i am running the latest version)

Regards

Rob