• Search engines

    The search engines on the BookmarksHome page are now the same as those in the search box in the top right corner of Firefox. You can easily add more.

    The Engine menu button on the options page has three items:

    1. Remove: Remove the currently selected engine from your system.
    2. Toggle Display: This is meant primarily for linux and unix users that do not have permission to remove globally installed search engines.
    3. Set As Default: This will set the currently selected engine as the default for the bookmarkshome page. The default engine in the Firefox searchbox, however, is the one currently selected there.
  • Separators

    If you have updated BookmarksHome, separators in your bookmarks will probably show up as blank space in between your bookmarks. If you want thin black lines instead, you can insert the following in your default stylesheet:
    .separator {
        background-color: #000000;
        padding: 1px 0 1px 0;
        margin: 1px 0 1px 0;
    }
    
    For new users, this is the default. For other colors, change the #000000 value. If you don't want them to be visible at all, you can use the following:
    .separator {
        display: none;
    }
    
  • Options

    There are now four ways to access the options:
    1. By clicking the options link on BookmarksHome page. This will open the options in the sidebar.
    2. By selecting View->Sidebar->BookmarksHome.
    3. By clicking the Tools->Extensions->Options button, when Bookmarkshome is selected in the Extensions window. This will open the options in a new window.
    4. By opening the url chrome://bookmarkshome/content/bmhOptionsPage.xul in the browser.