Skip to content

feat: add @eigenpal/nuxt-docx-editor module#1483

Open
jedrazb wants to merge 2 commits into
nuxt:mainfrom
jedrazb:feat/add-docx-editor-module
Open

feat: add @eigenpal/nuxt-docx-editor module#1483
jedrazb wants to merge 2 commits into
nuxt:mainfrom
jedrazb:feat/add-docx-editor-module

Conversation

@jedrazb
Copy link
Copy Markdown

@jedrazb jedrazb commented May 20, 2026

🔗 Linked issue

closes #1482

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

Add @eigenpal/nuxt-docx-editor to the modules list.

A Docx editor library with canonical OOXML, tracked changes, and real-time collaboration. Wraps @eigenpal/docx-editor-vue and auto-imports an SSR-safe <DocxEditor /> component. Compatible with Nuxt 3 and Nuxt 4.

closes nuxt#1482

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds a new module manifest file modules/docx-editor.yml registering @eigenpal/nuxt-docx-editor (OOXML/docx editor with tracked changes and real-time collaboration) with npm/repo/docs links, icon, maintainer, category/type, and Nuxt 3/4 compatibility. It also updates the maintainer name in modules/nuxt-meta-pixel.yml from "Tanuki" to "erwann.dev".

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning The PR includes an unrelated change updating the maintainer name in nuxt-meta-pixel.yml module, which is outside the scope of issue #1482. Remove the maintainer name change in nuxt-meta-pixel.yml or address it in a separate PR focused on that module's updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately describes the primary change: adding the @eigenpal/nuxt-docx-editor module, which aligns with the main objective.
Description check ✅ Passed The PR description clearly explains the module being added, its purpose, features, compatibility, and links to relevant resources, directly relating to the changeset.
Linked Issues check ✅ Passed The PR implements all coding requirements from issue #1482: adds module listing with OOXML/collaboration support, wraps docx-editor-vue, provides SSR-safe component, and ensures Nuxt 3-4 compatibility.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@modules/docx-editor.yml`:
- Around line 14-16: The maintainer entry under the maintainers list currently
reads "name: Jedr Blaszyk"; please verify the correct full spelling of the
maintainer's name and update the value accordingly (or confirm it is
intentionally abbreviated) so the "maintainers" -> "name: Jedr Blaszyk" field is
accurate.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6563dc82-11a8-4ea7-a0d5-08c4b4deb6e2

📥 Commits

Reviewing files that changed from the base of the PR and between dd6352a and 746d064.

📒 Files selected for processing (2)
  • modules/docx-editor.yml
  • modules/nuxt-meta-pixel.yml
✅ Files skipped from review due to trivial changes (1)
  • modules/nuxt-meta-pixel.yml

Comment thread modules/docx-editor.yml
Comment on lines +14 to +16
maintainers:
- name: Jedr Blaszyk
github: jedrazb
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Verify maintainer name spelling.

The maintainer name is listed as "Jedr Blaszyk". Please confirm this spelling is correct, as it appears potentially abbreviated or truncated.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@modules/docx-editor.yml` around lines 14 - 16, The maintainer entry under the
maintainers list currently reads "name: Jedr Blaszyk"; please verify the correct
full spelling of the maintainer's name and update the value accordingly (or
confirm it is intentionally abbreviated) so the "maintainers" -> "name: Jedr
Blaszyk" field is accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Module Listing Request]: @eigenpal/nuxt-docx-editor

1 participant