All Projects → FEMessage → v-editor

FEMessage / v-editor

Licence: MIT license
📝Write md or rich text easily

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
shell
77523 projects
Less
1899 projects

Projects that are alternatives of or similar to v-editor

RuoYi-Vue-Plus
基于RuoYi-Vue集成 Lombok+Mybatis-Plus+Undertow+knife4j+Hutool+Feign 重写所有原生业务 定期与RuoYi-Vue同步
Stars: ✭ 110 (+400%)
Mutual labels:  oss
yii2-aliyun-oss
Yii2 Aliyun OSS Yii2 阿里云 OSS
Stars: ✭ 41 (+86.36%)
Mutual labels:  oss
katla
Indonesian version of Wordle
Stars: ✭ 121 (+450%)
Mutual labels:  oss
quasar-tiptap
A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js.
Stars: ✭ 254 (+1054.55%)
Mutual labels:  rich-text
draftjs exporter
Library to convert Draft.js ContentState to HTML
Stars: ✭ 77 (+250%)
Mutual labels:  rich-text
super rich text
The easiest way to style custom text snippets in flutter
Stars: ✭ 14 (-36.36%)
Mutual labels:  rich-text
spring-boot-learn-box
spring boot集成其他组件
Stars: ✭ 21 (-4.55%)
Mutual labels:  oss
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (+168.18%)
Mutual labels:  rich-text
free-fs
✨Free-Fs 开源文件管理系统:基于 SpringBoot2.x + MyBatisPlus + MySQL + Shiro+ Layui 等搭配七牛云,阿里云OSS实现的云存储管理系统。包含文件上传、删除、预览、云资源列表查询、下载、文件移动、重命名、目录管理、登录、注册、以及权限控制等功能。
Stars: ✭ 49 (+122.73%)
Mutual labels:  oss
file-upload
koa2 middleware support upload to cos/oss/obs/aws/local
Stars: ✭ 28 (+27.27%)
Mutual labels:  oss
aliyun-oss-laravel
Laravel 的 Aliyun OSS 扩展, 支持 Laravel 9. Alibaba Cloud Object Storage Service For Laravel.
Stars: ✭ 91 (+313.64%)
Mutual labels:  oss
android-oss-best-practices
Best practices on creating Android OSS library projects [JA]
Stars: ✭ 32 (+45.45%)
Mutual labels:  oss
next-oss
webpack打包文件上传到OSS
Stars: ✭ 18 (-18.18%)
Mutual labels:  oss
terraform-provider-graylog
Terraform Provider for Graylog
Stars: ✭ 21 (-4.55%)
Mutual labels:  oss
ngx-cropper
An Angular image plugin, includes upload, cropper, save to server.
Stars: ✭ 14 (-36.36%)
Mutual labels:  upload-images
mall4cloud
⭐️⭐️⭐️ Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城
Stars: ✭ 3,915 (+17695.45%)
Mutual labels:  oss
RichEditorView
Android 基于WebView的富文本编辑器 - 仿简书编辑器
Stars: ✭ 77 (+250%)
Mutual labels:  rich-text
which-licenses-i-have
📝 Learn about the licenses around your package
Stars: ✭ 29 (+31.82%)
Mutual labels:  oss
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-31.82%)
Mutual labels:  oss
webpack-oss
webpack静态资源一键上传阿里云OSS插件,兼容webpack3.x/4.x
Stars: ✭ 29 (+31.82%)
Mutual labels:  oss

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].