Skip to content

@bind input element generator? #923

Discussion options

You must be logged in to vote

warning: going to editorialize a bit here

Hot off the presses, we can do these sorts of things out-of-the-box now using PlutoUI.jl and a soon to be released package from the team called MarkdownLiteral.jl. This new package combines the HTML goodness of HypertextLiteral.jl with the sane parsing standards of CommonMark.jl to provide the @markdown macro (aka @markdownliteral, aka @mdx), which will hopefully supplant md""" in the future.

The example from @dustyirwin might be accomplished with something like this now:

# Just until these changes are offish
import Pkg
Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl")
Pkg.add(url="https://github.com/JuliaPluto/MarkdownLiteral.jl")

using Pl…

Replies: 7 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fonsp
Comment options

You must be logged in to vote
4 replies
@icweaver
Comment options

@dustyirwin
Comment options

@icweaver
Comment options

@dustyirwin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #918 on February 17, 2021 14:34.