MCPcopy Index your code
hub / github.com/LionPearNews/Glasklart

github.com/LionPearNews/Glasklart @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
574 symbols 1,421 edges 68 files 58 documented · 10% updated 12mo ago★ 241
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

logo Fancytree

GitHub version Build Status npm jsDelivr code style: prettier Released with: grunt-yabs StackOverflow: fancytree

Fancytree (sequel of DynaTree 1.x) is a JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading.

NOTE:

Fancytree is considered feature-complete.

The code is still maintained and bugfixes will be commited. However do not expect new major features.

For a modernized and more capable alternative, have a look at the designated successor Wunderbaum.

sample

Get Started

ES6 Quickstart

import $ from "jquery";

import 'jquery.fancytree/dist/skin-lion/ui.fancytree.less';  // CSS or LESS

import {createTree} from 'jquery.fancytree';

import 'jquery.fancytree/dist/modules/jquery.fancytree.edit';
import 'jquery.fancytree/dist/modules/jquery.fancytree.filter';

const tree = createTree('#tree', {
  extensions: ['edit', 'filter'],
  source: {...},
  ...
});
// Note: Loading and initialization may be asynchronous, so the nodes may not be accessible yet.

See module loader support and API docs.

Credits

Thanks to all contributors.

Core symbols most depended-on inside this repo

$
called by 1137
lib/prettify.js
jQuery
called by 55
lib/jquery.js
_assert
called by 50
src/jquery.fancytree.js
x
called by 45
lib/prettify.js
isFunction
called by 40
lib/jquery.js
done
called by 39
lib/qunit.js
escapeText
called by 29
lib/qunit.js
init
called by 26
lib/qunit.js

Shape

Function 568
Method 5
Class 1

Languages

TypeScript99%
Python1%

Modules by API surface

lib/qunit.js175 symbols
lib/jquery.js112 symbols
lib/jquery-ui.custom.js42 symbols
src/jquery.fancytree.js28 symbols
bin/jsdoc3-moogle/publish.js26 symbols
lib/prettify.js16 symbols
bin/jsdoc3-moogle/static/scripts/prettify/prettify.js14 symbols
lib/jquery.tmpl.min.js13 symbols
src/jquery.fancytree.dnd5.js10 symbols
src/jquery-ui-dependencies/jquery.fancytree.ui-deps.js9 symbols
src/jquery-ui-dependencies/jquery-ui.js9 symbols
src/jquery-ui-dependencies/jquery-ui-iife.js9 symbols

For agents

$ claude mcp add Glasklart \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page