View Single Post
Old 08-22-2023, 01:57 PM   #17
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
Quote:
Originally Posted by StephV View Post
Thank you all for the info! I'm definitely taking a lot of notes and will see what I can add/modify to my workflow. I'm definitely giving the clips feature a solid try. Had I realized what it did sooner, it might have been adopted a long, long time ago.
I rarely have the time to sit and just learn so it's a great opportunity for that.


Quote:
Originally Posted by StephV View Post
I already do use standard Find&Replace a whole lot, but I haven't dabbled in Regex much if at all
Just think of Regular Expressions as "search using patterns".

Instead of individually searching for things like:
  • Chapter 1
  • Chapter 2
  • Chapter 3
  • [...]
  • Chapter 100

you can do a single regex search like:
  • Chapter \d+
    • Find the word "Chapter" followed by "ONE OR MORE OF ANY NUMBER".

These are INCREDIBLY powerful, and can save you SO MUCH TIME once you understand some of the very basics.

For more examples, see:

and type this into your favorite search engine:

Code:
"regular expressions" Tex2002ans site:mobileread.com
"regex" Tex2002ans site:mobileread.com
You'll come across hundreds of topics where I've done a step-by-step breakdown of regexes + gave tons of helpful examples.

- - -

If you want even more, you can search:

Code:
"regular expressions" Tex2002ans site:reddit.com/r/libreoffice
That will show you ~100 of my LibreOffice explanations too (these patterns can typically be used in Word too).

Once you learn to "think in patterns", search/replace becomes SO MUCH better.

Here's a few recent examples:

- - -

Quote:
Originally Posted by StephV View Post
[...] so I don't think I'll have a lot of time to dedicate on learning beyond Clips this month... )
Spend a little time up front learning how to use the tools more efficiently and you'll save a ton of time in the long-run.

Same with learning Styles in Word/LibreOffice! Spend less than 30 minutes learning Styles, and you'll save yourself hundreds of hours of formatting headaches.

There's so many awesome bells and whistles hidden inside of Sigil/Calibre. Take full advantage of them!

Another one you might like is Sigil's fantastic Reports:
  • Tools > Reports (Ctrl+Shift+R)

to see a few awesome tricks with that, see my post in:

Last edited by Tex2002ans; 08-22-2023 at 02:10 PM.
Tex2002ans is offline   Reply With Quote