Giter VIP home page Giter VIP logo

kc_wysiwyg's Introduction

Quill WYSIWYG editor

This Kontent custom element is based on the https://quilljs.com/ rich text editor. It stores content in JSON format, so it's omni-channel friendly :)

screenshot

Quick Setup (for testing)

You can get started quickly using the currently version currently deployed to GitHub Pages. I do not recommend using this for anything other than quick testing only.

Deploying

Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.

Deploy to Netlify

JSON Parameters

For RTL support specify the Parameters {JSON} part of the configuration with:

{
    "rtl": true
}

What is Saved?

The JSON object returned from the Deliver API matches the following signature:

{
   "ops":[ 
      { 
         "attributes":{ 
            "size":"huge"
         },
         "insert":"Hello World!"
      },
      { 
         "insert":"\n"
      },
      { 
         "insert":{ 
            "item":{
                "codename":"testing_name",
                "id":"e8015d16-61f9-41d4-ab30-fec7b910ff0d",
                "name":"testing name"
             }
         }
      },
      { 
         "attributes":{ 
            "underline":true,
            "color":"#e60000",
            "bold":true
         },
         "insert":"Image asset:"
      },
      { 
         "insert":"\n"
      },
      { 
         "insert":{ 
            "image":"https://assets-us-01.kc-usercontent.com/1f33698f-a270-4b2d-90c5-9658a99c3140/327d63ce-c56f-4e86-950d-dd0747470660/f6e49c5bb987a4a1b11e2d344f58d745.jpg"
         }
      },
      { 
         "insert":"\n"
      }
   ]
}

kc_wysiwyg's People

Contributors

hzik avatar

Watchers

Nattawat Pinkon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.