Skip to content

Instantly share code, notes, and snippets.

@mbeaudru
Last active December 29, 2023 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbeaudru/6dcf35d4683c9d6605bb96c1ee7563f0 to your computer and use it in GitHub Desktop.
Save mbeaudru/6dcf35d4683c9d6605bb96c1ee7563f0 to your computer and use it in GitHub Desktop.
Github saved replies collection

Github saved replies saves you time by storing markdown snippets and easily retrieve them from the menu bar.

I use them regularly to quickly inject a markdown table in my PR descriptions, use nice alert syntax or even specify conventional comment type

image

Create saved replies

Go to saved replies github settings page

My personal saved replies

Note

If you like this content, follow me on Twitter for more πŸ‘

Tweet for help


πŸ“ table

| Before | After |
|-|-|
| Hello | World |

⚠️ alerts

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

> [!TIP]
> Optional information to help a user be more successful.

> [!IMPORTANT]  
> Crucial information necessary for users to succeed.

> [!WARNING]  
> Critical content demanding immediate user attention due to potential risks.

> [!CAUTION]
> Negative potential consequences of an action.

🎯 suggestion

**🎯 suggestion:** 

🎨 image

[!img](<img_url>)

πŸ‘ praise

**πŸ‘ praise:** 

πŸ’­ thought

**πŸ’­ thought:**

πŸ”¨ issue

**πŸ”¨ issue:**

🀏 nitpick

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