Conversation
Hello!I found the following issues in your plugin submission Errors: ❌ Your description needs to have one of the following characters at the end: This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it. |
There was a problem hiding this comment.
Pull request overview
Adds a new entry to the Obsidian community plugin directory for the “Apple TTS” plugin (macOS native TTS via say).
Changes:
- Appends a new plugin record (
id: apple-tts) tocommunity-plugins.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| } | ||
| , |
There was a problem hiding this comment.
The new array element separator is placed on its own line ("," after the previous object). While valid JSON, it’s inconsistent with the rest of this file’s formatting where the comma appears at the end of the preceding object ("},"). Please move the comma to the end of the previous object and remove the standalone comma line for consistency/readability.
| } | |
| , | |
| }, |
|
Thank you for your submission, an automated scan of your plugin code's revealed the following issues: Required[1][2][3][4][5] [1] [1] OptionalDo NOT open a new PR for re-validation. |
|
Thank you for your submission, an automated scan of your plugin code's revealed the following issues: Required[1][2] [1] OptionalDo NOT open a new PR for re-validation. |
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/ajsscott/obsidian-apple-tts
Release Checklist
main.jsmanifest.jsonstyles.css(optional)v)idin mymanifest.jsonmatches theidin thecommunity-plugins.jsonfile.I have given proper attribution to these other projects in my
README.md.Notes
isDesktopOnly: truein manifest, platform check in code). It uses the nativesaycommand — no external APIs or dependencies.