Skip to content

JuliaPluto/AbstractPlutoDingetjes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbstractPlutoDingetjes.jl

An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto. If you are just happy using Pluto to make cool stuff, you probably don't want to use this package directly. This package is not necessary to create widgets in Pluto, but it can add more advanced functionality to your widgets.

Tiny dependency

AbstractPlutoDingetjes is a tiny package that only contains a couple of fallback functions. It does not add a noticable increase in loading time to your package:

julia> @time import AbstractPlutoDingetjes
  0.003355 seconds (4.50 k allocations: 384.180 KiB)