Return to Snippet

Revision: 33683
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