Skip to content

Add slack-message-formatter plugin#99

Open
karanb192 wants to merge 1 commit intoccplugins:mainfrom
karanb192:add-slack-message-formatter
Open

Add slack-message-formatter plugin#99
karanb192 wants to merge 1 commit intoccplugins:mainfrom
karanb192:add-slack-message-formatter

Conversation

@karanb192
Copy link
Copy Markdown

Summary

  • Adds slack-message-formatter plugin under Development Engineering
  • Converts Markdown to Slack-compatible output via two paths: rich HTML (copy-paste) and mrkdwn (API/webhook)
  • Includes plugin.json, slash command definition, and entries in both README.md and README-zh.md

Plugin repo: https://github.com/karanb192/slack-message-formatter

Features

  • Rich HTML clipboard copy for pixel-perfect Slack paste
  • Slack mrkdwn conversion for bots, webhooks, and CI/CD
  • 150+ emoji shortcode-to-Unicode mappings
  • Table, task list, blockquote, and nested list support
  • Slack mention pass-through (<@U...>, <#C...>, <!here>)
  • Browser preview with Slack-themed styling

Test plan

  • Verify plugin directory structure matches repo conventions (plugin.json + commands/*.md)
  • Confirm alphabetical ordering in README plugin lists
  • Check that both README.md and README-zh.md are updated consistently

Markdown-to-Slack formatter with two delivery paths: rich HTML
copy-paste and mrkdwn for API/webhook. Supports tables, task lists,
emoji shortcodes, and Slack mentions.
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