Skip to content

marcelklehr/buzzmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buzzmap

fluid mindmaps in javascript (jquery plugin)
Copyright (c) 2011 Marcel Klehr

based on "js-mindmap"
Copyright (c) 2008/09/10 Kenneth Kufluk http://kenneth.kufluk.com/

This program makes use of "MicroEvent"
Copyright (c) 2011 Jerome Etienne, http://jetienne.com

Features

  • Draggable nodes
  • Realistic animation (nodes look like floating in water)
  • Loads mindmap from HTML or JSON data
  • Callbacks for many operations
  • Fully and intuitively editable in edit mode

Requirements

  • jQuery
  • jQueryUI
  • Raphael

Documentation

See the wiki for more information about how to install and use buzzmap.

Issues

Submit any bugs and feature requests to the bug tracker

Changelog

1.8.2:

  • Bugfix: Nodes weren't removed from their parents when deleting them
  • Tried to amke edit mode more intuitive (doubleclicking still fires 'click' event)

1.8.1:

  • Corrected jQUery selection mechanism (now the buzzmap container must be selected directly)
  • New CSS class for root nodes ('root')

1.8:

  • Now more than one root nodes are possible
  • Bugfix: Fixed a strange behaviour (some nodes weren't moving until being dragged)
  • Root nodes' children can no longer be hidden
  • New event system (MicroEvent)
  • New class 'Buzzmap'

About

draw and edit mindmaps interactively, using force-directed layouts (jQuery plugin)

Resources

License

Stars

Watchers

Forks

Packages

No packages published