Skip to content

knv/jquery-conceptmap-plugin

Repository files navigation

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

About

jQuery Concept Mapping Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published