0.1.0 • Published 6 months ago

@intevation/tiptap-extension-office-paste v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Tiptap office paste extension

This extension fixes format of text copied from MS Office and pasted into the Tiptap editor.

Installing

npm i --save @intevation/tiptap-extension-office-paste

Features

  • Fixes lists
    • Convertes mso lists into actual html lists
    • Corrects list levels
    • Parse list type and start
  • Removes bookmark tags
  • Removes <o:p> tags
  • Converts mso styles
  • Removes black text color style

Usage

import OfficePaste from "@intevation/tiptap-extension-office-paste";

const editor = Editor({
    extensions: [
        StarterKit,
        OfficePaste
    ]
});

License

The MIT License (MIT). Please see License File for more information.

0.1.0

6 months ago

0.0.5

8 months ago

0.0.4

11 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago