Frequently Asked Questions

Recipes

How do I create a new recipe?

A recipe is just a text file using the Cooklang markup language and the .cook file extension. To create a new recipe, just open a text editor and write out the steps! For details on how to use the Cooklang markup language, see the Cooklang github specification page.

Where do I put a recipe file after I've created it?

When you first install the app, a folder will be created at the root of your iCloud called

How do I add pictures to my recipes?

You can add images to your recipe by including a supported image file (.png or .jpg) matching the name of the recipe recipe in the same directory.

Baked Potato.cook
Baked Potato.jpg

You can also add images for specific steps by including a step number before the file extension.

Chicken French.cook
Chicken French.0.jpg
Chicken French.3.jpg

Can I change the folder that the app uses for recipes?

This feature is not yet supported.

Can I put recipes inside folders, will the app still find it?

Yep. You can bury that .cook file in as many layers of folders as you’d like.

How do I enable Cooklang syntax highlighting in my text editor?

We have instructions for that on our Docs page.

How do I add community-made recipes?

When you first install the app, you will be given the option to import a few sample recipes. If you would like to add more, check out our Community page or go directly to our Community recipes GitHub repository.

What are the best-practices when creating a recipe?

Check out our best-practices page.

Can I import a recipe from a link?

This feature is not yet supported.

Do I have to manually create every recipe I want to cook?

No! You can add any recipe you find online in the .cook format to your Cook folder and it will be automatically imported when you open the app.

How do I share recipes I've made with the community?

If you’re handy with Git, you can open a pull request to the community recipe repository and we’ll add it!

How do I remove a recipe?

You can remove a recipe by deleting the file from your .cook folder.

Shopping lists

How do I create a shopping list?

Go to a recipe you plan to cook, and at the top of the ingredients tab will be a button labeled

Can I export a shopping list to another app or format?

In CookApp, it is possible to export a shopping list as an email. Using the CookCLI command line tool, it is possible to export to other data formats (such as Json).

How do I remove something from the shopping list?

Easy! Just tap and hold on the item in the shopping list, then tap

How do I change the default categories in the shopping list?

The categorization of the shopping list is configured by a simple configuration file.