qq99 / echoplexus

Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Other
393 stars 54 forks source link

Clicking >>number reply tag should bring you to the quoted message #151

Closed qq99 closed 11 years ago

qq99 commented 11 years ago

I imagine it'd be easy to add an anchor to each chat message:

<a href="#/channelName:sequenceNumber"></a>

somewhere near the top. Then we can have the >>number turn into a link to that anchor