# Grapesjs + mj-raw -\> how to use?

**URL:** https://forum.mautic.org/t/grapesjs-mj-raw-how-to-use/20839
**Category:** Product Support
**Created:** [September 13, 2021, 12:53am UTC](https://forum.mautic.org/t/grapesjs-mj-raw-how-to-use/20839 "2021-09-13T00:53:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![donbowman](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/donbowman/32/5702_2.png) [@donbowman](https://forum.mautic.org/u/donbowman)
#### Post date: [September 13, 2021, 12:53am UTC](https://forum.mautic.org/t/grapesjs-mj-raw-how-to-use/20839/1 "2021-09-13T00:53:07Z")

</div>

**Your software**  
My Mautic version is: 4.0  
My PHP version is: 7.4  
My Database type and version is: tidb

**Your problem**

So i see a block for ‘Raw’ right below Hero and Navigator Link.  
If I insert it, I get 6 photos of something.  
But i can’t edit this block. If i open the ‘Edit Code’ i see it has a div w/ the 6 URL in it. But if i paste my raw text in there, it gets interpreted and changed.

I’m trying to use [GitHub - ChrisRAoW/mautic-rss-to-email-bundle: Mautic plugin to send emails from RSS](https://github.com/ChrisRAoW/mautic-rss-to-email-bundle) but i can no longer insert the {…} feed info, the

etc in it cause the grapesjs builder to modify the raw data, and then it no longer works.

Does anyone have any input on how this is supposed to work?

As a side note, the ‘ediit code’ is nearly impossible to use. The colour choice is unreadable by me, the font is tiny, and, if you click anywhere close to the edge of the dialog it exits. This leads me to believe one is not supposed to use it as a solution.

my workaround was to edit the database directly to remove the changes the editor made., but its super clumsy.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [September 13, 2021, 6:49am UTC](https://forum.mautic.org/t/grapesjs-mj-raw-how-to-use/20839/2 "2021-09-13T06:49:51Z")

</div>

Weird.  
What do you mean by to small letters? For me it looks like this:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/a/a8b1f212d8e26d41376f6f2230547827c906c34a.png)

BTW - I created an RSS email this way:

1. Create an email with example content
2. Translate to html
3. Add RSS tags into HTML
4. Copy back HTML content

---

<div class="post-metadata">

### Author: ![donbowman](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/donbowman/32/5702_2.png) [@donbowman](https://forum.mautic.org/u/donbowman)
#### Post date: [September 13, 2021, 1:04pm UTC](https://forum.mautic.org/t/grapesjs-mj-raw-how-to-use/20839/3 "2021-09-13T13:04:46Z")

</div>

yes, it looks similar to me.  
Since the contrast is low and the font is smaller, I’m assuming its not meant to be used to edit (I cannot see it, the red+black has insufficient contrast).

> **[GitHub - ChrisRAoW/mautic-rss-to-email-bundle: Mautic plugin to send emails...](https://github.com/ChrisRAoW/mautic-rss-to-email-bundle)**
>
> Mautic plugin to send emails from RSS. Contribute to ChrisRAoW/mautic-rss-to-email-bundle development by creating an account on GitHub.

is what i am using.  
If i paste

```auto
{feed url="<<FEEDURL>>"}
    {feeditems count="3"}
        <h3>{feeditem:title}</h3>
        <p><small>{feeditem:date format="y-m-d"}</small></p>
        <p>{feeditem:description}</p>
        <p><img src="{feeditem:image}"></p>
    {/feeditems}
{/feed}

```

into the raw section, all the " become " and all the

become new sections. This means the mj-raw is being interpreted i think.
