Tiptap Editor 3.0 Beta is out. Start here

Linting example in Tiptap

Experiment

Experiment, currently not supported or maintained.

Use the AI Suggestion extension instead

The AI Suggestion extension reviews the editor content and suggests changes in real time. It is compatible with AI models and traditional linting rules like the ones shown in this example.

Linter can be used to check the content as per your wish and highlight it to the user. Linter extension can have multiple plugins for each task you want to achieve.

Known issues

  • There is no decoration API in Tiptap, that’s why this is a lot of ProseMirror work. Before we’ll publish that example, we’d need to find a few ways to make it more Tiptap-like. For example, it would be great to use Vue/React components for the widget.