View Single Post
Old 02-07-2019, 05:27 PM   #6
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
The way that Sigil Clips works is you highlight text, and then you apply the Clip.

Your highlighted text will be grouped into:

\1

So let's say you highlight:

Code:
This is text I |want in italics|.
Clip: <i>\1</i>

Code:
This is text I <i>want in italics</i>.
Clips are designed more as a one-button-push for redundant stuff (like pasting in template code for a figure with caption, etc. etc.)

Like I created this Sigil Clip for myself:

Code:
<div class="chart">
      <div class="single-chart">
        <div class="chart-title"></div>

        <div class="image"></div>

        <div class="chart-caption"></div>
      </div>
</div>
and then I can easily just insert the needed info/images.

To do more advanced Search/Replace using Regex, you use Tools > Saved Searches.

Last edited by Tex2002ans; 02-07-2019 at 05:31 PM.
Tex2002ans is offline   Reply With Quote