Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Ben Greenman 7635f21788
search box: change '"s" for search' behavior (#202)
1. Focus on the search box for either "s" or "S"
   ... accepting only "s" makes sense to me, but the comment said it
   accepted "S" and well why not
2. Look for a "keyup" event instead of key press, so that pressing "s"
   ONLY focuses on the box and does not focus-and-write-the-letter-"s"

"keyup" events apparently don't have a useful `charCode` field so this
PR looks at the `keyCode` field instead
2019-05-01 23:35:18 -04:00
scribble
scribble-doc doc: use 'scribble/acmart' as Getting Started example (#193) 2019-05-01 23:34:52 -04:00
scribble-html-lib
scribble-lib search box: change '"s" for search' behavior (#202) 2019-05-01 23:35:18 -04:00
scribble-test
scribble-text-lib
.gitignore