skyzyx Posted November 19, 2021 Posted November 19, 2021 Using Find-and-Replace, I know that I can: Find by literal text Find by regex pattern Find by style Find by text or regex pattern with a particular style But something I miss from CSS is the ability to match by: A direct child Any descendant child First child Nth child Siblings Here is a real example of a find that I wanted (and can do in CSS), but was unable to perform with Publisher: In the section labeled "Appendix B"… After a heading with the style "Heading 4 containing a Citation"… After the heading’s sibling paragraph with the style "Quotation"… Select the first sibling paragraph, if any… And assign the style "First Paragraph after Heading or List" to it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.