FindChangeByList—apply a paragraph tag that resides in a folder
Here's the next scenario.
I need to find a tab and a space and replace with an en dash. This is working when the style is not in a folder.
text {findWhat:"--"} {changeTo:"^_", appliedParagraphStyle:"Footnote"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all dash-dash and replace with an em dash.
How do I specify the folder called Footnotes, and then the style within?

~Barb

