practical-cl-beautified/README.org

19 lines
600 B
Org Mode
Raw Normal View History

2019-01-01 20:19:22 +01:00
* Practical Common Lisp - Beatifier
2019-01-01 20:27:42 +01:00
This browser extension adds syntax highlighting and other goodies to
the [[http://www.gigamonkeys.com/book/][online version]] of Practical Common Lisp by Peter Seibel.
2019-01-01 20:19:22 +01:00
** Features
- syntax highlightinh
- table of contents
- quick-nav:
2019-01-01 20:27:42 +01:00
- =right-arrow-key= - next chapter
- =left-arrow-key= - previous chapter
- =HOME/POS1= - index page
2019-01-01 20:19:22 +01:00
** TODO
- integrate full index into TOC
** Credits
2019-01-01 20:27:42 +01:00
- syntax highlighting: [[https://github.com/orthecreedence/highlight-lisp][highlight-lisp]]
- Table of Contents: [[https://tscanlin.github.io/tocbot/][Tocbot]]