Plagger::Plugin::Subscription::Bookmarks - Subscribe to URLs in Favorites /
Bookmarks
# DWIM: auto-detect browsers (and path) from your OS
- module: Subscription::Bookmarks
# be a little explicit
- module: Subscription::Bookmarks
config:
browser: InternetExplorer
# auto-configure as Mozilla
- module: Subscription::Bookmarks
config:
path: /path/to/bookmarks.html
# auto-configure as Safari
- module: Subscription::Bookmarks
config:
path: /path/to/Bookmarks.plist
# more verbose
- module: Subscription::Bookmarks
config:
browser: Mozilla
path: /path/to/bookmarks.html
This plugin allows you to subscribe to your Bookmarks (or Favorites) of your
browser like IE, Firefox or Safari.
- browser
- Specify your browser name. Possible values are 'InternetExplorer',
'Mozilla' and 'Safari'.
- path
- Specify path to your bookmarks file (or directory).
Configuration is optional. When you omit browser, this
plugin auto-configure the default config. On Win32, browser is
"InternetExplorer" and path is looked up using Windows
Registry. On darwin, browser is "Safari". Otherwise,
browser is set to "Mozilla", but path isn't set.
Plagger, Netscape::Bookmarks, Win32::IEFavorites