Feature #1647
No Anchor Support on Wiki pages
| Status: | Closed | Start: | 2008-07-15 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | 0.8 | |||
| Affected version: | Resolution: | Fixed |
||
Description
I'd like to be able to use anchor links on a wiki page. For example, I'd like to be able to use the wiki pages for a Glossary type page, with A-Z links at the top, linking to sections below.
Associated revisions
Adds Trac-Like anchors on wiki headings (#1647).
Adds support for wiki links with anchor (#1647).
History
2008-07-28 00:54 - Chris Miller
This looks more like a feature request than it does a defect.
In case you haven't noticed, wiki pages already have limited anchors in them. the h1., h2., and then h3. headings all create small anchors in the page. Unfortunately they're all numbered, and they don't have a fade-in paragraph symbol (like in the Trac wiki) to demonstrate that the anchors really do exist.
In Firefox, select a heading, right click and from the context menu choose View Selection Source. You should see the HTML code for that specific heading. You'll notice it's also an <a name="1" class="wiki-page"></a> right before the rest of the text for the header. You can use that to link to various locations on the page. I do not remember the wiki syntax to link to a section inside of a page, but if I remember correctly there is some to do just that.
2008-07-28 19:33 - Jean-Philippe Lang
- Status changed from New to Closed
- Target version set to 0.8
- Affected version deleted (
0.7.3) - Resolution set to Fixed