I know I ask this before, but I can not find it. Can someone please tell me how I change
1. A und O
into
1. A und O [[@Headword:A und O]]
by using Wildcards for all Headings?
Thanks
Sascha
Try this:
Find: (^13[0-9]@. )([!^13]@)(^13)
Replace: \1\2[[@Headword:\2]]\3
But if any other lines also start with a number like that, then it will lead to problems obviously. If those headwords already are formatted in a certain style, you can add that to the search (but in that case, you might need to delete the first "^13" - but that again will lead to problems if there are numbers followed by a period in the middle of those lines).
[Y]
Find ([0-9]. )([!^13]@)(^13) worked thanks