0.1.0 • Published 6 months ago
@intevation/tiptap-extension-office-paste v0.1.0
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-pasteFeatures
- 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
msostyles - 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.