Dave:
What if you just want to link to something, should that require a whole post with all its attributes? It’s a matter of user interface in the end. If MT made it easy to post and update a news item that was link-blog-like, people wouldn’t need to invent a way around it. But that would break the relationship between the feed and posts. Oy what a mess. … they’re working around the model of longish posts with lots of visual overhead (a model also implemented by Blogger, Manila and Radio, so this isn’t a dig on MT).
As Dave says, it is a matter of interface in the end. Smart templates (hide the title when the post has none, tweak spacing for untitled posts, etc) and a bit of CSS can work magic on sites like the Scobleizer, which contain occasional lengthy posts and masses of links.
In Movable Type, for example, I’d love to see:
<$IfNotBlank$><$MTEntryTitle$><$EndIf$>
<$MTEntryBody convert_breaks="0"$>
…but MT can probably not grok IfNotBlank yet.
Comments Off