Place the cursor inside a table and start the script.
InDesign allows you to set the width of a table one column at a time. There is no option to keep the overall width of the table the same when changing a single column.
This script opens a dialog to control all column widths in one go.
From top to bottom:
The number/index of the column. When you open the script for a table with many columns you will get a verrrry wide dialog.
The column widths before calling the script.
The new width for each column.
One idea of the script is not change the overall width of the table. To achieve that you can set some columns to "auto". After adding up all non-auto-values the remainig table width is automatically distributed over the auto-values.
Sets or unsets all auto-checkboxes.
Set the checkbox to store your widths inside the table-style assigned to the current table on clicking "OK".
That allows you to retrieve the widths in another table of the same style.
The width is now taken from the width of the textcolumn instead of the width of the textframe boundaries.
As a side effect the script now should handle rotated textframes as well.
- Open the Scripting Panel
- Right-click the entry "User" and select "Reveal in Finder".
- Place script in folder "Scripts Panel"
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.
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.
- Find the Terminal in Application:Utilities:
- Open the folder that contains the folder where you want to store your scripts
- Drag the folder-symbol in the window bar onto the 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.
- Now type
ln -s nameofsourcefolder nameofsymboliclink
In my example:
ln -s my\ real\ scripts\ folder/ my-scripts
- Drag the link (here:
my-scripts
) into your "Scripts Panel" folder
Instead of simply putting all your scripts flat into the Scripts Panel you can create a folder structure.
The Scripts panel will show the same structure: