CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/npm-tiptap--extension-typography

tessl install tessl/npm-tiptap--extension-typography@3.4.0

Typography extension for Tiptap that automatically converts common text input patterns into proper typographic characters.

Agent Success

Agent success rate when using this tile

73%

Improvement

Agent success rate improvement when using this tile compared to baseline

0.86x

Baseline

Agent success rate without this tile

85%

rubric.jsonevals/scenario-7/

{
  "context": "This criteria evaluates how effectively an engineer uses Tiptap's text selection and focus management APIs to implement programmatic selection control. It assesses the proper use of editor commands for selecting text ranges, positioning the cursor, selecting all content, and managing focus state.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "setTextSelection usage",
      "description": "Uses editor.commands.setTextSelection() or editor.chain().setTextSelection() with proper from/to positions to select a range of text",
      "max_score": 25
    },
    {
      "name": "cursor positioning",
      "description": "Uses editor.commands.setTextSelection() or editor.chain().setTextSelection() with a single position parameter (or from === to) to set cursor position",
      "max_score": 20
    },
    {
      "name": "selectAll implementation",
      "description": "Uses editor.commands.selectAll() or editor.chain().selectAll().run() to select entire document content",
      "max_score": 15
    },
    {
      "name": "focus implementation",
      "description": "Uses editor.commands.focus() or editor.chain().focus().run() to bring focus to the editor",
      "max_score": 20
    },
    {
      "name": "blur implementation",
      "description": "Uses editor.commands.blur() or editor.chain().blur().run() to remove focus from the editor",
      "max_score": 20
    }
  ]
}

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
npmpkg:npm/@tiptap/extension-typography@3.4.x
tile.json