Typography extension for Tiptap that automatically converts common text input patterns into proper typographic characters.
73
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.
Install with Tessl CLI
npx tessl i tessl/npm-tiptap--extension-typographydocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10