GithubHelp home page GithubHelp logo

morozd / simditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mycolorway/simditor

0.0 1.0 0.0 876 KB

A simple editor designed by mycolorway

Home Page: http://mycolorway.github.io/simditor/demo.html

License: GNU General Public License v2.0

simditor's Introduction

What is Simditor

Simditor is a simple WYSIWYG editor which aims at providing top writing experience on web page.

Instead of extending it to be over-powerful, we choose to keep it simple and tight while improving every single feature for the best user expeirence. It is also extreamly easy to be extended, if sometimes it couldn't cover your needs.

Check here for a live demo.

How to Use

Reference these files in your html page:

<link media="all" rel="stylesheet" type="text/css" href="styles/font-awesome.css" />
<link media="all" rel="stylesheet" type="text/css" href="styles/simditor.css" />

<script type="text/javascript" src="scripts/jquery-2.0.3.js"></script>
<script type="text/javascript" src="scripts/module.js"></script>
<script type="text/javascript" src="scripts/uploader.js"></script>
<script type="text/javascript" src="scripts/simditor.js"></script>

Then initialize the editor in your script:

var editor = new Simditor({
  textarea: $('#textarea-id')
});

Dependence

Simditor is built on jQuery 2.0+ and Mycolorway Simple Module which is a CoffeeScript base class for component development.

FontAwesome is also required if you don't want to customize your own toolbar button.

Mycolorway Simple Uploader is optional for local image uploading.

Support or Contact

Any thoughts or uncomfortable experience, be free to contact me: [email protected].

simditor's People

Contributors

farthinker avatar ruochenlyu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.