Inline edit

Redactor can work as an Inline Editor, allowing you to edit content directly on the website in real time by enabling the 'nostyle' and 'nocontainer' settings.

Shaping a world
with reimagination

Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio incidunt nam itaque sed eius modi error totam sit illum. Voluptas doloribus asperiores quaerat aperiam. Quidem harum omnis beatae ipsum soluta!

The lowest price

Some text here

The fastest on the market

Some text here

The most loved

Some text here

Code

<!-- element -->
<div id="entry">
    <h1>...</h1>
    <p>...</p>
    <div>
        ...
    </div>
</div>

<!-- call -->
<script>
let app = Redactor('#entry', {
    plugins: ['emoji'],
    nostyle: true,
    nocontainer: true,
    context: {
        hide: ['format']
    }
});
</script>