0.1.17 • Published 1 year ago

@quincyx/tinymce-vue-q v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TinyMCE Vue Q

simple, fast, all in one

Installation

npm i @quincyx/tinymce-vue-q

Quick Example

import

// src/main.js

import tinyMceQ from '@quincyx/tinymce-vue-q'
import '@quincyx/tinymce-vue-q/dist/style.css'

app.use(tinyMceQ)

usage

// src/App.vue

<template>
  <TinyMceQ v-model="editorValue" />
</template>

<script setup>
import { ref } from 'vue'
const editorValue = ref('')
</script>

Options

change default language

app.use(tinyMceVueQ, { language: 'en' })

Dependency

  • vite >= 4.0
  • vue >= 3.0

Includes

  • tinyMCE official release (by npm)
  • tinyMCE official plugin
  • default theme config
  • default locale: zh_CN
  • some optimize config
  • allow multiple instance

Current

  • tinymce v6.8

TODO

  • optimize content-css
  • optimize icons
  • image upload handler
  • powerPaste
0.1.17

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago