practical-cl-beautified/js
Valentin Boettcher cbbf0db226 Readme
2019-01-01 20:19:22 +01:00
..
.gitignore Initial Commit 2019-01-01 20:10:17 +01:00
background.js Initial Commit 2019-01-01 20:10:17 +01:00
highlight-lisp.js Initial Commit 2019-01-01 20:10:17 +01:00
main.js Initial Commit 2019-01-01 20:10:17 +01:00
README.org Readme 2019-01-01 20:19:22 +01:00
tocbot.js Initial Commit 2019-01-01 20:10:17 +01:00

Practical Common Lisp - Beatifier

This browser extension adss syntax highlighting and other goodies to the [online version](http://www.gigamonkeys.com/book/) of Practical Common Lisp by Peter Seibel.

Features

  • syntax highlightinh
  • table of contents
  • quick-nav:

    • `right-arrow-key` - next chapter
    • `left-arrow-key` - previous chapter
    • `HOME/POS1` - index page

TODO

  • integrate full index into TOC

Credits