26 lines
829 B
Markdown
26 lines
829 B
Markdown
---
|
|
argument-hint: file or content to enhance
|
|
description: Add appropriate emoji to make content more engaging
|
|
---
|
|
|
|
😊 Add appropriate emoji to the content we're working on to make it more engaging and easier to scan.
|
|
|
|
$ARGUMENTS
|
|
|
|
## 📍 Placement
|
|
|
|
- Add emoji at the beginning of headers before the text
|
|
- Include emoji in lists and navigation elements
|
|
- Code comments
|
|
|
|
## 🔄 Two-pass approach
|
|
|
|
1. First pass: Add the most fitting emoji for each element
|
|
2. Second pass: Replace duplicates with suitable alternatives
|
|
|
|
# 🎯 Patterns for consistency
|
|
|
|
- Match emoji to content's tone and purpose (🎉 celebrations, 🔧 technical, 📚 documentation)
|
|
- Use emoji for status indicators (✅ complete, ⏳ in progress, ❌ error, ⚠️ warning)
|
|
- Establish patterns for consistency (📝 for "Notes", 🔗 for "Links", etc.)
|