Source Code

# Overview

The source code feature provides you with the ability to view and edit the underlying source code of your document, offering greater control and customization options.The source code feature grants you access to the raw source code of your document, enabling you to make direct modifications and fine-tune your content according to your preferences.

# Demo

Feel free to experiment with the source code toggling the source editing mode in the editor below. Make changes to the HTML code, such as adding a new paragraph or an ordered list. Once you exit the source editing mode, you'll notice that the modifications are reflected in the document content.

# Configuration


    <script>
        window.sitsEditorConfig = {
            addOns : ['toggleSourceCode']
        };
    </script>

    // If display only "toggleSourceCode" buttons in the toolbar.
    

Every day, we work hard to make sure our documents are complete. Have you found any mistakes or missing information? Please tell us here.

On this Page

On this Page