GithubHelp home page GithubHelp logo

pinkdiamond1 / vue-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from loomnetwork/vue-editor

0.0 1.0 0.0 1.08 MB

This is a powerful and based on the 'Vue' Markdown editor.๐Ÿ˜‚๐Ÿ˜‚

Home Page: http://vue-editor.beblog.cn/

Shell 1.27% JavaScript 25.49% CSS 27.06% Vue 46.18%

vue-editor's Introduction

Vue Editor

VueEditor NPM downloads JS gzip size

or Edit in JSFiddle

Install

npm install vue-md-editor --save

or

<script src="https://unpkg.com/vue-md-editor/dist/vue-editor.min.js"></script>

Usage

// main.js
import Vue from 'vue'
import VueEditor from 'vue-md-editor'

Vue.use(VueEditor)

new Vue({
  el: '#app',
  data: {},
  ...
})
<!--index.html-->
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>VueEditor example</title>
</head>
<body>
  <div id="app">
 ย  ย <vue-editor v-model="value"></vue-editor>
  </div>
</body>
</html>

Dependencies

Keyboards

Markdown Result Shortcut
**text** text Ctrl + B
_text_ text Ctrl + I
### text Heading Ctrl + H
~~text~~ text Ctrl + D
- text List Ctrl + U
1. text List Ctrl + O
[Demo](http://vue-editor.beblog.cn) Demo Ctrl + A
![Image](https://cn.vuejs.org/images/logo.png "Title") Image Ctrl + P
`text` text Ctrl + C
> text Blockquote Ctrl + Q

Issues

ไฟฎๅค Issue #5

vue-editor's People

Contributors

anguer avatar yue0372 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.