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
|
|
|
|
2019-06-26 11:26:36 +02:00
|
|
|
For now see: https://github.com/vale981/practical-cl-beautified/releases/latest
|
|
|
|
([[https://addons.mozilla.org/de/firefox/addon/beautify-practical-common-lisp/?src=search][Firefox Addon]], currently unlisted)
|
2019-01-11 00:58:22 +01:00
|
|
|
|
2019-01-01 20:19:22 +01:00
|
|
|
** Features
|
2019-01-10 23:52:54 +01:00
|
|
|
- syntax highlighting
|
2019-01-01 20:19:22 +01:00
|
|
|
- table of contents
|
|
|
|
- quick-nav:
|
2019-06-26 11:39:45 +02:00
|
|
|
- =n= - next chapter
|
|
|
|
- =p= - previous chapter
|
|
|
|
- =h= - index page
|
2019-01-11 12:43:44 +01:00
|
|
|
- footnote popvers
|
2019-01-01 20:19:22 +01:00
|
|
|
|
|
|
|
** TODO
|
|
|
|
- integrate full index into TOC
|
2019-01-11 09:57:05 +01:00
|
|
|
- expand highlighting to all sites -> detect lisp in pre/code
|
2019-01-01 20:19:22 +01:00
|
|
|
|
|
|
|
** 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]]
|
2019-06-26 11:39:45 +02:00
|
|
|
- Tooltips: [[https://github.com/atomiks/tippyjs][Tippy]]
|