Skip to content

gsingelmann/indd_swap_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swap Images

A startup script.

Select two image frames and right click: You find three new commands at the bottom

There is a var on line 13: var dbg = false. Set this to true to find a log on the desktop in case something goews awry during installation.

Installation

Basic Installation

  1. Open the Scripting Panel

panel

  1. Right-click the entry "User" and select "Reveal in Finder".

reveal folder

  1. Place script in folder "Scripts Panel"

reveal folder

Startup Scripts

Some scripts are declared as "Startup Scripts". These are scripts that are automatically run, right after InDesign starts.

For those simply create a folder with the name "Startup Scripts" right beside the "Scripts Panel" folder and place the script inside.

Storing scripts somewhere else

The "Scripts Panel" folder is located in preferences folder of your current InDesign-Version.

I have installed several versions of InDesign (since the customer and his version is "always right" ;) ) but I want to have a single installation folder that is shared among the InDesign-versions.

It used to be that an alias was good enough for this purpose but that changed a few years ago. Now you need something that is called a symbolic link.

  1. Find the Terminal in Application:Utilities:
  2. Open the folder that contains the folder where you want to store your scripts
  3. Drag the folder-symbol in the window bar onto the Terminal

open folder in terminal

By dragging the folder onto the terminal that folder is automatically set as 'current folder' so you don’t have to bother about paths.

  1. Now type ln -s nameofsourcefolder nameofsymboliclink

In my example:

ln -s my\ real\ scripts\ folder/ my-scripts

symbolic link

  1. Drag the link (here: my-scripts) into your "Scripts Panel" folder

Folder Structure

Instead of simply putting all your scripts flat into the Scripts Panel you can create a folder structure.

folders

The Scripts panel will show the same structure:

folders

About

An InDesign startup script that helps moving images around

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published