Skip to content
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] Shareable link to color palette configuration #83

Closed
rosskevin opened this issue Jan 26, 2017 · 3 comments
Closed

[feature] Shareable link to color palette configuration #83

rosskevin opened this issue Jan 26, 2017 · 3 comments
Assignees

Comments

@rosskevin
Copy link

It would be fantastic to share a parameterized link to a set of color palettes. I just found I wanted to share one with a coworker via slack, but he needs to enter the parameters.

Awesome tool.

@mbitson
Copy link
Owner

mbitson commented Jan 30, 2017

Here is the catch- saving an entire palette to the URL uses up the max length of the URL rather quickly. I could encode the main color of each palette into the URL- but if you'd want an exact match (for custom colors) you'd need to use the Export and Import features. The Export has a "MCG" option specifically designed to allow you to use the import to match a palette.

I'll add URL encoding for the primary color of each palette and their names soon.

@mbitson mbitson self-assigned this Jan 30, 2017
@rosskevin
Copy link
Author

I think the primary match is what I'm looking for. Understood that you can't share all if it is fully customized.

@mbitson
Copy link
Owner

mbitson commented Feb 1, 2017

Hey @rosskevin ,

I've got this implemented now. As you built themes it should update the URL. Here is a test URL:
http://mcg.mbitson.com/#!?mcgpalette0=%233f51b5&mcgpalette1=%2326a69a&themename=test

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants