1.0.10 • Published 2 years ago

@odandb/appckeditor v1.0.10

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years 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

2 years ago

1.0.4-build.1

2 years ago

1.0.10

2 years ago

1.0.4-h

2 years ago

1.0.4-g

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4-e

2 years ago

1.0.4-d

2 years ago

1.0.4-f

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.4-c

2 years ago

1.0.4-b

2 years ago

1.0.0

3 years ago