v1.4.13

TipTap editor fixes and GitHub Marketplace webhooks

Bug Fix Frontend Integration

This update focuses on editor stability in the UI and more dependable GitHub Marketplace webhook processing.

TipTap editor updates

The TipTap editor now behaves more reliably when more than one editor is present on the same page, reducing conflicts that could cause unexpected behavior. Link editing was also adjusted to avoid selection-related errors when applying links.

Character counting support was added, and the editor now includes a set of available code block languages:

  • Plain Text

  • JavaScript

  • TypeScript

  • Python

  • Ruby

  • PHP

  • Java

  • C++

  • C#

  • Go

  • Rust

  • Swift

  • Kotlin

  • Bash/Shell

  • SQL

  • JSON

  • XML/HTML

  • CSS

  • YAML

  • Markdown

GitHub Marketplace webhook handling

Ping events from GitHub Marketplace are now handled explicitly, helping webhook setup checks succeed cleanly.

Webhook payload parsing now supports both JSON and form-urlencoded requests, including extracting JSON from the payload parameter when present.