Great that you want to contribute! It’s an easy package to contribute to, and you will make lots of people happy!
One tip: use Revise!
Setup step:
- add Pluto
- clone PlutoUI to your computer and open it as a project in VS Code
julia> ]
(v1.5) pkg> dev path/to/clone/of/PlutoUI.jl
(v1.5) pkg> add Revise
- create a new notebook, and start with:
begin
using Revise
using PlutoUI
end
- Now, whenever you change the PlutoUI code in VS Code, you can re-run cells in your notebook, and they use the latest code!
have fun!
-fonsi