I am working on to an IDE-like system using contenteditable div, my prof required us to have a feature in which we can open the textfile(local file) and show it to the contenteditable div, how can i do this trick? I've only used js, jquery and html5 and this must work on chrome.
What will i use to fetch the text? Is there a library that will format the text fetch to the contenteditable div? I havent tried anything yet, im overseeing if this is doable sorry guys. The web-based IDE is finish with bugs