KO
|
EN
gitlite — search
Search
#javascript
#python
#android
#chat
#ios
#server
#bot
#telegram-bot
#docker
#bigdata
#scala
#shell
kattappa
★ 106
Open GitHub ↗
A block based rich text editor.
Download README (.md)
Explore Similar Repositories
dx11
:
C# & SlimDx exploration of Frank Luna's Introduction to 3D Game Programming with DirectX 11
nativescript-imagepicker
:
Imagepicker plugin supporting both single and multiple selection.
cn-cbor
:
A constrained node implementation of CBOR in C
SPRINT_gan
:
Privacy-preserving generative deep neural networks support clinical data sharing
aws-k8s-kops-ansible
:
Kubernetes setup on Amazon AWS using Kops and Ansible
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kattappa
?
Download (.md)
Current development going on in [scribe](https://github.com/brijeshb42/kattappa/tree/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](http://bitwiser.in/kattappa/) A block based Rich Text editor. It uses: * [ReactJS](http://facebook.github.io/react/) for its UI. * [medium-editor](https://github.com/yabwe/medium-editor) for rich text editing support. ### Installation * For `browserify` users: * `npm install kattappa`. * `var Kattappa = require('kattappa');` * Or Download the latest release [here](https://github.com/brijeshb42/kattappa/releases/latest). ### Usage See [usage](https://github.com/brijeshb42/kattappa/blob/es6/src/demo.js); * 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](http://scroll.in) Currently being used in our internal CMS.