Skip to content

Commit 868b59d

Browse files
Merge branch 'technoph1le:main' into main
2 parents 7151add + 2b10de9 commit 868b59d

File tree

83 files changed

+1040
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1040
-305
lines changed

Diff for: CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ You can contribute in two main ways:
1313

1414
### How to report bugs
1515

16-
If you spot a bug in the codebase or issues with the documentation, please open up a [GitHub issue](https://github.com/dostonnabotov/quicksnip/issues) detailing the problem before creating a PR. Once confirmed with maintainers, you can then create a PR.
16+
If you spot a bug in the codebase or issues with the documentation, please open up a [GitHub issue](https://github.com/technoph1le/quicksnip/issues) detailing the problem before creating a PR. Once confirmed with maintainers, you can then create a PR.
1717

1818
### How to propose new features
1919

20-
If you are interested in proposing new features, please open up a new [GitHub discussion](https://github.com/dostonnabotov/quicksnip/discussions) with details for the proposed feature.
20+
If you are interested in proposing new features, please open up a new [GitHub discussion](https://github.com/technoph1le/quicksnip/discussions) with details for the proposed feature.
2121

2222
Please do not create a PR for a new feature without first discussing it with the maintainers. If you create a PR for a new feature without discussing it first, then your PR will be closed.
2323

@@ -118,7 +118,7 @@ Here’s an example for JavaScript:
118118
---
119119
title: Format Date
120120
description: Formats a date in 'YYYY-MM-DD' format.
121-
author: dostonnabotov
121+
author: technoph1le
122122
tags: date,format
123123
---
124124

@@ -274,6 +274,6 @@ It will update the snippets in the `/public` folder, making them available to th
274274

275275
Whether you’re fixing a tiny typo, writing a new snippet, or dreaming up big features, every bit counts! 🛠️
276276

277-
If you have any questions or need help, feel free to open a new [GitHub discussion](https://github.com/dostonnabotov/quicksnip/discussions).
277+
If you have any questions or need help, feel free to open a new [GitHub discussion](https://github.com/technoph1le/quicksnip/discussions).
278278

279279
Happy coding! 💻✨

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Technophile
3+
Copyright (c) 2025 Technophile
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# QuickSnip
22

3-
An open-source project that categorizes handy code snippets across various programming languages. Built with love and powered by an awesome community. 🚀
3+
QuickSnip is an open-source tool designed for developers who want to organize, search, and share code snippets across various programming languages. It provides a centralized platform for managing handy snippets. Built with love and powered by an awesome community. 🚀
44

55
<div>
66
<a href="https://youtu.be/BhRi7fJzPgk?si=z1sVXU7uRS0bkSEt" target="_blank">
@@ -40,7 +40,7 @@ We love to see the creativity of our community! If you build something using Qui
4040
If you’d like to create your own extension or tool:
4141

4242
- [x] Please ensure it adheres to our project’s licensing and attribution requirements.
43-
- [x] Please link to the [original QuickSnip repository](https://github.com/dostonnabotov/quicksnip) in your extension/tool to attribute the source.
43+
- [x] Please link to the [original QuickSnip repository](https://github.com/technoph1le/quicksnip) in your extension/tool to attribute the source.
4444
- [x] Share your work with us — we’d be thrilled to feature it!
4545

4646
## Project Vision

Diff for: VISION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is QuickSnip?
44

5-
QuickSnip is an open-source tool designed for developers who want to organize, search, and share code snippets. It aims to streamline the coding process by providing a centralized platform for snippet management.
5+
QuickSnip is an open-source tool designed for developers who want to organize, search, and share code snippets across various programming languages. It provides a centralized platform for managing handy snippets. Built with love and powered by an awesome community.
66

77
## Core Principles
88

@@ -53,4 +53,4 @@ This roadmap outlines our current vision for QuickSnip and may evolve based on u
5353

5454
QuickSnip aims to become the preferred platform for developers to store, retrieve, and collaborate on code snippets.
5555

56-
Explore our [GitHub Releases](https://github.com/dostonnabotov/quicksnip/releases) for updates and join us on this journey.
56+
Explore our [GitHub Releases](https://github.com/technoph1le/quicksnip/releases) for updates and join us on this journey.

Diff for: cspell-dict.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ quicksnip
22
slugified
33
slugifyed
44
sublanguage
5-
fastapi
5+
fastapi
6+
technophile
7+
technoph1le
8+
technoph1leyt

Diff for: index.html

+46-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
7+
<!-- SEO Meta Tags -->
8+
<meta
9+
name="description"
10+
content="QuickSnip is an open-source tool designed for developers who want to organize, search, and share code snippets across various programming languages. It provides a centralized platform for managing handy snippets. Built with love and powered by an awesome community."
11+
/>
12+
<meta
13+
name="keywords"
14+
content="QuickSnip, code snippets, snippet manager, developer tools, programming, coding"
15+
/>
16+
<meta name="author" content="Technophile" />
17+
18+
<!-- Open Graph (OG) Meta Tags for Social Media -->
19+
<meta property="og:title" content="QuickSnip - Code Snippet Manager" />
20+
<meta
21+
property="og:description"
22+
content="QuickSnip helps you organize, search, and manage your code snippets efficiently."
23+
/>
24+
<meta
25+
property="og:image"
26+
content="https://github.com/technoph1le/quicksnip/blob/main/public/preview.png?raw=true"
27+
/>
28+
<meta property="og:url" content="https://quicksnip.dev/" />
29+
<meta property="og:type" content="website" />
30+
31+
<!-- Twitter Card for better link previews -->
32+
<meta name="twitter:card" content="summary_large_image" />
33+
<meta name="twitter:title" content="QuickSnip - Code Snippet Manager" />
34+
<meta
35+
name="twitter:description"
36+
content="QuickSnip helps you organize, search, and manage your code snippets efficiently."
37+
/>
38+
<meta
39+
name="twitter:image"
40+
content="https://github.com/technoph1le/quicksnip/blob/main/public/preview.png?raw=true"
41+
/>
42+
<meta name="twitter:site" content="@technoph1leyt" />
43+
44+
<!-- Favicon -->
545
<link
646
rel="apple-touch-icon"
747
sizes="180x180"
@@ -19,9 +59,13 @@
1959
sizes="16x16"
2060
href="/favicon/favicon-16x16.png"
2161
/>
62+
<link rel="icon" href="/favicon/favicon.ico" />
2263
<link rel="manifest" href="/site.webmanifest" />
23-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
24-
<title>QuickSnip</title>
64+
65+
<!-- Canonical URL (Avoid duplicate content issues) -->
66+
<link rel="canonical" href="https://quicksnip.dev/" />
67+
68+
<title>QuickSnip - Code Snippet Manager</title>
2569
</head>
2670
<body>
2771
<div id="root" role="presentation"></div>

0 commit comments

Comments
 (0)