Categories > Your tips & tricks >

define designer comments automatically deleted when merged

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Skrol29
Date: 2004-11-25
Time: 13:08

define designer comments automatically deleted when merged

Here are sevaral ways to define comments in your template that will be automatically deleted on the final result.

Using Html the comment tag:
<!-- Bla Bla Bla  [onload;comm]-->

Using your own tag (called tbs in this example) :
<tbs [onload;magnet=tbs;mtype=m*] Bla Bla Bla>

Deleting a full block:
- a block with your own bounds:
<tbs>Bla Bla Bla [onload;block=tbs]</tbs>
- or
[onload;block=begin] Bla Bla Bla [onload;block=end]
- a block with html bounds:
<tr><td>Bla Bla Bla [onload;block=tr]</td></tr>
By: GypsumBlue
Date: 2005-07-09
Time: 14:40

Re: define designer comments automatically deleted when merged

Thanks - had been looking for  a way to do this.

Completely love TBS. It simpliifes development massively