Opened 10 years ago
Closed 10 years ago
#631 closed defect (bug) (fixed)
Handbook design improvements
Reported by: | samuelsidler | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
There's a few weird things about the handbook design that we need to improve. Here's a list of what I've found so far.
- Improve the styling of tables (cf. https://developer.wordpress.org/plugin/settings/settings-api/)
- Improve the style and wrapping of the Topics box (cf. https://developer.wordpress.org/plugin/http-api/)
- Improve the sidebar wrapping (like “Intro to Plugin Development”)
- Fix the styling of links in the sidebar when a primary page is selected (cf. https://developer.wordpress.org/plugin/the-basics/)
- Decide what to do about wrapping in the [php] tag (cf. https://developer.wordpress.org/plugin/hooks/actions/)
- Fix back/forward links on the bottom. For example, on this page, there are both back and forward links but it’s the last page in the handbook. This is likely because it’s by creation date not sidebar order.
We can add more to this ticket as we find it.
Change History (7)
#7
@
10 years ago
- Resolution set to fixed
- Status changed from new to closed
Regarding the only unaddressed item at this point:
Decide what to do about wrapping in the [php] tag
We discussed this last week during the chat. We're not sure what @samuelsidler (he wasn't present at the time) was suggesting, but if it's what we assumed -- that he meant some sort of line-wrapping for code -- then @DrewAPicture and I are opposed.
The code wraps according to newlines within the code itself. If a line is too long, then horizontal scrolling is employed. This would be our preferred behavior. Introducing soft breaks in long lines of code would be suboptimal to users/developers viewing the code in the handbooks.
Unless we misunderstood?
Since all other issues are resolved, closing the ticket.
In 892: