Le 06/05/2015 02:03, Ben Coman a écrit :
I would find a directly editable tree structure useful. I have a
current need for an "outliner" tool - insert/delete and promote/demote.
Anyone done this or have some tips for doing this in Glamour *or* Morphic ?
cheers -ben
Hi Ben,
in Morphic, the AltBrowser has the insert/delete tree thing working, as well as the move around/copy. It doesn't has the promote/demote, but, since it has the tree update working, it would be easy to emulate by delete/reinsert.
Thierry