add extension to display contributors on documents#1260
add extension to display contributors on documents#1260fricklerhandwerk wants to merge 1 commit into
Conversation
3cdbcde to
9f37369
Compare
9f37369 to
ab4e88b
Compare
ab4e88b to
6f962cc
Compare
|
Why do we need this feature? I don't see value in displaying this information. |
|
The follow-up #1261 (adding more annotations) closes the long-standing issue #543, which touches upon several related subjects that keep popping up:
But actually I'm confused about the question, because how can giving credit not be something we want unconditionally?
I could continue... |
|
My opinion is that people come to nix.dev to read about nix. For that, the information who authored or changed a page is not necessary. Thus, I'd not show it. If you want to know who changed content, you can always refer to the versioning information on github. Might be a too puristic / simplistic point of view. All of this is just my personal take. I also don't mind this being merged if others really want this. |
|
I don't have a complicated opinion on this feature. adding is fine, if everyone maintains it My only ask: it should be placed after the content. We have enough introductions and tables to scroll over until you reach an answer for your problem. Does the reader want reach out to people after the have not understood things or do they need to know who wrote it beforehand? That should be reflected by order. |
|
Done straightforward, it doesn't really work:
One thing I can imagine is moving it to the footer:
Or without the box:
It would be uglier in the implementation.
Though on semantic grounds, while I expected that sort of request, I'm still a bit disappointed.
No, that misses the point. Every news paper article states the author in the beginning, among others, exactly for the voice reason: "Now comes a text by this person". People first and all... In any case, many authors are long gone; if anything the reader will reach out to maintainers.
I agree, and the Nix language tutorial is a particularly bad case because it was written in a time and still exists in a context where many people come with particular expectations, and those need to be dismantled before the conveying of ideas becomes likely to succeed. But some of that boilerplate can be set off visually with the same technique as proposed in this PR. For example, make the prerequisites a structured annotation and render it differently (then we can even draw a tech tree programmatically!), for instance more compact. Then it will be evident where the main content starts.
Yes, and we're doing that in the guides and troubleshooting sections. Tutorials and explanations seem to be of a different quality, since they are narrative in nature and apparently in fact have a small number of people shaping it. Your comment does enlighten me on the follow-up -- probably we shouldn't add the authors box to best practices and other such facts collections, since those are clearly mechanistic. |
hsjobeki
left a comment
There was a problem hiding this comment.
Given the outcome of the discussion LGTM from my side.
We can revisit the styling if it turns out to be hindering the reader flow.



Uh oh!
There was an error while loading. Please reload this page.