blockkit
blockkit copied to clipboard
A fast way to build Block Kit interfaces in Python
## Purpose Recently I'm looking up Mattermost's documentation and feels like it would be useful to add component building support in Mattermost. Given that they offers [example](https://developers.mattermost.com/integrate/apps/quickstart/quick-start-python/) for writing apps...
There is no class for links in rich text. Markdown text can't be used in this case cause it can't be placed in a rich text block. Example message json...
Can you add rich text input into Input block type? [Rich Text Input](https://api.slack.com/reference/block-kit/block-elements#rich_text_input)
Slack Block Kit now supports a version of image block which uses slack_file instead of image_url. https://api.slack.com/reference/block-kit/blocks#image This feature can't be used with existing ImageBlock code, it looks like some...
This should fix #114
These seem to be missing: https://docs.slack.dev/reference/block-kit/blocks/context-actions-block
Hi! I'm loving this package, it's awesome - thank you so much for making it :) It's be great if this could support message metadata (https://docs.slack.dev/messaging/message-metadata/) Currently I'm building messages...
Recently I noticed that I used a `Header` and it had more then a 150 characters. In that case, you get back quite a cryptic message from Slack making it...