Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naver/smarteditor2

Javascript WYSIWYG HTML editor
https://github.com/naver/smarteditor2

editor javascript smarteditor wysiwyg

Last synced: 3 months ago
JSON representation

Javascript WYSIWYG HTML editor

Awesome Lists containing this project

README

        

# SmartEditor2
[![npm](https://img.shields.io/npm/v/smarteditor2)](https://npmjs.com/package/smarteditor2)
[![Build Status](https://travis-ci.org/naver/smarteditor2.svg?branch=master)](https://travis-ci.org/naver/smarteditor2)
[![codecov](https://codecov.io/gh/naver/smarteditor2/branch/master/graph/badge.svg)](https://codecov.io/gh/naver/smarteditor2)

## Overview
SmartEditor™ 는 JavaScript로 구현된 웹 기반의 WYSIWYG 편집기입니다.

WYSIWYG 모드 및 HTML 편집 모드와 TEXT 모드를 제공하고, 자유로운 폰트 크기 설정 기능, 줄 간격 설정 기능, 단어 찾기/바꾸기 기능 등 편집에 필요한 다양한 기능을 제공하므로 사용자들은 SmartEditor™를 사용하여 쉽고 편리하게 원하는 형태의 글을 작성할 수 있습니다.

또한, SmartEditor™의 구조는 기능을 쉽게 추가할 수 있는 플러그인 구조로 되어 있어 정해진 규칙에 따라 플러그인을 만들기만 하면 됩니다.

## User Guide
사용자 가이드에서는 SmartEditor2 의 특징과 기능을 소개합니다.

또한, 설치 방법과 기능의 추가/삭제 방법도 알 수 있습니다.

* [사용자 가이드](http://naver.github.io/smarteditor2/user_guide/)

## Demo
아래 데모페이지 에서는 SmartEditor2.0 이 제공하는 다양한 기능을 바로 체험해 볼 수 있습니다.
* [SmartEditor2 Demo 바로가기](http://naver.github.io/smarteditor2/demo/)

## Supported Browsers
* Internet Explorer 8.x 이상
* Firefox 3.5 이상
* Chrome 4.0 이상
* Safari 4.0 이상

## License
* [SmartEditor2 is released under the LGPL v2.1](LICENSE.md).
* [LGPL v2.1](http://www.gnu.org/licenses/lgpl-2.1.html) [(한국어)](http://korea.gnu.org/people/chsong/copyleft/lgpl.ko.html)

## Third-party libraries
The following third-party libraries are used :
* Jindo - https://github.com/naver/jindojs-jindo
: for DOM/Event Handling, OOP style code
* Jindo Component - https://github.com/naver/jindojs-jc
: for UI Control (DragArea, LayerManager, LazyLoading)

## Read More
* [CHANGELOG](CHANGELOG.md)
* [TODO List](TODO.md)
* 설치시 발생하는 버그 또는 질문은 "[이슈](https://github.com/naver/smarteditor2/issues)" 게시판을 이용해주세요.