Opened 16 years ago
Closed 15 years ago
#14143 closed feature request (fixed)
Make readme files #hash-URL linkable
| Reported by: | dphiffer | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org Site | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
This is a cross-post from the open call for WordPress.org improvements and the thread I started on wp-hackers (Subject: "Plugin readme #section links"). I'm going for maximum visibility here since this is something I need for my JSON API plugin.
Basically I'd like the readme.txt syntax to automatically add id attributes for headings. Something like this:
== Some section ==
Translates into:
<h3 id="Some_section">Some section</h3>
Change History (6)
#5
@
15 years ago
Otto, yes exactly.
Basically I'd like to make this link jump to the "Request arguments" part of the page.
http://wordpress.org/extend/plugins/json-api/other_notes/#3._Request_arguments
#6
@
15 years ago
- Resolution → fixed
- Status new → closed
Seems reasonable enough. Done.
You'll have to actually update the readme.txt before you'll see those appear, but I force updated json-api to make it work there first.
Also, I don't like underscores. So I used dashes instead:
http://wordpress.org/extend/plugins/json-api/other_notes/#3.-Request-arguments
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I'm confused by this. What h3's are you referring to here? On the plugin page in extend?