Skip to content

Commit 7a1b019

Browse files
committed
Update README.md
1 parent cacbc6a commit 7a1b019

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

README.md

+13-24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ![logo](doc/logo.png?raw=true) Fancytree
2+
23
[![GitHub version](https://badge.fury.io/gh/mar10%2Ffancytree.svg)](https://github.com/mar10/fancytree/releases/latest)
34
[![Build Status](https://travis-ci.com/mar10/fancytree.svg?branch=master)](https://travis-ci.com/github/mar10/fancytree)
45
[![npm](https://img.shields.io/npm/dm/jquery.fancytree.svg)](https://www.npmjs.com/package/jquery.fancytree)
@@ -7,41 +8,30 @@
78
[![Released with: grunt-yabs](https://img.shields.io/badge/released%20with-grunt--yabs-yellowgreen)](https://github.com/mar10/grunt-yabs)
89
[![StackOverflow: fancytree](https://img.shields.io/badge/StackOverflow-fancytree-blue.svg)](https://stackoverflow.com/questions/tagged/fancytree)
910

10-
<!--
11-
[![Selenium Test Status](https://saucelabs.com/buildstatus/sauce-fancytree)](https://saucelabs.com/u/sauce-fancytree)
12-
-->
13-
1411
Fancytree (sequel of [DynaTree 1.x](https://code.google.com/p/dynatree/)) is a
1512
JavaScript tree view / tree grid plugin with support for keyboard, inline editing,
1613
filtering, checkboxes, drag'n'drop, and lazy loading.
1714

18-
[ ![sample](doc/teaser2.png?raw=true) ](https://wwWendt.de/tech/fancytree/demo "Live demo")
19-
20-
21-
### Status
22-
23-
[![GitHub version](https://badge.fury.io/gh/mar10%2Ffancytree.svg)](https://github.com/mar10/fancytree/releases/latest)
24-
See the [change log](https://github.com/mar10/fancytree/blob/master/CHANGELOG.md)
25-
for details.
26-
2715
> **NOTE:**<br>
28-
Fancytree is considered feature-complete. The code is still maintained and
29-
bugfixes will be commited. However do not expect new major features.<br>
30-
Have a look at the [Wunderbaum](https://github.com/mar10/wunderbaum) incubator
31-
for a potential successor.
16+
> Fancytree is considered feature-complete. <br>
17+
> The code is still maintained and bugfixes will be commited.
18+
> However do not expect new major features.
19+
>
20+
> For a modernized and more capable alternative, have a look at the designated
21+
> successor [Wunderbaum](https://github.com/mar10/wunderbaum).
3222
23+
[ ![sample](doc/teaser2.png?raw=true) ](https://wwWendt.de/tech/fancytree/demo "Live demo")
3324

3425
### Get Started
3526

36-
* [Try the live demo](https://wwWendt.de/tech/fancytree/demo).
37-
* [Read the documentation](https://github.com/mar10/fancytree/wiki).
38-
* [Check the Q&A forum](https://github.com/mar10/fancytree/discussions) or
27+
- [Try the live demo](https://wwWendt.de/tech/fancytree/demo).
28+
- [Read the documentation](https://github.com/mar10/fancytree/wiki).
29+
- [Check the Q&A forum](https://github.com/mar10/fancytree/discussions) or
3930
[Stackoverflow](https://stackoverflow.com/questions/tagged/fancytree) if you have questions.
40-
* Play with [jsFiddle](http://jsfiddle.net/mar10/KcxRd/),
31+
- Play with [jsFiddle](http://jsfiddle.net/mar10/KcxRd/),
4132
[CodePen](https://codepen.io/mar10/pen/WMWrbq),
4233
or [Plunker](http://plnkr.co/edit/8sdy3r?p=preview).
43-
* [Contribute](https://github.com/mar10/fancytree/wiki/HowtoContribute)
44-
34+
- [Contribute](https://github.com/mar10/fancytree/wiki/HowtoContribute)
4535

4636
### ES6 Quickstart
4737

@@ -66,7 +56,6 @@ const tree = createTree('#tree', {
6656
See [module loader support](https://github.com/mar10/fancytree/wiki#use-a-module-loader) and
6757
[API docs](https://wwWendt.de/tech/fancytree/doc/jsdoc/Fancytree_Static.html#createTree).
6858

69-
7059
### Credits
7160

7261
Thanks to all [contributors](https://github.com/mar10/fancytree/contributors).

0 commit comments

Comments
 (0)