What's the best book on scripting?
After first using a script (yay) to convert 239 paragraph numbers to Hyperlink Text Anchors, I then had to manually go through and search out each referernce to those room numbers and create a hyperlink to one of said anchors. Probably 500 or more links, as there were 1-4 per paragraph.
Wow. I mean, "This looks like a job for . . . Scripting!"
But while I can write out the flowchart for what I want to do, I can't code it. Time to learn.
What are some of the best resources for learning InDesign scripting out there? I have a second book that I have to lay out and edit (well, in reverse order) and having this automated when it comes time to finalize that one would be brilliant.
(For what it's worth:
What I need it to do is to
1. Ask me how many paragraphs to look for
2. Start at the beginning of the book. Look for 001 in a certain style
3. If you find it and it's not already linked, look up 001 on the Text Anchor List, and put in that link (bascially link it back to the room number)
4. Keep going until the end of the book
5. Now look for 002 . . .
6. Repeat until last number
The list of text anchors already exists (that's the script I mentioned above: it works)