Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ Discussions for help on using or configuring this addon can be found at:



##FEATURES
## FEATURES
It offers some additional features as follows, in addition to the existing data management components:

###SubTree
### SubTree
Retrieve a specific branch / sub-branches from a data tree. This component allows you to extract items under the specified branch, when branch path indices are assigned.

![SubTree1](https://raw.githubusercontent.com/EDIT-Collective/EdiTree/master/images/Sub_Tree.png)

![SubTree2](https://raw.githubusercontent.com/EDIT-Collective/EdiTree/master/images/Sub_Tree2.png)

###Divide List
### Divide List
Divide a list into sub-lists by the predefined number (divisor). Any remaining item will be stored in the separate path followed by last branch.

![DivideList](https://raw.githubusercontent.com/EDIT-Collective/EdiTree/master/images/Divide_List.png)

###Partition List (Advanced)
### Partition List (Advanced)
Partition a list into sub-lists by partition size. This is pretty much the same as the existing Partition List component except that it gives any remaining item in a separate list.

![PartitionList](https://raw.githubusercontent.com/EDIT-Collective/EdiTree/master/images/Partition_List_adv.png)

###Split List (Multiple)
### Split List (Multiple)
Split a list into separate parts at a specified index number. Similar to the existing Split List Component, each index indicates the first item in each list.

![SplitListMulti](https://raw.githubusercontent.com/EDIT-Collective/EdiTree/master/images/Split_Multi_List.png)


##License
## License
EdiTree is released under the [MIT license](LICENSE.txt).