MacDownApp / MacDownApp/macdown
Plug-ins Menu Empty
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
When there are no plug-ins installed, the Plug-ins menu in the main menu is empty (showing no menu UI at all). There should at least be a single (disabled) menu item that says something like “No Plug-ins”

Version: Version 0.7.2 (1008)
Seems like this could easily be fixed at https://github.com/MacDownApp/macdown/blob/1af8db3d1345094e43bcc66741e1cdd667b4020d/MacDown/Code/Application/MPPlugInController.m#L34-L45 by checking if `buildPlugIns` is empty.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in MacDown/Code/Application/MPPlugInController.m around lines 34–45, especially the buildPlugIns result, and reproduce the empty Plug-ins menu with no installed plug-ins. Done means the menu remains visible and contains a disabled item such as “No Plug-ins” when the plug-in list is empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, objective-c
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100