Twitter (X) is history thanks to Elon Musk. That's a shame, but it's also an opportunity. An opportunity for other providers to do better. A subjective explanation Thanks to X's more or less open API and Musk's more than questionable policies, it has become a den of bots, fascists and conspiracy believers. Mastodon Mastodon has these currents as…
Karlskrona - A Yellow theme for developers
· 1 min
I‘ve been working with Yellow for over a year now and early on, I saw a great synergy with Pico.css. Initially, I manually integrated Yellow's default templates with a semantic foundation to harness Pico's capabilities for each new project. Recognizing the inefficiency, I decided to create a Yellow theme. Understanding that others might share my…
Link preview - do or don't?
· 1 min
I am currently contemplating whether I should incorporate a link preview here. I was inspired by yellow-meta. I am thinking of adding the link preview as a tooltip to the links in the footnotes. Let’s see how it goes. However, I have no intention of formatting my content for Twitter Cards. Thanks to Elon Musk, the platform has transformed into a…
Maillink - An attempt to hide my email address in the source code
· 2 min
I have set up a link on the start page so that people who are interested can also contact me by email. But I wanted to avoid having my email address in plain text in the source code. So it was clear that an extension was needed. And one in which I can also display icons. Which is somehow logical, since it makes no sense to hide the address in the…
Anchor - My very first yellow extension
· 1 min
I was eager to incorporate those stylish „hashtags“ that offer a permalink to each section when hovering over the headings, so I embarked on a quest to discover an elegant way to create them. The problem Sure, you can create with markdown like this: ## Nice headline [#](#nice-headline) {#nice-headline} However, that felt a bit complicated for me,…