Colour manipulation of custom tags in niceEdit HTML editor ( JS / DOM )
- by Chris
Hi,
I would like to be able to highlight, during typing and in real time, certain custom tags in the format #tag_name# within the text of a nicEdit instance ( http://nicedit.com/ ).
My current attempt to implement as close to this as possible revolves around using the blur event of the editor to highlight the tags once the editor loses focus. I…