practical-cl-beautified/README.org

19 lines
594 B
Org Mode
Raw Normal View History

2019-01-01 20:19:22 +01:00
* Practical Common Lisp - Beatifier
2019-01-01 20:22:07 +01:00
This browser extension adds syntax highlighting and other goodies to the [online
2019-01-01 20:19:22 +01:00
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
- syntax highlighting: [highlight-lisp](https://github.com/orthecreedence/highlight-lisp)
- Table of Contents: [Tocbot](https://tscanlin.github.io/tocbot/)