From dcacd90bb9d4d9ba89d2d682f5dcb0f3df093e75 Mon Sep 17 00:00:00 2001 From: "H.John Choi" Date: Sun, 25 Aug 2019 20:22:22 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 00a3b22..c4d1afa 100644 --- a/README.md +++ b/README.md @@ -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).