Package detail

kattappa

brijeshb42138MIT0.8.1

A block based rich text editor with support of Images, embeds( Youtube, Instagram, Vine, Vimeo etc)

kattappa, block, editor, react

readme

Current development going on in scribe branch.

Note: This project is highly under development as it is being integrated into our CMS and the APIs are not consistent and can change at anytime. New features are added (or something is removed) based on the requirements of the CMS.

Kattappa demo

A block based Rich Text editor.

It uses:

Installation

  • For browserify users:
    • npm install kattappa.
    • var Kattappa = require('kattappa');
  • Or Download the latest release here.

Usage

See usage;

  • Current Blocks:

    • [x] Text
    • [x] Quote
    • [x] Image
    • [x] Horizontal Break
    • [x] Ordered List
    • [x] Unordered List
    • [x] Embeds
      • [x] Instagram
      • [x] Vimeo
      • [x] Youtube
      • [x] Vine
      • [x] Facebook
  • Extra features:

    • Blocks can be rearranged.
    • Existing blocks can be deleted.
    • Automatic image upload if UploadUrl is provided.

Todo

  • Add instructions to create custom blocks.

Made while working @ http://scroll.in

Currently being used in our internal CMS.