All Projects → appleple → Lite Editor

appleple / Lite Editor

Licence: mit
A Modern WYSIWYG Editor especially for inline elements

Programming Languages

javascript
184084 projects - #8 most used programming language
es2015
71 projects

Projects that are alternatives of or similar to Lite Editor

Cli
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.
Stars: ✭ 105 (-37.87%)
Mutual labels:  json, npm
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (+965.68%)
Mutual labels:  wysiwyg, wysiwyg-editor
Brickyeditor
WYSIWYG block editor jQuery plugin.
Stars: ✭ 112 (-33.73%)
Mutual labels:  wysiwyg, wysiwyg-editor
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+7964.5%)
Mutual labels:  wysiwyg, wysiwyg-editor
Lighthouse Badges
🚦Generate badges (shields.io) based on Lighthouse performance.
Stars: ✭ 150 (-11.24%)
Mutual labels:  babel, npm
Democracy Client
DEMOCRACY App Client
Stars: ✭ 98 (-42.01%)
Mutual labels:  babel, npm
Summernote
Super simple WYSIWYG editor
Stars: ✭ 10,486 (+6104.73%)
Mutual labels:  wysiwyg, wysiwyg-editor
Cssparser.js
cssparser.js is a parser that generate json from css with matched orders & structures.
Stars: ✭ 61 (-63.91%)
Mutual labels:  json, npm
Wangeditor
wangEditor —— 轻量级web富文本框
Stars: ✭ 12,792 (+7469.23%)
Mutual labels:  wysiwyg, wysiwyg-editor
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (-15.38%)
Mutual labels:  babel, npm
Nicedit
WYSIWYG editor
Stars: ✭ 86 (-49.11%)
Mutual labels:  wysiwyg, wysiwyg-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+6795.27%)
Mutual labels:  wysiwyg, wysiwyg-editor
Node Developer Boilerplate
🍭 Boilerplate for ES6+ Node.js and npm Developer
Stars: ✭ 82 (-51.48%)
Mutual labels:  babel, npm
Jafar
🌟!(Just another form application renderer)
Stars: ✭ 107 (-36.69%)
Mutual labels:  json, ui-components
Vue Mobiledoc Editor
A lightweight and customizable editor that allows you to embed rich content using Vuejs components.
Stars: ✭ 73 (-56.8%)
Mutual labels:  ui-components, wysiwyg-editor
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-31.36%)
Mutual labels:  babel, npm
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+533.73%)
Mutual labels:  wysiwyg, wysiwyg-editor
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-68.05%)
Mutual labels:  json, npm
Book
《现代化前端工程师权威指南》https://guoyongfeng.github.io/book/
Stars: ✭ 141 (-16.57%)
Mutual labels:  babel, npm
Rich Markdown Editor
The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
Stars: ✭ 2,468 (+1360.36%)
Mutual labels:  wysiwyg, wysiwyg-editor

LiteEditor

npm version CircleCI npm download GitHub license

A Modern WYSIWYG Editor especially for inline elements

Feature

  • focuses on inline elements such as b, a, i, strong
  • Prevent unnecessary tags insertion
  • Control how to make newlines
  • You can register custom button easily

Installation

via npm

npm install lite-editor --save

or yarn

yarn add lite-editor

Usage

require

const LiteEditor = require('lite-editor');
window.addEventListener('DOMContentLoaded',function(){
  new LiteEditor('.js-editor');
});

Document

https://appleple.github.io/lite-editor/about.html

Download

Download ZIP

Plugins

Github

https://github.com/appleple/lite-editor

Contributor

@steelydylan

License

Code and documentation copyright 2017 by appleple, Inc. Code released under the MIT License.

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].