I am trying both bulk and batch replace with a linked file. The linked file contents is 2 columns like this:
(?<!\[)ὥρη(?!\]) [[ὥρη]]
(?<!\[)ἥρῳ(?!\]) [[ἥρῳ]]
That is, find any such word if it is not followed by ] or preceded by [ and then create a [[wikilink]].
When I run this regex I get:
The regular expression contains a back-reference to a non-existent marked sub-expression
There is no problem when I run the regex normally from the find/replace dialog.