Skip to content
Open
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
8 changes: 8 additions & 0 deletions community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -19277,4 +19277,12 @@
"description": "Calculate reading time estimates for selected text using your own reading speed in Words Per Minute.",
"repo": "santiyounger/wpm-reading-time"
}
,
Comment on lines 19279 to +19280
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
}
,
},

Copilot uses AI. Check for mistakes.
{
"id": "apple-tts",
"name": "Apple TTS",
"author": "ajsscott",
"description": "Read notes aloud using macOS native text-to-speech.",
"repo": "ajsscott/obsidian-apple-tts"
}
]
Loading