scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Wrap text in span with custom class based on characters postion #177

Closed bartekkozak closed 4 years ago

bartekkozak commented 4 years ago

Hi, is there a chance to wrap certain amount of letters with span for example, based on position values ( from, to ) ?

scniro commented 4 years ago

This lib is a somewhat simple wrapper, most rendering specifics will be the concern of codemirror itself