Searching for
(»)(~F)
and replacing by
$2$1
doesn't work, because the note is lost in the replacement and I get the "<?>" instead of the note number...
Any idea ?
TIA
Michel
You can either script this, so that one finds each note in turn, cuts it, moves the cursor, then pastes it back in place, or you can dump to Adobe Tagged Text and do the change there --- might be able to do it in .idml, but I'm finding that even less easy to work w/ than .inx.
William
--
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.
Find: (?<=»~F)(.)
Change: »$1
Find: »(?=~F)
Change to nothing
Harbs
http://www.in-tools.com
Innovations in Automation
> --
> you are subscribed to "InDesign talk" on Google Groups, to post: send email to indesi...@googlegroups.com, to unsubscribe: send email to indesign-tal...@googlegroups.com, for more options visit http://groups.google.com/group/indesign-talk
In fact, my texts are more precisely
"anyword »1"
so there's a non breaking space just after the word, and the number is of course superscript as it's the calling number of the note.
Otherwise, I'll do the changes in a .inx
Thanks
Michel
I had to include the end of § in the search, so I just changed (.) in (.|\r)
I found this as I had a different number of results between the two steps. ;-)
Thanks again.
Michel
Le 28 sept. 2011 à 13:35, Harbs a écrit :
You can either script this, so that one finds each note in turn,
cuts it, moves the cursor, then pastes it back in place, or you can
dump to Adobe Tagged Text and do the change there --- might be able
to do it in .idml, but I'm finding that even less easy to work w/
than .inx.