I imported the reactions from the LessWrong source code into a table, that users can now add explanations to.
I did this programmatically, which took me a few tries to get the formatting correct. (For example getting the correct image sizes, not just on the page, but in the editor.) I eventually generated HTML and updated with type ckEditorMarkup using the API.
After a couple of minutes of poking around, I can't figure out how to fix it in the interface the page editor gives me, but: The three images on this page in the agree/disagree/Moloch list use a url beginning with localhost:3000, instead of lesswrong.com or a "//" relative address (which seems most ideal), and thus don't load for those not running an instance of lesswrong at localhost:3000.
This wikitag should be optimized for:
I originally arranged confusing-first to optimize 2., but Ben Pace's comment reminded me of 1.
See also: Ben Pace introducing new reacts + people's replies.
I imported the reactions from the LessWrong source code into a table, that users can now add explanations to. I did this programmatically, which took me a few tries to get the formatting correct. (For example getting the correct image sizes, not just on the page, but in the editor.) I eventually generated HTML and updated with type
ckEditorMarkupusing the API.After a couple of minutes of poking around, I can't figure out how to fix it in the interface the page editor gives me, but: The three images on this page in the agree/disagree/Moloch list use a url beginning with localhost:3000, instead of lesswrong.com or a "//" relative address (which seems most ideal), and thus don't load for those not running an instance of lesswrong at localhost:3000.
Thanks, should be fixed now.