-
Notifications
You must be signed in to change notification settings - Fork 9
Update 02. Send the contact a message.md #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Format the text in messages added
|
Warning Rate limit exceeded@SangeetaMishr has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 2 minutes and 30 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe documentation for the "Send the contact a message" flow action was updated to include new sections on WhatsApp text formatting and emoji insertion. These additions provide step-by-step instructions, examples, and screenshots to guide users in enhancing their messages with formatting styles and emojis. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🚀 Deployed on https://deploy-preview-366--glific-docs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/3. Product Features/03. Flows/2. Flow Actions/02. Send the contact a message.md (3)
15-18: Remove trailing period in heading and fix minor grammar glitchesThe heading ends with a period (violates MD026) and the following sentence has a plural/singular mismatch (“option” vs “options”).
Consider the tweak below.-## Format the text in messages. +## Format the text in messages -Basic WhatsApp text formatting option are available in flow editor. Refer [this article](https://faq.whatsapp.com/general/chats/how-to-format-your-messages/?lang=en) for more details +Basic WhatsApp text-formatting options are available in the flow editor. Refer [this article](https://faq.whatsapp.com/general/chats/how-to-format-your-messages/?lang=en) for more details.
21-27: Drop the inner spaces inside emphasis markers to show the actual WhatsApp syntaxThe current examples render the whitespace as part of the emphasis, giving readers the wrong cue and triggering MD037. Trim the spaces so the examples mirror the real markup:
-1 . Place two asterisks before and after the text to make the text bold. Example: ** text ** **Bold** +1 . Place two asterisks before and after the text to make the text bold. Example: **text** **Bold** -2 . Place one underscore before and after the text to make the text italic. Example: _ text _ **_Italic_** +2 . Place one underscore before and after the text to make the text italic. Example: _text_ **_Italic_** -3 . Place one (~) tilde before and after the text to apply a strikethrough effect to text. Example: ~ text ~ **~Strikethrough~** +3 . Place one (~) tilde before and after the text to apply a strikethrough effect to text. Example: ~text~ **~Strikethrough~** -4 . Place one (``) backtick before and after the text to apply for monospace. Example: ` text ` +4 . Place one (`) backtick before and after the text to apply monospace formatting. Example: `text`
29-40: Add meaningful alt text and tighten wording in the emoji sectionAlt text like “image” is not descriptive and breaks accessibility guidelines. Small wording tweaks improve readability.
- + -Generally, all browser provide Emojis extension. Once you have added the extension, you can add emojis with right click in the text editor of message. +Most browsers offer emoji extensions. Once you have installed one, you can insert emojis with a right-click inside the message editor. -Below example is from chrome. +The example below is from Chrome. - + - +
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/03. Flows/2. Flow Actions/02. Send the contact a message.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/3. Product Features/03. Flows/2. Flow Actions/02. Send the contact a message.md
15-15: Trailing punctuation in heading
Punctuation: '.'
(MD026, no-trailing-punctuation)
21-21: Spaces inside emphasis markers
(MD037, no-space-in-emphasis)
21-21: Spaces inside emphasis markers
(MD037, no-space-in-emphasis)
23-23: Spaces inside emphasis markers
(MD037, no-space-in-emphasis)
23-23: Spaces inside emphasis markers
(MD037, no-space-in-emphasis)
added this section Get upload attachment option in Send message
Format the text in messages added
Summary by CodeRabbit