Ticket #46 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

tinyTextile: headline with anchor...

Reported by: jens Assigned to: ChristopherGrebs
Priority: trivial Milestone: v0.8.5
Component: system Version: 0.8
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

18.05.2007 08:52:53 changed by JensDiemer

  • version set to 0.8.
  • milestone set to v0.8.1.

tinyTextile must be complete rewritten!

15.06.2007 07:34:46 changed by JensDiemer

  • owner changed from jens to JensDiemer.
  • status changed from new to assigned.
  • version deleted.
  • milestone deleted.

With the new Markup Paser (globby), this should be implemented.

15.06.2007 07:35:06 changed by JensDiemer

  • owner changed from JensDiemer to ChristopherGrebs.
  • status changed from assigned to new.

14.12.2007 19:50:52 changed by JensDiemer

  • version set to 0.8.
  • milestone set to v0.8.1.

24.03.2008 13:05:40 changed by JensDiemer

  • status changed from new to closed.
  • resolution set to fixed.

25.03.2008 09:26:16 changed by JensDiemer

With changeset:1503 we moved the automatic headline anchor function from tinyTextile markup into a middleware. So every markups becomes headline anchors.