Ticket #46 (closed enhancement: fixed)
tinyTextile: headline with anchor...
| Reported by: | jens | Owned by: | ChristopherGrebs |
|---|---|---|---|
| Priority: | trivial | Milestone: | v0.8.5 |
| Component: | system | Keywords: | |
| Cc: |
Description
TinyTextile? should be make anchor links to every headline.
Like trac:
<a title="Link to this section" href="#WelcometoPyLucidCMS-Trac" class="anchor"> ¶</a>
CSS:
/* Heading anchors */
.anchor:link, .anchor:visited {
border: none;
color: #d7d7d7;
font-size: .8em;
vertical-align: text-top;
}
* > .anchor:link, * > .anchor:visited {
visibility: hidden;
}
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
visibility: visible;
}
Change History
Note: See
TracTickets for help on using
tickets.
