1. implemented drag & drop

    You can now drag elements to set the parent or to create links (see zafu) :

    <div id='icon' do='drop' set='icon'><r:img src='icon'/></div>
    <ul do='images' in='project'>
      <li do='each' draggable='true' do='img' format='pv'/>
    </ul>

    Gaspard Bucher