Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for IDML (InDesign Markup Language) file format #292

Open
vrcprl opened this issue Nov 4, 2024 · 0 comments
Open

Add support for IDML (InDesign Markup Language) file format #292

vrcprl opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vrcprl
Copy link
Contributor

vrcprl commented Nov 4, 2024

What

Implement a loader for IDML files in Replexica.

Why

To support designers and print publishers working with magazine layouts and brochures.

How

  1. Create a new loader in packages/cli/src/loaders/idml.ts
  2. Implement parsing logic for IDML XML structure
  3. Add two unit tests in packages/cli/src/loaders/index.spec.ts:
    • Test parsing a simple IDML file
    • Test handling style ranges in IDML entries
  4. Update @replexica/spec to include IDML format
  5. Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
  6. In the pull request, include a link to the IDML specification used.

After completing the task

Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.

@vrcprl vrcprl added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant