Skip to content

Replace emoji shortcodes with unicode emoji and drop emojify step#445

Draft
cb341 wants to merge 1 commit intofeature/docs-phrasingfrom
feature/emoji-cleanup
Draft

Replace emoji shortcodes with unicode emoji and drop emojify step#445
cb341 wants to merge 1 commit intofeature/docs-phrasingfrom
feature/emoji-cleanup

Conversation

@cb341
Copy link
Copy Markdown
Contributor

@cb341 cb341 commented Apr 29, 2026

The mdbook deploy and lint workflows previously ran shonfeder/emojitsu to expand GitHub-style :shortcode: emoji into unicode at build time. Replace the shortcodes with unicode directly in the source so the build step is no longer needed, and drop the Emojify Book steps from both workflows.

@cb341 cb341 self-assigned this Apr 29, 2026
@cb341 cb341 force-pushed the feature/emoji-cleanup branch from dfd4030 to 988fa06 Compare April 30, 2026 10:00
@cb341 cb341 changed the base branch from main to feature/improve-docs April 30, 2026 11:59
@cb341 cb341 changed the base branch from feature/improve-docs to feature/docs-phrasing April 30, 2026 11:59
@cb341 cb341 force-pushed the feature/emoji-cleanup branch from 988fa06 to 0472012 Compare April 30, 2026 13:10
@cb341 cb341 force-pushed the feature/docs-phrasing branch 2 times, most recently from 5717f1f to 94353bd Compare April 30, 2026 15:05
@cb341 cb341 force-pushed the feature/emoji-cleanup branch from 0472012 to f23f037 Compare April 30, 2026 15:05
Replace decorative shortcodes (:tada:, :fire:, :cop:, :white_check_mark:,
:bulb:, :gem:, :exclamation:, :warning:, :smile:, :mailbox:) with unicode
emoji directly in source markdown. Drop the Emojify Book step from both
GitHub Actions workflows since shortcode expansion is no longer needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@cb341 cb341 force-pushed the feature/docs-phrasing branch from 94353bd to 462f54e Compare May 6, 2026 06:48
@cb341 cb341 force-pushed the feature/emoji-cleanup branch from f23f037 to 103c514 Compare May 6, 2026 06:48
wget --no-verbose https://github.com/shonfeder/emojitsu/releases/download/0.1.1/gh-actions-emojitsu
chmod +x gh-actions-emojitsu
find . -type f -name "*.md" -exec ./gh-actions-emojitsu emojify -i {} \;
mdbook-version: '0.4.40'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why pin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant