Tiptap has open-sourced a bunch of its pro extensions

5 points by philipisik 8 hours ago

We just released a bunch of previously pro-only Tiptap extensions under an open source license:

  @tiptap/extension-drag-handle
  @tiptap/extension-drag-handle-react
  @tiptap/extension-drag-handle-vue-2
  @tiptap/extension-drag-handle-vue-3
  @tiptap/extension-emoji
  @tiptap/extension-details-content
  @tiptap/extension-details-summary
  @tiptap/extension-details
  @tiptap/extension-file-handler
  @tiptap/extension-invisible-characters
  @tiptap/extension-mathematics
  @tiptap/extension-node-range
  @tiptap/extension-table-of-contents
  @tiptap/extension-unique-id
They are all MIT-licensed and available via NPM. Contributions are very welcome.

Happy coding and enjoy your weekend!