Open
Description
Hi,
First of all, great project! It's super easy to use and works brilliantly. It really made my life easier.
Is it possible to replace an element with another one? Or maybe being able to know the position of an element, so once deleted, you would be able to put another element in its place.
for example replace:
<div id="foo"><p class="bar"><img src="http://something.com/image.jpg><p></div>
with:
<img src="http://something.com/image.jpg>
Thanks