Hi, everybody,
Is there a macro somewhere that would work on a selection such that every other paragraph would be shaded (at this point gray would be fine)?
It's a list in rather small print, and I need some way to keep my eyes on the correct line.
Thanks!
Way to shade in gray every other paragraph
Re: Way to shade in gray every other paragraph
G'day, NisusUser et al
Here's one way of going about it. I've chosen a pale orange, just to illustrate the idea.
I’d name this as “Shade Alternate Paragraphs in Selection”.
Cheers,
Adrian
Here's one way of going about it. I've chosen a pale orange, just to illustrate the idea.
Code: Select all
Find All @Text<\n.+\n>, 'Esa-i'
Find All @Text<[^\n]>, 'Esa-i'
Format:Paragraph Shading Pattern:10% Blend
Format:Paragraph Shading Color:Orange
Cheers,
Adrian
MacBook Pro (M1 Pro, 2021)
macOS Ventura
Nisus Writer user since 1996
macOS Ventura
Nisus Writer user since 1996
Re: Way to shade in gray every other paragraph
@adryan,
That macro works great! Thank you. Just what I was looking for!
That macro works great! Thank you. Just what I was looking for!