Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Post History

71%
+3 −0
Meta Improving recipe formatting

It's currently difficult to write out "modernist"-style recipes in the recipes tab. See the following example from Modernist Cuisine: It doesn't seem possible to create tables without resorting to...

1 answer  ·  posted 4y ago by alex‭  ·  last activity 4y ago by Zerotime‭

Question recipes
#1: Initial revision by user avatar alex‭ · 2020-07-18T21:04:49Z (almost 4 years ago)
It's currently difficult to write out "modernist"-style recipes in the recipes tab. See the following example from [_Modernist Cuisine_](https://modernistcuisine.com/recipes/striped-mushroom-omelet/):

![Omelet base recipe](https://modernistcuisine.com/wp-content/uploads/2011/09/Mushroom-Omelet-Base-4-1024x552.jpg)

It doesn't seem possible to create tables without resorting to ugly HTML. Is there any way this could be made easier in the editor? Perhaps by supplying a CSS class that could let us avoid lots of `style=".."` attributes in the tags?

The key formatting features here are:

1. The title ("Omelet Base")
2. The yield (300g)
3. The four primary columns: Ingredient, Quantity, Scaling, and Procedure
4. For each "step", the Procedure column spans all rows in that step. 
5. Numbering is monotonic through each recipe (can be done in CSS with custom counters)