-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
FEAT: Page Manager Plugin #3206
Comments
Got the core of this functionality working this arvo. @artf Let me know if this is still desired and I'll spend some more time on it in Jan. Note to self, |
I would love to try it out. |
Sounds great, I really like the idea of having this one as a plugin, so if you think we need something to add (eg. some event) to make it work better, let me know. |
Looking forward this, a much needed feature for this engine to be "complete". |
this exists in Grapedrop... would be nice to get their plugins. |
nice... looking forward for this one. |
Unfortunately, I've made that feature more on the Grapedrop application-level, so there is no real plugin for that. Now we're planning to add more features like symbols and data fetching components, and without an integrated page manager is quite hard and messy. Just an example, when you switch the page, you should change the UndoManager instance with another dedicated one (currently UndoManager's API doesn't even allow that). So, @jrkd what I'm saying, I'll need to start a new module for pages but for sure it'll be only API centric thing, in order to allow switching page context easily (no UI-related stuff). |
The Pages module is now merged #3411 and the new version will be soon released. |
@artf I found out after added styles to the canvas, when you switch between the pages, you can see the style only applied after the element rendered, wonder if you know how to fix this issue? Thanks canvas: {
styles: ['https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css']
}, |
Feature: The ability to create multiple pages in Grapesjs.
Functional design
Globally:
Page Manager Tab:
Visual design
Technical details
Starter comments from @artf ;
From @artf's comment on a forked repo :
Is there an alternative at the latest version?
No
Related Issues
The text was updated successfully, but these errors were encountered: