Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 573 Bytes

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