-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
EasyLogic Editor GrapesJS Plugin #117
Comments
hi @billiemead Thanks for your comment. I understand for your thinking. I am preparing editor module that published at npm (https://www.npmjs.com/package/@easylogic/editor). Currently, a plugin structure is being prepared for the extension of @easylogic/editor, and when this is completed, I think I can install it with npm and use it. Please request if there are any features you need to integrate with GrapeJS. |
I have a question. In the case of the svg-editor, there is only one artboard and you just need to generate it. In the case of easylogic/editor, multiartboard is supported and the expression structure according to it is completely different. What features are you envisioning? |
@easylogic |
If you want to force artboard into one, I need to place restrictions on menus or functions. If you organize the list of necessary functions together, I will implement api. Please organize the functions you need. |
hi @billiemead I made an @easylogic/editor npm module. So I am ready to make grapejs plugin. But I don't know grapejs plugin system. Can you guide me ? |
So glad to hear about the npm package/module! Right now I am learning myself about the Grapejs environment and basic plugin development. Here are a few resources: GrapesJS Docs - Plugins GraqpesJS CLI - A simple CLI library for helping in GrapesJS plugin development. Grapesjs Svg - This is the plugin that gave me the idea to create a plugin for EasyLogic. This plugin integrates the MethodDraw SVG editor into GrapesJS. I am already very familiar with the Grapes JS environment and so I should be able to start very soon. |
Thanks. |
Is there anything going on? Is there a repository I can see? |
hi @billiemead I am making a plugin system. refer to https://github.com/easylogic/editor-plugin-template This will provide a structure that can be attached to other editors. |
@easylogic
Hi, I was thinking about starting on a GrapesJS Plugin to integrate the EasyLogic Editor., similar to this plugin: https://github.com/Ju99ernaut/grapesjs-svg-editor
Any ideas?
Cheers, billie
The text was updated successfully, but these errors were encountered: