Internals

Cell management

JS, HTML and CSS injections

PlutoBoard.load_jsMethod
load_js() -> HypertextLiteral.Result

Returns a HypertextLiteral.Result object to load entry js files as modules and css stylesheets.

source

Fileserver

Other stuff

PlutoBoard.setupMethod
setup(
	example::String="default"
)::nothing

Sets up the PlutoBoard module by copying the necessary files to the current working directory. Example can either be default or vue or vue_moving_cells.

source
PlutoBoard.copy_with_deleteMethod
copy_with_delete(
	from::String,
	to::String
)::nothing

Copies a file from one location to another and deletes the original file. Sets the permissions of the copied file to 666.

source
PlutoBoard.parse_to_symbolMethod
parse_to_symbol(
	d::Dict{String, Any}
)::Dict{Symbol, Any}

Parse a dictionary with string keys to a dictionary with symbol keys.

source