-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Atom plugin #57
Comments
I have no experience in Atom as well. Seems like webview is the thing we need. What was the problem you got? |
What does your plugin do ? I can't find any informations about it :) |
Plugin is not ready yet, don't really know how to make it. It seems like webview should be added to a pane, but I didn't find any information on that yet. The idea is to open a pane with storybook rendered in it, so that you can edit your files and see the changes without switching windows. |
Here is the package: https://atom.io/packages/atom-storybook I messed up with package version number though. |
@vadirn superb. |
I think we can close this now. |
Hi! I've set up a plugin here: https://github.com/vadirn/atom-storybook, but not yet succeeded with rendering url into the pane.
It seems like webview tag (https://github.com/electron/electron/blob/master/docs/api/web-view-tag.md) should be used in order to render the storybook.
Any help is highly appreciated)
The text was updated successfully, but these errors were encountered: