From 3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 24 Mar 2025 14:11:37 -0500 Subject: Added emojis --- .cooklang/config.toml | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) (limited to '.cooklang') diff --git a/.cooklang/config.toml b/.cooklang/config.toml index 5e98982..47a7b23 100644 --- a/.cooklang/config.toml +++ b/.cooklang/config.toml @@ -3,17 +3,28 @@ warnings_as_errors = false recipe_ref_check = true max_depth = 10 -[extensions] -MULTILINE_STEPS = true -COMPONENT_MODIFIERS = true -COMPONENT_NOTE = true -COMPONENT_ALIAS = true -SECTIONS = true -ADVANCED_UNITS = true -MODES = true -TEMPERATURE = true -TEXT_STEPS = true -RANGE_VALUES = true -TIMER_REQUIRES_TIME = true -INTERMEDIATE_PREPARATIONS = true -SPECIAL_METADATA = true +extensions = "all" + +[ui.tags] +bread = { emoji = ":bread:" } +cake = { emoji = ":shortcake:" } +greek = { emoji = ":flag_greece:" } +hungarian = { emoji = ":flag_hungary:" } +indian = { emoji = ":flag_india:" } +italian = { emoji = ":flag_italy:" } +mexican = { emoji = ":flag_mexico:" } + +# [extensions] +# MULTILINE_STEPS = true +# COMPONENT_MODIFIERS = true +# COMPONENT_NOTE = true +# COMPONENT_ALIAS = true +# SECTIONS = true +# ADVANCED_UNITS = true +# MODES = true +# TEMPERATURE = true +# TEXT_STEPS = true +# RANGE_VALUES = true +# TIMER_REQUIRES_TIME = true +# INTERMEDIATE_PREPARATIONS = true +# SPECIAL_METADATA = true -- cgit v1.2.3