GrapesJS / preset-webpage

GrapesJS Plugin Webpage Preset
http://grapesjs.com/demo.html
BSD 3-Clause "New" or "Revised" License
335 stars 291 forks source link

Saving Issue #65

Closed CSLighting21 closed 2 years ago

CSLighting21 commented 2 years ago

I'm new to GrapesJS and know very little about coding. I downloaded the preset webpage to make a simple webpage. I can make the page perfectly but I can't figure out how to save it and then open it again later for editing. Could someone please explain how to do this?

ghost commented 2 years ago

I suggest you change to Grapedrop, which was built with grape.js. I'm creating my app using this drag-and-drop app. If you need some help, just let me know.

Em dom., 17 de out. de 2021 às 23:25, CSLighting21 @.***> escreveu:

I'm new to GrapesJS and know very little about coding. I downloaded the preset webpage to make a simple webpage. I can make the page perfectly but I can't figure out how to save it and then open it again later for editing. Could someone please explain how to do this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/artf/grapesjs-preset-webpage/issues/65, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQT5FCSXHKUILK2FLMTW7ODUHOARTANCNFSM5GFQ6AAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

CSLighting21 commented 2 years ago
Thank you! It is perfect! Except for one small issue. I need to have a href that doesn’t have https:// at the start of it. I am using the page to be a lighting control software and the custom server reads special hrefs that require me to have to prefix on the href. Could you possibly make this happen? Thanks Again! From: After Carnival TechSent: Monday, October 18, 2021 5:45 AMTo: artf/grapesjs-preset-webpageCc: CSLighting21; AuthorSubject: Re: [artf/grapesjs-preset-webpage] Saving Issue (Issue #65) I suggest you change to Grapedrop, which was built with grape.js. I'mcreating my app using this drag-and-drop app. If you need some help, justlet me know.Em dom., 17 de out. de 2021 às 23:25, CSLighting21 ***@***.***>escreveu:> I'm new to GrapesJS and know very little about coding. I downloaded the> preset webpage to make a simple webpage. I can make the page perfectly but> I can't figure out how to save it and then open it again later for editing.> Could someone please explain how to do this?>> —> You are receiving this because you are subscribed to this thread.> Reply to this email directly, view it on GitHub> , or> unsubscribe> > .> Triage notifications on the go with GitHub Mobile for iOS> > or Android> .>>—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.  
artf commented 2 years ago

For custom saving you have to understand how the Storage is working in GrapesJS: https://grapesjs.com/docs/modules/Storage.html