It is possible to add in Clip Editor such posibility?
How can it work?
1. in Clip Editor I create initial template:
<p style="text-align: center;"><img alt="{01;1}" src="../Images/{01;1}.jpg"/></p>
where this part: {01;1}
represents initial value: "01" and increment "1" at next paste againt previous one.
2. so in next use of my Clip, let it call as "imgAutoInc" I get this text:
<p style="text-align: center;"><img alt="01" src="../Images/01.jpg"/></p>
next Clip "imgAutoInc" generate:
<p style="text-align: center;"><img alt="02" src="../Images/02.jpg"/></p>
next:
<p style="text-align: center;"><img alt="03" src="../Images/03.jpg"/></p>
etc.
Thanks. It needs also some "RESET" to initial value solution...