A question about how the API returns comments.

learn more… | top users | synonyms

36
votes
3answers
946 views

SE Modifications — Username autocomplete in comments, inline revision source, and utility links

Screenshot About This userscript adds four main features: Various utility links on posts and in the top bar Inline viewing of post revision source Markdown on the post history page Links on ...
55
votes
1answer
1k views

“Reply” links on comments

Screenshot About This user script adds a little "reply" link to each comment. Clicking this link will fetch the rest of the comments, if some of them were hidden show the "add comment" ...
54
votes
0answers
968 views

Threaded comments

History June 6, 2012: Fixed an issue that can cause major problems with chat. Screenshot Before: After: About Instead of showing comments in chronological order, this user script ...
30
votes
2answers
444 views

SE Comment Link Helper

About This userscript automatically converts raw Stack Exchange question URLs into the form [title](link) before submitting comments by grabbing their titles from the API. This is similar to ...
1
vote
1answer
32 views

fromdate is ignored for /posts/{id}/comments requests

The api docs: http://api.stackoverflow.com/1.0/help/method?method=posts/{id}/comments The test request. You can see comment itself here, it's four months old, while cutoff date in request is less ...