We want to dive in and actual tackle a web component. And what better way than with meownotes. We are going to try and upgrade the text input from textArea to super duper markdown editor using JS Lib custom web component.
The goal is to incorporate a markdown text editor into meow notes
Oh look one that uses codemirror
Create custom element
Get Elm to see and use custom ‘text’ element
Upgrade ‘text’ element with Markdown-ness
Be Awesome
ERRORS “Please use the ‘new’ operator, this DOM object constructor cannot be called as a function. ”
MORE Errors
JavaScript to Elm
Jesse Tomchak