The Recipe Tags database stores tags that you can use to organize your Recipes. (Here’s how to find it in your template)
Below you’ll find a reference guide for all database templates and properties in the Recipe Tags database. Properties are in alphabetical order.
Copy link to headingDatabase Templates
These are the database templates that can be found in this database. Refer to our guide on working with database templates if you’d like to edit them or create new ones.
Copy link to headingTag
This template adds several useful views of the Recipes database to the page, showing recipes that are related to this Recipe Tag.
Copy link to headingProperties
Copy link to headingName
Type: Title
The name of the recipe tag.
Copy link to headingRecipe Count
Type: Formula
The number of Recipes that have this Recipe Tag applied.
lets(
recipeCount,
prop("Recipes").length(),
plurality,
if(
recipeCount == 1,
"",
"s"
),
(
recipeCount.format() +
" recipe" +
plurality
).style(
"c", "b", "blue", "blue_background"
)
)
Code language: JavaScript (javascript)
Copy link to headingRecipes
Type: Relation
Recipes that have this Recipe Tag applied.
This Relation property connects to the Tags property in the Recipes database.
Copy link to headingType
Type: Status
This Recipe Tag’s type. Use this to create categories of tags, such as Style, Course, Equipment, etc.
To add or change options, unlock the Recipes database.
| Name | Description |
|---|---|
| Group: To-do | |
| Group: In progress | |
| Style | N/A |
| Course | N/A |
| Tag | N/A |
| Equipment | N/A |
| Group: Complete | |
