Skip to content

FEMessage/v-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

183e4e9 ยท Nov 11, 2020

History

97 Commits
Jul 4, 2019
Feb 3, 2020
Nov 11, 2020
Nov 11, 2020
Feb 14, 2020
Sep 4, 2020
Jul 11, 2020
Jan 20, 2020
Apr 23, 2019
Jan 20, 2020
Feb 14, 2020
Jan 4, 2019
Jan 4, 2019
Sep 2, 2020
Jan 10, 2020
Jan 4, 2019
Feb 6, 2020
Jul 31, 2020
Oct 18, 2019
Aug 13, 2020
Aug 13, 2020
Nov 11, 2020
Nov 11, 2020
Sep 2, 2020

Repository files navigation

v-editor

Build Status NPM Download NPM Version NPM License PRs Welcome Automated Release Notes by gren

Lightweight rich text editor based on ckeditor5 and upload-to-ali.

view.png

ไธญๆ–‡ๆ–‡ๆกฃ

Table of Contents

Feature

  • File Upload : Integrated upload components, just configure the basic information of OSS (Configuration Reference), you can upload the picture or file to oss, support screenshot paste upload
  • Add Net Image: Can quickly add a net picture using the markdown picture syntax(![]()), or you can paste it directly
  • Fullscreen Editing: Allows the editor to cover the window

โฌ†Back to Top

Demo

โฌ†Back to Top

Install

# Upload image function depends on upload-to-ali component
yarn add @femessage/upload-to-ali @femessage/v-editor

โฌ† Back to Top

Quick start

<!-- step1 Ensure oss config -->
<!-- step2 In the .vue file that needs to use the -->
renderer
<template>
  <v-editor v-model="content" />
</template>

<script>
  import VEditor from '@femessage/v-editor'

  export default {
    components: {
      VEditor
    },
    data() {
      return {
        content: ''
      }
    }
  }
</script>

โฌ† Back to Top

Links

โฌ† Back to Top

License

MIT

โฌ† Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):


kunzhijia

๐Ÿ’ป ๐Ÿ› ๐Ÿ“–

listars

๐Ÿ› ๐Ÿ“–

Donald Shen

๐Ÿ› ๐Ÿ“– ๐Ÿ”Œ ๐Ÿ‘€

levy

๐Ÿ‘€ ๐Ÿš‡ ๐Ÿค”

ColMugX

๐Ÿ’ป ๐Ÿ“ ๐ŸŽจ ๐Ÿ”Œ

snowlocked

๐Ÿ›

This project follows the all-contributors specification. Contributions of any kind welcome!