I don't envy beginners trying to get into web development today. I haven't been doing any frontend web development for more than a decade. Today I was trying to do a simple thing: get a JS markdown editor to work in the browser. Found this beautiful looking library called Tiptap. This example seems great! Let's try to integrate it. What I naively expected: <scriptsrc="some_cdn_url.js"><divid="editor"></div> What happened: There's a documentation page for using TipTap with "vanilla javascript"...