MCPcopy Index your code
hub / github.com/appleple/lite-editor

github.com/appleple/lite-editor @v2.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0.0 ↗ · + Follow
508 symbols 1,439 edges 6 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

import LiteEditor from '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.

Core symbols most depended-on inside this repo

n
called by 34
js/lite-editor.es.js
r
called by 34
js/lite-editor.iife.js
toString
called by 30
js/lite-editor.es.js
_getElementByQuery
called by 30
js/lite-editor.es.js
_getElementByQuery
called by 30
js/lite-editor.iife.js
_getElementByQuery
called by 30
src/core/index.js
o
called by 28
js/lite-editor.es.js
o
called by 28
js/lite-editor.iife.js

Shape

Function 312
Method 186
Class 10

Languages

TypeScript100%

Modules by API surface

js/lite-editor.iife.js209 symbols
js/lite-editor.es.js209 symbols
src/core/index.js62 symbols
src/lib/util.js28 symbols

For agents

$ claude mcp add lite-editor \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact