Revision: 33683
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 12, 2010 05:05 by bqbr0
Initial Code
#target "InDesign"
with (app) {
try {
var myDoc = activeDocument;
var myStory = selection[0].parentStory;
} catch (error) {
alert(error);
}
}
Initial URL
Initial Description
Initial Title
Get active document and selected story in Adobe InDesign
Initial Tags
textmate
Initial Language
Other