Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.08 KB

File metadata and controls

46 lines (35 loc) · 2.08 KB

Indesign Scripts

JavaScript scripts for Adobe InDesign CS6/CC.

Applies the style of the currently selected footnote to all other footnotes.

Places a grey gradient in the centerfold/between two pages and thus simulates the shadow in an opened book.

Simulates the translucency of paper by placing page elements onto the next/previous page with low opacity.

Often enough the "100%" zoom does not match real world sizes. This script fixes this. You'll need to put in your own specific value. Best is to bind the script to a keyboard shortcut for easy use.

By Roland Dreger. Highlight GREP searches directly in the document.

By Gregor Fellenz. This script chains multiple GREP queries after each other. See also.

By Adi Ravid. This script can split one or multiple selected text frames and break the thread while keeping the text content alive. See also

By Günter Jürgensmeier. Corrects German Ligatures like Knopf|loch. (no "fl" ligature!) See also


Other valuable places to check out:

Infos on:

  • the ExtendScript Wiki. Has a lot of detail info in how to write your own Scripts for Adobe Products.