tessl install tessl/npm-tiptap--extension-typography@3.4.0Typography 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%
Build a basic rich text editor application using a modern editor framework. The editor should support common text formatting features and list management.
The application should provide:
Create a test file with the following test cases:
@generates
/**
* Creates and returns a configured editor instance
* @param element - The DOM element to mount the editor to
* @param content - Optional HTML content to initialize the editor with
* @returns The editor instance
*/
export function createEditor(element: Element, content?: string): any;Provides the core editor functionality.
Provides text formatting and document structure extensions.