-
Notifications
You must be signed in to change notification settings - Fork 96
#64 Fix desktop instructions #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -65,11 +65,16 @@ codex plugin install <plugin-name> --source awesome-codex-plugins | |||||
| ``` | ||||||
|
|
||||||
| **Desktop App / IDE Extension:** | ||||||
| 1. Open Codex settings → Plugins → Marketplace Sources | ||||||
| 1. Open Codex settings → Plugins → Next to search plugins input click on menu and select → `+Add More...` | ||||||
| <img width="1462" height="466" alt="image" src="https://github.com/user-attachments/assets/ae15f505-58a8-4199-bb7b-56a07b670b10" /> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SUGGESTION: Image embedded via user-attachment URL ( These URLs are not permanent across forks or if the user deletes their attachment. For long-lived documentation, commit images to the repository and reference via relative paths. |
||||||
|
|
||||||
|
|
||||||
| 2. Add this URL: | ||||||
| ``` | ||||||
| https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json | ||||||
| https://github.com/hashgraph-online/awesome-codex-plugins.git | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CRITICAL: Invalid marketplace source URL.
Codex expects a direct URL to a
Suggested change
Using the repository URL will cause plugin installation to fail. |
||||||
| ``` | ||||||
| <img width="1974" height="1064" alt="image" src="https://github.com/user-attachments/assets/ffbae59f-41ae-4ee3-9d52-864273ecdcb3" /> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SUGGESTION: Second user-attachment image (same portability concern as the previous image). Consider committing these screenshots to the repository assets and referencing them with stable relative paths. |
||||||
|
|
||||||
| 3. The curated plugin list appears as an available marketplace source. | ||||||
|
|
||||||
| Each plugin entry includes a `source.path` pointing at a mirrored bundle under `./plugins/` in this repo, so installations are fast and reproducible without hitting upstream repos at install time. | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SUGGESTION: Instruction uses arrow symbols (→) as sentence separators, making it hard to read.
Consider breaking into clearer sentences, e.g.:
"Open Codex settings → Plugins. Next to the search input, click the menu and select
+Add More...."The current run-on style hurts scanability.