Show Categories on Post Form By Default?

I don’t know how closely @manton monitors the feature request thread, but the Remember Posting Display Options one currently has 13 hearts. No, make that 14, I just liked it, too. :blush:

As a workaround, if your browser supports custom stylesheets (CSS) for websites, this snippet should force the categories to always display in the web version of Micro.blog:

#posting_categories {
  display: block !important;
}
1 Like