was thinking of converting this into angular app, I am able to add md- form components but iframe is not rendering any material view, however exporting it to another html file with angualr enabled understands this any leads on why angular material is not working inside iframe, even though angular's js files are includ...
duskhacker
Sorry, I can't answer your question, and I'm probably speaking out of turn; It seems to me that your time would be better spent on taking on some of the "help wanted" issues and bugs than forking this into the Angular framework. To me, it...
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.
I successfully replace richtexteditor to ckeditor in grapesjs. but there is a link button issue. The issue is that it is not linking correctly on the position. It moves to the starting position. The picture is shown here.
duskhacker
I had all kinds of problems with the CKEditor link editor. I gave up and disabled the link editor in CKEditor in favor of the link component that is provided by GrapesJS.
NorthstarTech
so there is no solution of link button in ckeditor? On Friday, December 1, 2017, Daniel P. Zepeda <[email protected]> wrote: I had all kinds of problems with the CKEditor link editor. I gave up and disabled the link editor in CKEdit...
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.
https://github.com/artf/grapesjs/blob/9bcd9673b10af1bb696181deba6903a68b1b6c3f/src/trait_manager/view/TraitView.js#L86 The id is not applied. Only type & placeholder are showing in the HTML of the <input />
artf
Added to the next release
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.
I would like to make the editor like the photo above. However, I can't find the css for the background or the panels. Any help provided would be fully appreciated.
ateshuseyin
You can change scss variables and and recompile to css: https://github.com/artf/grapesjs/blob/dev/src/styles/scss/gjsvariables.scss#L22
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.
How to reset the margin and padding input value. I have reset the input value but when user again click on upper arrow of margin box then it get the previous not the reset value. Please let me know how to do that.
artf
Inputs are binded to the target (Components/Css Rules) so it doesn't make sense just changing the input, you have to update the target (eg. editor.getSelectedToStyle().addStyle({ 'margin-top': 0 }))
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.
In https://unpkg.com/grapesjs Line: 20837 var previousСolor = void 0; Some nonascii character for previousColor. editor doesn't show the non ascii character.
artf
just looking at the source file https://raw.githubusercontent.com/artf/grapesjs/dev/dist/grapes.js where the interesting part comes from https://github.com/artf/grapesjs/blob/dev/src/domain_abstract/ui/InputColor.js#L93 indeed that "C" is...
ryandeba
That's weird. Here's an alternate of the same version that doesn't have that issue: https://cdnjs.cloudflare.com/ajax/libs/grapesjs/0.12.45/grapes.js
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.