/jquery-conceptmap-plugin

jQuery Concept Mapping Plugin

Primary LanguageJavaScript

jQuery Concept Mapping Plugin

Based on JavaScript-Concept-Map.

Usage

$("#container").conceptMap({tripleLoader: {func: textareaLoadEngine, args: {}}});

triple-loader is any function which returns a list of objects in form of {concept1: topic1, relation: relation, concept2: topic2}.

textareaLoader demo

TODO

  • making relations special case concepts
  • grouping of same relations
  • rewrite of layout engine

Licence

MIT Licence