RocketTheme Joomla Templates
     
Home Help Devo/Ubiquity
Devo/Ubiquity
Do you use the awesome Devo or Ubiquity Firefox addons? If so then your in luck, as opening Minimap 0.3.2 and above can be added to Devo and Ubiquity as an action. Simply do the following for Devo:
  • Open up Devo and type add.action and hit return
  • For keyord use 'mmap' or 'mmap.sidebar'
  • For param use 'location' or 'address'
  • Give it a description, eg 'Open Minimap Sidebar address'
  • Use the following code snippet for the Code
minimapSidebar(devo_param)
  • Click Add to finish
  • Optionally, you can easily add actions for the Map Tab and Preview Panel, using for example mmap.panel and mmap.tab and one of the following code snippets
  • minimapTab(devo_param)
    minimapPanel(devo_param)


    Ubiquity

    I have not yet had a chance to fully look at Ubiquity and write my own command, but I do see it replacing the Preview Panel. You can copy the following command into the ubiquity editor to add an address to Minimap (ubiq 'mmap'), it uses the same as the inbuilt 'map' ubiq, but on hitting return it adds the address to your address list.
    CmdUtils.CreateCommand({
      name: "mmap",
      takes: {"address": noun_arb_text},
      icon: "chrome://minimap/skin/map_but.png",
      description: "Add an address to the Minimap Sidebar.",
      help:"Add an address to the Minimap Sidebar.",
      execute: function( directObj ) {
        window.minimapSidebar(directObj.text);
      },
      preview: CmdUtils.makeContentPreview("http://maps.stcstm.org/map.html")
    });
 

NoScript Users!

If you use the NoScript addon, please allow maps.stcstm.org (the map at the heart of the Minimap addon). Symptons of NoScript affecting Minimap include a sidebar that will not close.

Twitter

    Club Login

                   No Account Yet?