Because today’s strip wasn’t available at editing time, I’ll go all meta and describe my SOSF workflow. If you don’t care about such geekery, feel free to skip to the comments and snark away! Cheers!
I don’t like editing posts directly in a web browser, because I don’t like rich web editors or plain text fields for writing, and I really don’t like losing a bunch of work due to a silly web error or browser crash. Also, I like working in Markdown.
I made a little template (just a simple markdown file with all the relevant bits of a SOSF post), so when I start a stint as guest-snarker, I copy that into a folder and modify it for the first strip in my series. On each subsequent day, I duplicate the previous day’s file to make a starting point for the new post.
I put the title and tags up in the markdown metadata headers so that I don’t forget them. Because they’re in the metadata, when I export to HTML, they don’t mess up the actual body of the post. Looks like this:
Title: No One Mourns the Comics
Tags: Holly, Chester the Chiseler, Comics
Because
<a target="_blank" href="http://www.nj.com/comics-kingdom/?…
I then separately paste the title, tags, and body into the corresponding fields in WordPress.
I’m on a Mac, and use Byword to edit my markdown and Marked to preview and export it to HTML. Because Byword is also on iOS, I often start a post in Byword on an iPad.


