Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added icons/docx-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions modules/docx-editor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: docx-editor
description: >-
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.
repo: eigenpal/docx-editor#main/packages/nuxt
npm: '@eigenpal/nuxt-docx-editor'
icon: docx-editor.png
github: https://github.com/eigenpal/docx-editor
website: https://www.docx-editor.dev/
learn_more: https://www.docx-editor.dev/
category: Libraries
type: 3rd-party
maintainers:
- name: Jedr Blaszyk
github: jedrazb
Comment on lines +14 to +16
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.

compatibility:
nuxt: '>=3.0.0'
requires: {}
2 changes: 1 addition & 1 deletion modules/nuxt-meta-pixel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ learn_more: https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-p
category: Analytics
type: 3rd-party
maintainers:
- name: Tanuki
- name: erwann.dev
github: tanukijs
avatar: https://avatars.githubusercontent.com/u/25182349?v=4
compatibility:
Expand Down
Loading