Skip to content

Export Word

  • Export Word Extension for Tiptap Editor.

Usage

tsx
import { ExportWord } from 'reactjs-tiptap-editor/exportword'; 

const extensions = [
  ...,
  // Import Extensions Here
   ExportWord, 
];

Source

SourceDocs

Contributors

Changelog

v0.2.6 on 3/21/2025
d2a74 - fix(docx-export): set table width to 100% to prevent shrinking
v0.0.46 on 10/9/2024
14c8f - fix: fix export word, style gifs list

Made with ❤️