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 content writers, translators, and marketing teams working with documentation and marketing materials.
How
Create a new loader in packages/cli/src/loaders/docx.ts
Implement parsing logic for DOCX structure
Add two unit tests in packages/cli/src/loaders/index.spec.ts:
Test parsing a simple DOCX file
Test handling comments in DOCX entries
Update @replexica/spec to include DOCX format
Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
In the pull request, include a link to the DOCX 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 DOCX files in Replexica.
Why
To support content writers, translators, and marketing teams working with documentation and marketing materials.
How
packages/cli/src/loaders/docx.ts
packages/cli/src/loaders/index.spec.ts
:@replexica/spec
to include DOCX 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: