practical-cl-beautified/README.org
2019-01-11 09:57:05 +01:00

21 lines
770 B
Org Mode

* Practical Common Lisp - Beatifier
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.
[[https://addons.mozilla.org/de/firefox/addon/beautify-practical-common-lisp/?src=search][Firefox Addon]]
** Features
- syntax highlighting
- 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
- expand highlighting to all sites -> detect lisp in pre/code
** Credits
- syntax highlighting: [[https://github.com/orthecreedence/highlight-lisp][highlight-lisp]]
- Table of Contents: [[https://tscanlin.github.io/tocbot/][Tocbot]]