All Projects → brijeshb42 → Kattappa

brijeshb42 / Kattappa

Licence: mit
A block based rich text editor.

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].