Skip to content
Martin Wendt edited this page Feb 10, 2019 · 2 revisions

About writing Fancytree extensions.

Part of Fancytree's functionality is factored out into separate modules, called 'extensions'.

This page is about writing new Fancytree extensions.
See also

Writing your own Fancytree extensions

You are encouraged to contribute new features by writing own extensions.

  1. Choose a name.
    ...
  2. Create a Github project.
    This makes a good link target, allows to store source code and documentation and supports code annotations, issue tracking and pull requests.
    It also defines your authorship and terms of license.
  3. Implement that awesome feature...
  4. Let us know.
    Post on the Forum and add to the list of existing Fancytree extensions.

See the annotated source of the 'childcounter' extension for an introduction.