Feature #32169
closedAdd links to the detailed Wiki formatting help in Quick Reference
0%
Description
The attached patch adds links to the detailed Wiki formatting help in Quick Reference.
Currently, there is only one link to the detailed help in Quick Reference. The link is placed at the bottom of the page, so it is not prominent. Some users don't know that they can read the detailed help.
This patch improves the accessibility to the detailed help by adding a link on each section header in Quick Reference. The user is navigated to the corresponding section in the detailed help when they click the link.
Links in Quick Reference. You can find "more" in the section title:
For example, when you click "more" next to "Font style", you will be navigated to "Text formatting" section in the detailed help:
Files
Updated by Go MAEDA about 5 years ago
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 4.1.0
Setting the target version to 4.1.0.
Updated by Go MAEDA about 5 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed the patch.
Updated by Mizuki ISHIKAWA about 5 years ago
The link of a.more_info of wiki_syntax_markdown.html is wiki_syntax_detailed_textile.html.
I think it should be wiki_syntax_detailed_markdown.html.
Updated by Go MAEDA about 5 years ago
- File fix-link-destination.diff fix-link-destination.diff added
- Status changed from Closed to Reopened
Updated by Go MAEDA about 5 years ago
- Status changed from Reopened to Closed
Mizuki ISHIKAWA wrote:
The link of a.more_info of wiki_syntax_markdown.html is wiki_syntax_detailed_textile.html.
I think it should be wiki_syntax_detailed_markdown.html.
Fixed in r18625. Thank you.