Skip to content

I’m thinking about various post types and how these should be implemented. For example, notes. From what I heard, notes should be implemented as posts with only titles for compatibility with some readers. But having these to render as titles is… kinda weird.

To solve this, I could probably render my notes as <h2> tags but without links, and provide a permalink button underneath it. So a note would look like a post on a certain bird-logo site.

This would also make notes stand out, because the font would be bigger. Is it a good thing? I think so. Some of silos I use highlight short posts by rendering them in a bigger (roughly two times bigger) font size. I could mimic this.

Or I could make it more toned-down. Render it as a usual post, but with title instead of content. And add the webmention controls underneath it, again, like a certain bird-site does.

What would be the best option?