-
Notifications
You must be signed in to change notification settings - Fork 109
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
Remove frameWidth from presets #65
Comments
Hey, For now you can copy chalk-presets, remove frameWidth from each preset and update it in localStorage Which you can open in other browser or share with someone |
Okay, thanks i did not know you could export them like that!
... Funny thing is, i had tried that but it failed, just now i realized that i forgot to remove the last element's comma (,)... I did it correctly this time, and it does work, thanks anyways. |
I don't know if it's intended, but when you make a preset, it also saves the current frame's height and width. (
frameHeight
andframeWidth
in the theme's JSON)Is this intended? If it is, could there be a toggle to disable this behavior, I use a preset to backup my preferred configuration and every time I apply it it resets the frame width, which is annoying (Also, the
frameHeight
setting does nothing).Also, a bit unrelated, but could there be an easy way to export and import presets? Right now I am exporting it from the dev tools, going into Storage and copying the value of
chalk-presets
, and importing it by overwriting the value from there too.The text was updated successfully, but these errors were encountered: