+1 for an export feature as discussed
here.
If I'm going to look at CS as a place to share recipes with the world, it's important that the effort I put into structured data entry is not lost to me. Here's what I'd like to see... in a way that models the successful approaches of Stack Exchange and Github.
1.
Recipe API (including export feature) that exposes recipes in a structured, machine-readable format. CS should expose a JSON representation of a recipe that closely reflects CS's internal models: master ingredient list, steps, asides, media (img/video) links. In short, everything that you'd need to render the recipe. This is the same format you'd use for building your own clients. For reference, here's an
example JSON representation of a "Seasoned Advice" (Stack Exchange) Q&A about gas vs. electric ranges.
2. Update your URL scheme to include an explicit "username" path segment, so that when I create a recipe (or fork someone else's) it lives at "/jmandel/recipe-name". This would make URLs more consistent, readable, and trustworthy. Basically, do what Github does here.