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 Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-doc doc: use 'scribble/acmart' as Getting Started example (#193) 2019-05-01 23:34:52 -04:00
scribble-html-lib move scribble/html tests to scribble-test collection 2016-11-07 17:49:07 -05:00
scribble-lib search box: change '"s" for search' behavior (#202) 2019-05-01 23:35:18 -04:00
scribble-test update test for new expander's soirce reporting 2018-03-09 20:44:48 -07:00
scribble-text-lib Provide special? from scribble/text/output (#165) 2018-03-25 15:38:40 -04:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:27 -05:00