Open lesiki opened 8 years ago
This is a subject of extended version of the library (which will likely be released separately). I'm currently working on this.
Hey @asvd are these plans still active?
Regretably postponed, but i'm going to get back here after I finish another project. Hopefully in a month or two.
I have a usecase where I want to highlight syntax in a div that the end-user populates. Any chance we can make the rendering work 'live' in a contenteditable?
I've hacked at approaches to this before, and it inevitably becomes a complex mush of tracking the cursor on key-ups, subtracting invisible characters (spans used for syntax highlighting) etc.