• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A block based rich text editor.

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:

    • Text
    • Quote
    • Image
    • Horizontal Break
    • Ordered List
    • Unordered List
    • Embeds
      • Instagram
      • Vimeo
      • Youtube
      • Vine
      • 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.

More Repositories

1

medium-draft

πŸ“ A medium like Rich Text Editor built on draft-js with a focus on keyboard shortcuts.
JavaScript
1,728
star
2

monaco-themes

Themes to be used and generated with monaco-editor in web browser
JavaScript
341
star
3

monaco-vim

VIM keybindings for monaco editor
JavaScript
214
star
4

medium-style-confirm

medium.com style confirm dialog
HTML
165
star
5

monaco-ace-tokenizer

Syntax highlighting support for additional languages in monaco-editor
JavaScript
77
star
6

bitwiser

Bitwiser Jekyll theme
CSS
38
star
7

blurt

A javascript default alert() and prompt() replacement.
JavaScript
33
star
8

bitwiser-material

jekyll material theme
CSS
32
star
9

vscode-excalidraw

Excalidraw integration for vscode
TypeScript
31
star
10

monaco-emacs

Emacs keybindings for monaco-editor
TypeScript
25
star
11

react-sketchapp-boilerplate

A basic project to quickly get you up and running for creating a react-sketchapp
JavaScript
16
star
12

yapper

flask self learning blog.
Python
10
star
13

flask-web-starter-kit

Flask application with complete integration of gulp build system
HTML
10
star
14

react-ssr-example

Example Typescript React project with SSR
JavaScript
10
star
15

tvm

TV Show Manager is a chrome app that can be used to track your favorite TV shows
JavaScript
6
star
16

extractor

Python
6
star
17

codemirror-lsp

JavaScript
4
star
18

Jekyll-Read

Yet another jekyll theme.
CSS
4
star
19

hello-world-tutorial

Frontend hello world tutorial with webpack
JavaScript
4
star
20

draft-text-editor-tutorial

Source code of the draft-js-text-editor tutorial
JavaScript
4
star
21

querybuilder

Python
3
star
22

monaco-playground

Demo page for monaco themes/vim/emacs/syntax highlighting
JavaScript
2
star
23

automate-github-trending

Send email notification of Github's trending repositories
Python
2
star
24

medium-blog

JavaScript
1
star
25

python-automplete-server

An autocomplete server for python source code
Python
1
star