1 Repo
Automatically inserts structural tags into documents based on user typing patterns.
Distinct from Content Formatting: Focuses on the active transformation of input into structure, whereas Content Formatting refers to styles for blocks.
Explore 1 awesome GitHub repository matching user interface & experience · Input-Driven Structural Formatting. Refine with filters or upvote what's useful.
Medium.js is a JavaScript rich text editor library and framework for building what-you-see-is-what-you-get editors. It acts as a lightweight wrapper for the browser contenteditable API, transforming standard elements into styled editors that support rich text formatting and semantic HTML output. The library functions as an HTML content sanitizer, stripping unwanted tags and attributes from typed or pasted content to maintain clean markup. It provides a system for implementing custom keyboard interactions and mapping shortcuts to trigger styling changes or element insertion. The framework cov
Automatically inserts structural tags like paragraphs or horizontal rules based on user input patterns.