Question
Italic JavaScript that converts regular text into italics
I use this simple JavaScript (Italic.jsx) that converts highlighted Open Sans text into italics:
app.selection[0].appliedCharacterStyle='Italic';
Worked until at least InDesign 16 but now produces this error:

Anyone have a tip on how to make this work again?
