Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on Footnotes with the same number in different posts on the same page

Post

Footnotes with the same number in different posts on the same page

+4
−0

If 2 or more posts on a page contain footnotes with the same number, they all link to the footnote that appears earliest on the page.

For example, the question How should a Codidact public API work? has a footnote numbered 1 in both the question and an answer. Clicking on the footnote number in the answer scrolls the page to the footnote at the bottom of the question. Similarly, from the footnote at the bottom of the answer, clicking the return arrow scrolls the page to the footnote number in the middle of the question.

I thought that this could be avoided by using different footnote numbers for each post on the page, but Moshi points out in a comment that this was raised before and the comments there explain that the rendered numbering starts from 1 regardless of what numbers are used in the raw Markdown.

With this in mind, could each footnote link URL include the post id so that it is always distinct from a footnote link URL with the same footnote number in another post on the same page?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

I fully endorse this (2 comments)
Dupe? (2 comments)
I fully endorse this
Karl Knechtel‭ wrote 9 months ago

The behaviour you describe (and which I just confirmed now) is surprising and awkward enough that I'd call it straight out a bug. People shouldn't have to take other (potentially long) answers into consideration in order to have to figure out how to format their own answer. I see no good use case for explicitly anchoring to a footnote in someone else's answer.

trichoplax‭ wrote 9 months ago

I've now edited to tag this as a "bug" rather than a "feature-request", as it turns out that even if the user does take into account other posts on the page, it is not possible to avoid clashing with other footnotes as they are automatically numbered from 1 in each post, overriding any different numbers the post author may choose.