editorjs-quiz

0.1.0 • Public • Published

Editor.js plugin for inserting links to quizzes

Disclaimer

My advice: Do not use this library =)

Info

Supported quizzes:

  • playbuzz.com

Installation

yarn add editorjs-quiz

Usage

import QuizTool from "editorjs-quiz";
// ...
var editor = EditorJS({
  tools: {
    quiz: {
      class: QuizTool,
    }
  }
});

Data example

{
    "type": "quiz",
    "data": {
        "link": "https://www.playbuzz.com/item/6579cfd3-f855-43d9-939a-fca91bb748dd",
        "provider": "playbuzz",
        "html": "...",
        "frame": null,
        "id": "6579cfd3-f855-43d9-939a-fca91bb748dd",
        "thumbnail": null
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i editorjs-quiz

Weekly Downloads

1

Version

0.1.0

License

none

Unpacked Size

204 kB

Total Files

14

Last publish

Collaborators

  • vlzh