v-editor
v-editor copied to clipboard
๐Write md or rich text easily
v-editor
Lightweight rich text editor based on ckeditor5ย and upload-to-ali.

ไธญๆๆๆกฃ
Table of Contents
- Feature
- Demo
- Install
- Quick Start
- Links
- License
- Contributors
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!