Thanks for such an awesome tool. I am looking for a library which can support my user with custom personalised web pages under a single app. How suitable is grapeJS for such case where I need to store a lot of user template data? Also in view of dataBases what should how and what I should be storing HTML/Json? Thanks.
artf
I think GrapesJS fits perfectly your needs, just read about the Storage to get an idea on how you would work
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry I am very confused - I heard about this tool recently - it looks like it can be used as a GUI tool. But in the downloads section of the readme it says: npm i grapejs etc. those download techniques seem to be for installing a library, not for downloading/launching a GUI tool. How do we download and install the GU...
artf
Download the library (eg. https://unpkg.com/grapesjs), include it inside your html page and launch it https://github.com/artf/grapesjs#usage
ORESoftware
If that's the case - why can't we just clone a Git repo and have everything set up for us? Why do I have to create the HTML manually, to get started?
artf
Because GrapesJS is supposed to be a framework, not a ready to use application https://grapesjs.com/docs/#what-is-grapesjs
Case:Set avoidInlineStyle to trueDrag an image to the canvas, set it's width to 100% via Layout > WidthSave the canvasReload the canvas Expected: Image to be 100% width Actual result: The image is back to it's original size
artf
Just tried this https://jsfiddle.net/szLp8h4n/235/ and works as expected (uses the default local storage) Are you sure you're saving properly?
no-response[bot]
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi @artf , it seems that in order to initialise an instance of the editor with an already existing CSS you can either give the editor "gjsstyles" or "gjscss". Similarly for HTML it's either "gjscomponents" or "gjshtml". What is the proper way? So far the way I've been doing this is to have this code run just before ru...
artf
Am I doing this right? Not really. You have to setup the remote storage
tomichal
Thanks @artf !
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello, we'd like to render third party controls. This is a general question and we wan't to know whether we are going into the right direction. To render the controls we are required to use a third party technology (Vue, React, or similar frameworks). Both of the frameworks have one common problem: they are lagging th...
artf
Vue compiles at runtime if you use the version with compiler. Exactly like this component https://github.com/alexjoverm/v-runtime-template As second question I'd like to know whether it is possible to hook onto events from the editor from...
HakuTheWolfSpirit
Hi, thanks for the answer.Vue compiles at runtime if you use the version with compiler. Exactly like this component https://github.com/alexjoverm/v-runtime-template The problem with Vue is that there is not really a method that allows me t...
artf
The problem with Vue is that there is not really a method that allows me to put a string in as parameter and get html as an output. I have asked this question on StackOverflow and hopefully I will get an answer in near time. yeah but you c...
I want to set href for link block as there is empty href by default.
maryia-kabash
@AnkitKachhadiya you can change it by going to "Component settings" tab (gear icon). The same is for link block.
artf
@AnkitKachhadiya you can also update dynamically the default one
AnkitKachhadiya
Thank you for the help Can you please re-open these issue @maryia-kabash @artf I have made a custom block for my custom link see code:editor.BlockManager.add("unsubscribe-block", { label: "Unsubscribe", content: { type: "link", content: "u...
Hi @artf! I'm working to adapt your content builder in our system using the latest release v.0.14.21. I have set up the following configuration of the StorageManager: storageManager: { type: 'remote', stepsBeforeSave: 1, autoload: true, autosave: false, urlStore: '/save', urlLoad: '/load', contentTypeJson: true }, Wit...
jvillena
Thanks a lot! It works like a charm! Great Job. We are going to work in different new plugins so we will include them as open source as well. I'll keep you inform.
artf
We're using fetch under the hood so check this out https://stackoverflow.com/questions/36669911/post-not-retrieving-data-from-javascripts-fetch and let me know
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.