Copy link to clipboard
Copied
Hello,
I have a hundreds titles (with paragraph style Title chapter) in capital letters.
It is possible to change in small caps, except the first letter?
For example I would like to find all TITLE CHAPTER and then change to: Title chapter
Thank you in advance
InDesign can convert anything to sentence case.
So, yes, if you change the last line in the script (the one that refers to ChangecaseMode) to
ChangecaseMode.SENTENCECASE
the script should do what you need.
Copy link to clipboard
Copied
Check out this script:
http://www.id-extras.com/convert-paragraph-to-real-all-caps-indesign
As is, it converts all text (based on para style) to all caps, but if
you want to change to title case, just modify the last line to
ChangecaseMode.TITLECASE
Copy link to clipboard
Copied
I'm having trouble getting this script to work in InDesign CC 2015. I want to changes titles that have been written in ALL CAPS - this not as a style - and change to Sentence case. Any suggestions would be helpful!
Copy link to clipboard
Copied
or reading your question more carefully, it sounds like you want
SENTENCECASE
Copy link to clipboard
Copied
Thank you Ariel,
yes I would like to trasform each title that are now in ALL CAPS in sentencecase.
TITLE CHAPTER > Title chapter.
Does the script above work in this case?
Copy link to clipboard
Copied
InDesign can convert anything to sentence case.
So, yes, if you change the last line in the script (the one that refers to ChangecaseMode) to
ChangecaseMode.SENTENCECASE
the script should do what you need.
Copy link to clipboard
Copied
It's just what I wanted!
Thank you very much Ariel