raycast / snippet-explorer

A tool to easily browse and import Snippets directly to Raycast.
https://ray.so/snippets
MIT License
154 stars 33 forks source link

Add 2 new GitHub snippets #5

Closed alexjsp closed 1 year ago

alexjsp commented 1 year ago

I added two new GitHub snippets, and also corrected the capitalization of GitHub on the two existing snippets.

The two snippets:

GitHub Table

Adds the following markdown snippet:

| Title1 | Title2 |
| ------- | ------- |
| Content1 | Content2 |

Resulting in this:

Title1 Title2
Content1 Content2

GitHub Details

Adds the following HTML snippet:

<details>
 <summary>Title</summary>
{cursor}
</details>

Resulting in this:

Title Anything you enter where the cursor rests shows here!
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
snippet-explorer ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 25, 2023 at 3:54PM (UTC)