another thing I would need is something like <http...
# kmdc
r
another thing I would need is something like https://github.com/appcues/snabbdom-virtualize - converter/parser from String (html text) to virtual node
b
Is this basically plaintext html parsing into VElement?
r
yes
at least this is what i'm using
b
Do you have on(event) attributes in plaintext htmls with js handlers inline?
As this might be a bit tricky to implement on wasm
r
no
just simple markup
b
Looks simple enough. I'll add it to M3. Thanks for the ideas
r
or at least I assume it's for simple markup :)
in kvision you can enable rich text on components, which is converted directly by this virtualize library
I haven't even tried using some more complicated markup so I'm not sure how it would work
b
I'll leave this limitation out of M3 and will get back to it in the future releases