fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.93k stars 284 forks source link

Show multiple authors in frontmatter preview #2719

Closed lukavdplas closed 9 months ago

lukavdplas commented 9 months ago

This is a tiny feature request for the frontmatter-based preview!

When you have multiple authors, the preview will show only the first author in the preview:

screenshot of Pluto frontmatter GUI. The form shows two authors, Pat and Mat, but the preview only lists Pat

(Notebook used for this screenshot: https://gist.github.com/lukavdplas/2f06ccf359994dd5c9593afcf1040904)

To be honest, I'm sure if the preview is used for anything other than the featured notebooks, but it matters for those: it wrongly gives the suggestion that a collaborative work was created by a single author.

Suggested solution:

Listing all authors can be an issue in the limited space (keep in mind I've used comically short names in the screenshot). But just adding "et al." or "and others" would be fine in my opinion - just to make it clear that this is not the only person involved.

edited version of the previous screenshot. The preview shows the author as "Pat et al."