Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2017 15:49
Show Gist options
  • Save anonymous/7c7ab9ddb9e03d6d33c6e06c00023f01 to your computer and use it in GitHub Desktop.
Save anonymous/7c7ab9ddb9e03d6d33c6e06c00023f01 to your computer and use it in GitHub Desktop.
Lesswrong CSS Comment Prompt
div.posts-comments-thread div[data-slate-editor=true]:before {
font-size: .66em;
opacity: .6;
white-space: pre-wrap;
content: 'Do you have a "stupid" question?\AWhat goes on a wishlist of what someone would write?\AWhat impressions or sensations came up as you read?\AHow thoroughly did you read/consider this and why?\A Do you see any inferential gaps? How big? Where is the gulf widest?\AWhat best makes a person qualified to speak on this topic?\AIs this something you would do or know?\AIs this like or unlike things you already do or know?';
/* Sorry for the run-on text, have to use \A to start a newline */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment