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

Frontmatter GUI: multiple authors #2650

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Sep 18, 2023

We already supported multiple authors in frontmatter metadata and in the featured notebook viewer, and now there is also a GUI for inputting this information!

image

You can even add custom fields to authors!

image
How it's stored in the file
### A Pluto.jl notebook ###
# v0.19.27

#> [frontmatter]
#> image = "https://github.com/JuliaPluto/featured/assets/6933510/f8bec040-bb45-45c5-bedc-b2528e175c4c"
#> title = "Fun with 🌒Emojis and Julia"
#> date = "2023-07-25"
#> tags = ["PlutoUI", "animation", "simple", "clock", "Unicode"]
#> description = "Making use of 🌒 emojis and PlutoUI.clock for a simple animation"
#> license = "Unlicense"
#> 
#>     [[frontmatter.author]]
#>     name = "Boshra"
#>     url = "https://github.com/ariguiba"
#>     [[frontmatter.author]]
#>     name = "Benedikt"
#>     favourite_animal_tags = ["bat", "hummingbird?"]
#>     url = "https://github.com/behinger"

using Markdown
using InteractiveUtils

@github-actions
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/fonsp/Pluto.jl", rev="multiple-authors-frontmatter-GUI")
julia> using Pluto

@fonsp fonsp merged commit 690b401 into main Sep 18, 2023
4 checks passed
@fonsp fonsp deleted the multiple-authors-frontmatter-GUI branch September 18, 2023 12:20
@fonsp fonsp added enhancement New feature or request frontend Concerning the HTML editor labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant