jimrandomh comments on Less Wrong Polls in Comments - Less Wrong

79 Post author: jimrandomh 19 September 2012 04:19PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (302)

Sort By: Popular

You are viewing a single comment's thread. Show more comments above.

Comment author: jimrandomh 02 November 2012 08:27:09PM 0 points [-]

Currently it has to be in comments. Since comments and articles have entirely different markup and formatting systems (comments use Markdown, articles use constrained HTML), supporting them in both places at once is nontrivial.

Comment author: gwern 02 November 2012 08:34:56PM 0 points [-]

But the Markdown is converted to HTML in the end... As a workaround: Could I make a poll as a comment, copy the HTML of a non-voted-upon version of the comment, and insert it into the raw HTML of an article? And then delete the original comment?

Comment author: jimrandomh 02 November 2012 10:54:17PM 0 points [-]

There's a bit more to it than HTML, though - the submission and results display use some Javascript. You might be able to hack an alternative without Javascript, but hitting "submit" would take you to a broken page, rather than replacing the poll with the results in-place.

Comment author: gwern 02 November 2012 11:11:53PM 0 points [-]

Oh. Too bad then.