Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple authors in feature card #2723

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

lukavdplas
Copy link
Contributor

Show "and others" in the featured notebook card when it has more than one author listed (close #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"

Copy link
Contributor

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
Copy link
Owner

fonsp commented Nov 21, 2023

Wooohooo thanks!!

@fonsp fonsp merged commit 4bf9d60 into fonsp:main Nov 21, 2023
4 checks passed
@fonsp fonsp added frontend Concerning the HTML editor publishing Notebooks as static documents on the web labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor publishing Notebooks as static documents on the web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show multiple authors in frontmatter preview
2 participants