I'm looking for an effective way to customize the text cursor (caret) in my inform game when viewed a website (generated through Parchment).
I'm working off of this example, but my knowledge of Javascript is shaky and I'm uncertain how to force the custom text cursor I've created to position itself to the one it's replacing.
I have a demo here with the original input field still displayed. The custom cursor is sitting in the top-left corner and blinks when selected. How can I accomplish this?