Opened 9 years ago
Last modified 14 months ago
#2538 assigned feature request
Plugin Directory: Preview Readme
| Reported by: | Ipstenu | Owned by: | tellyworth |
|---|---|---|---|
| Priority: | high | Milestone: | Q2 |
| Component: | Plugin Directory | Keywords: | has-patch dev-feedback |
| Cc: |
Description
It would be helpful for developers if they could proof their new readme, if a tag was in the directory already.
Example:
https://wordpress.org/plugins/akismet/?version=14.1 would display the plugin as if it was generated by the readme in the 14.1 tag folder.
If the tag doesn't exist, the default readme is shown.
Attachments (2)
Change History (13)
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
9 years ago
#5
@
7 years ago
- Keywords has-patch dev-feedback added; needs-patch removed
- Owner set to
- Status new → assigned
attachment:2538.diff implements a simple preview function on the Readme Validator page. It simply outputs the parsed readme below the validator status messages. There's no special styling, and it doesn't show screenshots.
#6
@
5 years ago
- Priority low → high
I'm bumping the priority of this up a notch, as being able to preview/validate/understand how it's parsing a readme is actually fairly important.
Right now, the most feedback you get from the validator is absolute errors / missing fields, but it's easy to not understand it.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If we made the plugin validator display a preview, we could link to that. Displaying older readme content on the plugin page itself is unfortunately difficult.