fonsp / Pluto.jl

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

Multiple authors in feature card #2723

Closed lukavdplas closed 9 months ago

lukavdplas commented 9 months ago

Show "and others" in the featured notebook card when it has more than one author listed (close https://github.com/fonsp/Pluto.jl/issues/2719)

For instance, if the first notebook would have more authors, it would look like this:

screenshot showing preview of "getting started" notebook, with authors listed as "pluto.jl and others"

github-actions[bot] commented 9 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/lukavdplas/Pluto.jl", rev="multiple-authors-in-feature-card")
  julia> using Pluto
fonsp commented 9 months ago

Wooohooo thanks!!