-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enhancement: automatic copying of url #50
Comments
@ThejasKiranPS Good one, I guess this makes total sense. If we need to implement this, I think we might need the Copy button also next to the save button and save can be replace with share. |
Ya, it can be a good enhancement @ThejasKiranPS go ahead with it |
need some help. Typing pageThis should be the correct page to copy the url (immediately after clicking save/share), but since it immediately redirects to share page there wont be time to notify the user that the url had been copied (toast wont have time to display) Share pageOption 1copy to clipboard after loading the component Option 2copy to clipboard when clicking on the share button (in share page) What to do? |
I guess you can try the following approach
Here we are trying to avoid the redirection to another page and doing all things in one single route. |
oooh that's pretty good. Working on it |
Hey, can you do a git pull and resolve conflicts new changes have been made! |
@alceil done |
Main use of this project is to quickly share some text to other people. So wouldn't it be better if the url to share is automatically copied to clipboard when we click save button? (and also show a toast notification)
If so Please assign to me
The text was updated successfully, but these errors were encountered: