In February, I moved my Bookmark/Link content to using Markdown (Commonmark) as the definitively stored content format. Today, I updated that implementation.
In February, I moved my Bookmark/Link content to using Markdown (Commonmark) as the definitively stored content format. Today, I updated that implementation.
The second the browser hits that
<table-of-contents>
component, the JavaScript for it executes. It does this before it’s even loaded the child elements inside the component.
I’ve run into this at least once before, and I’m sure this is a better solution than whatever hack I implemented at the time.
(via Jeremy Keith)
I made some changes to my Notes:
I spent Tuesday and Wednesday at the Connect.Tech conference. My biggest takeaways were around improving my development practices, but here’s an overview of all the sessions I attended.
Some well considered thoughts on implementing HTML web components from Jeremy. I’ve only done a little bit of web component work on projects recently, so it’s nice to see someone else’s worked-out patterns.