You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,10 @@
2
2
3
3
An open-source project that categorizes handy code snippets across various programming languages. Built with love and powered by an awesome community. 🚀
<imgsrc="https://img.shields.io/static/v1?label=&message=Watch%20on%20YouTube&labelColor=FFFFFF&color=FF0000&style=for-the-badge&logo=youtube&logoColor=FF0000"alt="Watch on YouTube"style="margin-right: 20px">
<imgsrc="https://img.shields.io/static/v1?label=&message=Support%20this%20project&labelColor=FFFFFF&color=FF5E5B&style=for-the-badge&logo=ko-fi&logoColor=FF5E5B"alt="Support this project">
12
-
</a>
13
-
</div>
14
-
15
9
<br>
16
10
17
11

@@ -41,7 +35,10 @@ If you’d like to add a snippet for an **existing language** and **category**,
41
35
{
42
36
"title": "Name of the snippet",
43
37
"description": "A short explanation of what the snippet does",
44
-
"code": ["your code goes here", " this is a newline with a space"],
38
+
"code": [
39
+
"your code goes here",
40
+
" this is a newline with a space"
41
+
],
45
42
"tags": ["tag1", "tag2", "tag3"],
46
43
"author": "your_github_username"
47
44
}
@@ -62,3 +59,7 @@ Following these guidelines helps me (and everyone else) review and merge your co
62
59
## License
63
60
64
61
QuickSnip is licensed under the [MIT License](/LICENSE). Feel free to use and share it as you like.
<imgsrc="https://img.shields.io/static/v1?label=&message=Leave%20a%20Review&labelColor=FFFFFF&color=DA552F&style=for-the-badge&logo=product-hunt&logoColor=DA552F"alt="Leave a Review">
0 commit comments