View Single Post
Old 05-22-2023, 09:17 AM   #1
Radim
Junior Member
Radim began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2023
Device: PocketBook
Auto increase number in HTML tag as Clip?

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...
Attached Thumbnails
Click image for larger version

Name:	screen 2023-05-22 1.png
Views:	147
Size:	22.7 KB
ID:	201651  
Radim is offline   Reply With Quote