1.0.10 • Published 1 year ago

@odandb/appckeditor v1.0.10

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
1 year ago

AppCKEditor

npm version AppCKEditor is a custom build of CKEditor5.

Plugins

This build includes the following plugins :

  • Essentials
  • Alignment
  • Autoformat
  • Bold
  • BlockQuote
  • Font
  • Heading
  • HorizontalLine
  • Image
  • ImageCaption
  • ImageResize
  • ImageUpload
  • ImageToolbar
  • ImageStyle
  • Indent
  • IndentBlock
  • Italic
  • Link
  • ListProperties
  • MediaEmbed
  • PageBreak
  • Paragraph
  • PasteFromOffice
  • RemoveFormat
  • Strikethrough
  • Table
  • TableToolbar
  • Underline

Installation

yarn add @odandb/appckeditor

Sources

The base was created with the Online builder tool

Use the Editor

First, import the Editor: import Editor from 'appckeditor'

Then inject the Editor to your instance of CKEditor :

template part

<template>
    <c-k-editor
        :editor="editor"
        :config="editorConfig"
    />
</template>

script part

import { defineComponent } from 'vue'

import CKEditor from '@ckeditor/ckeditor5-vue'
import Editor from 'appckeditor'

export default defineComponent({
    setup () {
        return {
            editor: Editor,
            // Overwrite the default editor's configuration
            editorConfig: {}
        }
    }
})
1.0.4-i

1 year ago

1.0.4-build.1

1 year ago

1.0.10

1 year ago

1.0.4-h

1 year ago

1.0.4-g

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.4-e

1 year ago

1.0.4-d

1 year ago

1.0.4-f

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.4-c

1 year ago

1.0.4-b

1 year ago

1.0.0

2 years ago