No description
Find a file
2024-03-02 15:35:23 -05:00
css add popovers for footnotes 2019-01-11 12:44:06 +01:00
icon icon+wrappercode 2019-01-01 21:10:21 +01:00
js fix nav 2019-06-26 11:39:45 +02:00
.gitignore Add footnote jumping 2019-01-11 11:03:46 +01:00
.web-extension-id bump version, add release 2019-06-26 11:22:25 +02:00
manifest.json fix: match non-html extension too 2024-03-02 15:35:23 -05:00
README.org Merge branch 'master' of https://github.com/vale981/practical-cl-beautified 2019-06-26 11:40:38 +02:00

Practical Common Lisp - Beatifier

This browser extension adds syntax highlighting and other goodies to the online version of Practical Common Lisp by Peter Seibel.

For now see: https://github.com/vale981/practical-cl-beautified/releases/latest (Firefox Addon, currently unlisted)

Features

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

    • n - next chapter
    • p - previous chapter
    • h - index page
  • footnote popvers

TODO

  • integrate full index into TOC
  • expand highlighting to all sites -> detect lisp in pre/code

Credits