Vue2 Medium WYSIWYG Editor is a medium popup editor with support for uploading images and descriptions.
Features
- Medium like editor
- Image uploader and description
- Image width configurable width for normal / expand / full screen sizing
- Embed Gist
How to make use of it:
Installation
# Yarn $ yarn add vue2-content-editor # NPM $ npm install vue2-content-editor --save
Usage
import Vue from 'vue' import MediumEditor from 'vue2-content-editor' Vue.component('medium-editor', MediumEditor)
<medium-editor :content='content' :options='options' /> <script> export default { data() { return { content: "", options: { } } } } </script>
vue2 medium editor npm Plugin/Github
See Demo And Download
Official Website(tui2tone): Click Here
This superior jQuery/javascript plugin is developed by tui2tone. For extra advanced usage, please go to the official website.