Answered
How Do I Count Footnotes?
Hello,
I'm working on a book, and I need to find out how many footnotes I have. I hate to go through and count them all manually. Is there a place I can go to see how many footnotes the document has?
Hello,
I'm working on a book, and I need to find out how many footnotes I have. I hate to go through and count them all manually. Is there a place I can go to see how many footnotes the document has?
There isn't, but this one-liner tells you how many footnotes your document has:
alert ('Footnotes: ' + app.activeDocument.stories.everyItem().footnotes.length);Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.