feat: add @eigenpal/nuxt-docx-editor module#1483
Conversation
closes nuxt#1482 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis PR adds a new module manifest file modules/docx-editor.yml registering Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (2)
modules/docx-editor.ymlmodules/nuxt-meta-pixel.yml
✅ Files skipped from review due to trivial changes (1)
- modules/nuxt-meta-pixel.yml
| maintainers: | ||
| - name: Jedr Blaszyk | ||
| github: jedrazb |
There was a problem hiding this comment.
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.
🔗 Linked issue
closes #1482
❓ Type of change
📚 Description
Add
@eigenpal/nuxt-docx-editorto the modules list.A Docx editor library with canonical OOXML, tracked changes, and real-time collaboration. Wraps
@eigenpal/docx-editor-vueand auto-imports an SSR-safe<DocxEditor />component. Compatible with Nuxt 3 and Nuxt 4.