Skip to content

Instantly share code, notes, and snippets.

@dtinth
Last active December 25, 2015 10:28
Show Gist options
  • Save dtinth/6961429 to your computer and use it in GitHub Desktop.
Save dtinth/6961429 to your computer and use it in GitHub Desktop.
Pagist Chat

Pagist Chat

Room Name
Enter Room

Pagist chat is a strange chat room systems with strange features, inspired by Lolgebra.

  • Limited Markdown support.
  • MathJax support.
  • Consecutive messages from same person are concatenated into a single paragraph.
  • Acknowledgement system.
  • Very clean user interface with big text.

Screenshot

$(document).on('submit', 'form#room-select', function(event) {
location.href = '/' + $(this).find('input').val()
return false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment