-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
[Feature] - Adding share button and relocating copy button #253
Comments
Share button is added and copy button is relocated. Changes should be visible now with the following commit. |
Hey @dostonnabotov, can I work on adding the language icon and category name on the snippet? 👀 |
Sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What feature would you like to see?
Now that we've implemented the search functionality, there's also a possibility to share snippets with others. For example, like this: https://quicksnip.dev/javascript/all-sub-languages/function-utilities?snippet=rate-limit-function
We plan to add a share button to make it easy and visible for our users to share/copy the code.
Regarding the copy button issue, it seems to block some code as mentioned by our contributor, @JanluOfficial, in Discord:
And, one proposed solution is to use the method from ChatGPT, where the buttons are located above the code in a small bar:
We can put both the share and copy buttons there. This issue is open. If you plan to take on this, let us know.
The text was updated successfully, but these errors were encountered: