Customize your GrapesJS
Question
Hi there,
I will offer your my service of customizing your grapesJS editor to any result.
I have experience about 3 years with GrapesJS and 9 years in Web developing.
Example of my work: https://monosnap.com/file/MnXzYlIK5UVe3oVr8dqveDzZG7PVU8
Video: https://monosnap.com/file/Lw0E8VmGdsyWUGe8jsRII6i66P1urm
Email: [email protected] Skype: maxim2356
Best regards :)
Answers (3)
Oh I know that! What I was referring to is that if you try and use the index/block/component files from dist (ie unminified and easier to work from) they don't work outside of a node/webpack environment.
On 19 Aug 2019, at 20:18, Pouya Miralayi [email protected] wrote:
@smik3 you do not need node environment for defining plugins. grapesjs.plugins.add('your-plugin', editor => { your stuff } this will define the behavior and you have the editor instance available to you as argument. then initialize your editor as before and specify the plugin. cheers.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@smik3 , this is not a good practice, as it won't let you update GrapesJS easy in future. You better separate the custom code in js functions and whichever of them you need to use as a plugin, you can load. Or use node only for compilation of your plugin and put the plugin-name.min.js in production.
var editor = grapesjs.init({ ... plugins: [yourCustomFunction], ... })
Hey, @GoodPHP I need help with a challenge I've been facing
I want to hide images with src empty on preview mode and show them on editor mode i.e stop: preview.
I've tried this but it doesn't seem to work for some reason
editor.on('run:preview', () => {
$('.img[src=""]').hide();
});
Thanks, Chaitu
Related Questions and Answers
Continue research with similar issue discussions.
Issue #792
Script property using function don't work with blocks
In Components & JS docs there's this example: This works perfectly. But I couldn't use a function instead of a string in script, as is said...
Issue #2627
New Customized Editor by DevFuture.pro
Hi There, We want promote our new design for GrapesJS. Our work: https://github.com/GoodPHP/GrapesJS-devfuture You can write to us any ques...
Issue #807
Help with update information in Countdown
I use "grapesjs-component-countdown" and when i chose date in calendar update information in the plugin. Example: https://monosnap.com/file...
Issue #1341
[Question] How to work with Custom Components
Hello, I have some questions and issues about and with the grapes editorProblem 1 In a component, which class is there extended? Is it real...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.