Work with tree
When you create tree with FreshOutline you must
do following steps:
- Create nodes in tree area;
- Define State dictionary (optional);
- Define Card structure (optional);
- Assign states to tree nodes (if state dictionary defined);
- Fill out card controls for data for tree nodes (if card structure defined);
- Save data to disk;
- Print tree (and card data - optional) if need.
You can create trees from templates. In this way you will get tree with defined
state dictionary, card structure, partially filled tree, and card. Then you
may edit tree, state dictionary, card structure, card data as you need.
If tree already created you must do following steps:
- Load tree from disk;
- Edit tree (add, edit, delete, move nodes);
- (Re)Assign states to nodes;
- (Re)Define State dictionary (optional);
- (Re)Define Card structure (optional);
- Fill out card controls for data for tree nodes or edit they (if card structure defined);
- Save data to disk;
- Print tree (and card data - optional) if need.
|