-
Notifications
You must be signed in to change notification settings - Fork 10
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 for sharing url #95
Conversation
Sounds good. |
That is one possible option, I am now thinking for save button and ctrl+s shortcut to have multichoice
This is WIP, and I have not decided on final details |
I forgot one plus point of "save to address bar" — you can easily create a bookmark from that URL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, looks good 👍
implement share url function to export current script as gzipped data url
inital lame version adds a menu item to export
copies the url to clipboard, and writes url to console
todo