aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-03-24 14:11:37 -0500
committerChris Wells <chris@mathematicaster.org>2025-03-24 14:11:37 -0500
commit3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c (patch)
treec66dd7af37c88cbe4578f4b6feeb6d5ff7c32106
parentf841716038954ff2a27aa526cffae3bd071f0f60 (diff)
downloadcookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar.gz
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar.bz2
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar.lz
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar.xz
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.tar.zst
cookbook-3e64e97f0e0cd5dcc66f0ef2f0cff3d83593a12c.zip
Added emojis
-rw-r--r--.cooklang/config.toml39
1 files changed, 25 insertions, 14 deletions
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