2.11.0 • Published 5 years ago
@femessage/v-editor v2.11.0
v-editor
Lightweight rich text editor based on ckeditor5 and upload-to-ali.
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
Demo
Install
# Upload image function depends on upload-to-ali component
yarn add @femessage/upload-to-ali @femessage/v-editor
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>
Links
License
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
2.11.0
5 years ago
2.10.1
5 years ago
2.10.0
5 years ago
2.9.1
5 years ago
2.9.0
5 years ago
2.8.3
5 years ago
2.8.2
5 years ago
2.8.1
5 years ago
2.8.0
5 years ago
2.7.1
5 years ago
2.7.0
5 years ago
2.6.0
5 years ago
2.5.0
5 years ago
2.4.0
5 years ago
2.3.1
5 years ago
2.3.0
5 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.3.0
5 years ago
1.2.11
6 years ago
1.2.10
6 years ago
1.2.9
6 years ago
1.2.8
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago