Adding X.com link support isn't as trivial as I thought

Embedding X.com links is something I want to start adding support for. Typing it on Obsidian is easy since it automatically converts to embed. WordPress’ Gutenberg editor also has an easy embed function.

I realize coding it isn’t as straightforward after looking at the X/Publish tool. It seems to spit out <blockquote> tags with the content pre-filled. I will need to issue network calls first to retrieve this info.

Let’s see where the rabbit hole takes me.