You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support designers and print publishers working with magazine layouts and brochures.
How
Create a new loader in packages/cli/src/loaders/idml.ts
Implement parsing logic for IDML XML structure
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
Update @replexica/spec to include IDML format
Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
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.
The text was updated successfully, but these errors were encountered:
What
Implement a loader for IDML files in Replexica.
Why
To support designers and print publishers working with magazine layouts and brochures.
How
packages/cli/src/loaders/idml.ts
packages/cli/src/loaders/index.spec.ts
:@replexica/spec
to include IDML formatpnpm new
for both 'replexica' and '@replexica/cli' packagesAfter 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.
The text was updated successfully, but these errors were encountered: