The timestamps seem to be way off. Also, maybe show exact time of posting in UTC on mouseover?
Also, when trying to create a post and you do so to an invalid sub, it clears the post form field, can you make it so the form field stays and you simply get the 'this sub does not exist' message?
The timestamps are calculated server side, and there are sometimes caching delays which make them look weird. I could do what reddit does and calculate the timestamp serverside initially, but then have constantly polling javascript to keep the times accurate clientside.
it clears the post form field, can you make it so the form field stays and you simply get the 'this sub does not exist' message?
Yeah, I've been wanting to implement something like that. Also, while the amount of subs is low, it might be practical to allow subs to selected from a dropdown menu.
bold
italics
both?
* list
* list
* list
There is some markdown functionality implemented, in the future I will most likely white list more.