On 2024/09/10 15:56, Clemens Feige wrote:
> Hello
>
> Inside my ticket description I am missing the little symbol ('¶') for
> hyperlink anchors.
>
> Example:
>
> [=#test my anchor]
>
> This is a link anchor. Indeed the anchor is functional. Just the symbol
> is missing. It does not appear when I hover the mouse over the anchor.
> The anchor symbol ('¶') is missing in the HTML code.
>
> It is surprising that the same example works well when used in a wiki
> page, not in a ticket. What could be wrong? I am using TRAC 1.6.
>
> The functionality of link anchors is described here:
> https://trac.edgewall.org/wiki/TracLinks#Linkanchors
>
> Clemens
The feature is introduced in https://trac.edgewall.org/ticket/6413, and
available only in wiki view.
$ git grep '\.wikianchor\>' mirror/1.0-stable
mirror/1.0-stable:trac/wiki/templates/wiki_view.html:
$("#content").find(".wikianchor").each(function() {
$ git grep '\.wikianchor\>' mirror/1.2-stable
mirror/1.2-stable:trac/wiki/templates/wiki_view.html:
$("#content").find(".wikianchor").each(function() {
$ git grep '\.wikianchor\>' mirror/1.4-stable
mirror/1.4-stable:trac/htdocs/js/wiki.js:
$("#content").find(".wikianchor").each(function() {
$ git grep '\.wikianchor\>' mirror/1.6-stable
mirror/1.6-stable:trac/htdocs/js/wiki.js:
$("#content").find(".wikianchor").each(function() {
--
Jun Omae <[email protected]> (大前 潤)
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/trac-users/c8b85eab-f27e-4a73-903d-de01189893c1%40gmail.com.