├── LICENSE ├── README.md ├── generate-idml-rnc └── generate-idml-rnc.jsx ├── image-export ├── README.md ├── delete-image-labels.jsx ├── image-export.jsx └── image-export_pre-cs6.jsx ├── indb └── ExportChapterAsIDML.jsx ├── insert-alt-text ├── README.md └── insert-alt-text.jsx ├── line-numbers ├── README.md └── line-numbers.jsx ├── link-endnotes ├── README.md └── link-endnotes.jsx ├── pagenames ├── PageNamesToStoryALL.jsx ├── PageNamesToStory_ConditionalText.jsx ├── PageNamesToStory_Notes.jsx ├── PageNamesToStory_Notes_Book.jsx └── README.md ├── paragraph-textDestinations ├── README.md └── insertTextDestinations.jsx ├── text-to-image ├── README.md └── ReplaceSelectedTextAsImage.jsx └── transpect-preflight └── transpect-preflight.jsx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/README.md -------------------------------------------------------------------------------- /generate-idml-rnc/generate-idml-rnc.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/generate-idml-rnc/generate-idml-rnc.jsx -------------------------------------------------------------------------------- /image-export/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/image-export/README.md -------------------------------------------------------------------------------- /image-export/delete-image-labels.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/image-export/delete-image-labels.jsx -------------------------------------------------------------------------------- /image-export/image-export.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/image-export/image-export.jsx -------------------------------------------------------------------------------- /image-export/image-export_pre-cs6.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/image-export/image-export_pre-cs6.jsx -------------------------------------------------------------------------------- /indb/ExportChapterAsIDML.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/indb/ExportChapterAsIDML.jsx -------------------------------------------------------------------------------- /insert-alt-text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/insert-alt-text/README.md -------------------------------------------------------------------------------- /insert-alt-text/insert-alt-text.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/insert-alt-text/insert-alt-text.jsx -------------------------------------------------------------------------------- /line-numbers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/line-numbers/README.md -------------------------------------------------------------------------------- /line-numbers/line-numbers.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/line-numbers/line-numbers.jsx -------------------------------------------------------------------------------- /link-endnotes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/link-endnotes/README.md -------------------------------------------------------------------------------- /link-endnotes/link-endnotes.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/link-endnotes/link-endnotes.jsx -------------------------------------------------------------------------------- /pagenames/PageNamesToStoryALL.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/pagenames/PageNamesToStoryALL.jsx -------------------------------------------------------------------------------- /pagenames/PageNamesToStory_ConditionalText.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/pagenames/PageNamesToStory_ConditionalText.jsx -------------------------------------------------------------------------------- /pagenames/PageNamesToStory_Notes.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/pagenames/PageNamesToStory_Notes.jsx -------------------------------------------------------------------------------- /pagenames/PageNamesToStory_Notes_Book.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/pagenames/PageNamesToStory_Notes_Book.jsx -------------------------------------------------------------------------------- /pagenames/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/pagenames/README.md -------------------------------------------------------------------------------- /paragraph-textDestinations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/paragraph-textDestinations/README.md -------------------------------------------------------------------------------- /paragraph-textDestinations/insertTextDestinations.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/paragraph-textDestinations/insertTextDestinations.jsx -------------------------------------------------------------------------------- /text-to-image/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/text-to-image/README.md -------------------------------------------------------------------------------- /text-to-image/ReplaceSelectedTextAsImage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/text-to-image/ReplaceSelectedTextAsImage.jsx -------------------------------------------------------------------------------- /transpect-preflight/transpect-preflight.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/le-tex/InDesignScripts/HEAD/transpect-preflight/transpect-preflight.jsx --------------------------------------------------------------------------------