-
Notifications
You must be signed in to change notification settings - Fork 26
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
Implement export & import #21
base: master
Are you sure you want to change the base?
Conversation
Usage:
The macros are saved as JSON data. |
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.
This feature looks awesome. Actually I thought this was an original feature when I realized it's not implemented in the current version.
But why is the package.json changed? Did you install or remove any dependency?
Are you referring to the changes made in 0f035a2? My guess is that I was having trouble testing or something. I know in a lot of my personal projects, the package-lock.json likes to give me issues. I don't think I deleted or added anything to package.json, if that's what your concerned with. |
Yeah, I meant the package-lock-json. OK, I got what you mean. 👍 |
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.
Nice
I played with this PR and it works great! I would love to see it merged/publish (of course we can use the extension from the PR directly but just of convenience). |
Addresses #19