This repository was archived by the owner on Jan 29, 2026. It is now read-only.
LA-224 AI fitting - step 2 - Add menu item for ID article frames - #51
Open
Edwin-van-der-Klaauw wants to merge 8 commits into
Open
Edwin-van-der-Klaauw wants to merge 8 commits into
Edwin-van-der-Klaauw wants to merge 8 commits into
Conversation
…he fallback settings.
…icle with AI. On shutdown, remove the menu item.
…ected that belongs to an InDesign article, otherwise disable.
…o document windows are open" errors raised when closing document.
tpiwoodwing
approved these changes
Dec 29, 2025
| 3. Copy the [ArticleShapeExtractor](<../ArticleShapeExtractor>) folder to the `Scripts/Scripts Panel` folder. | ||
| 4. Move the [ArticleShapeExtractor/startup scripts/ArticleShapeExtractorStartup.jsx](<startup scripts/ArticleShapeExtractorStartup.jsx>) file to the `Scripts/startup scripts` folder under the InDesign application folder. If the file already exists in the target folder, then overwrite it. | ||
| 5. Restart InDesign to auto install a menu item. To verify: | ||
| 1. Open a layout and locate a placed article. |
Collaborator
There was a problem hiding this comment.
Add a note that the frame needs to be part of an InDesign article
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a JXS startup script that installs a menu item.
When clicking the menu item, it runs a IDJS script.
The menu items appears under the "Fitting" submenu of the context menu.
Only when the clicked frame belongs to an ID article, the menu item is shown.