mirror of
https://github.com/vale981/practical-cl-beautified
synced 2025-03-04 09:11:37 -05:00
Markup...
This commit is contained in:
parent
a5c65544f2
commit
b1decfef78
1 changed files with 7 additions and 7 deletions
14
README.org
14
README.org
|
@ -1,18 +1,18 @@
|
|||
* Practical Common Lisp - Beatifier
|
||||
This browser extension adds syntax highlighting and other goodies to the [online
|
||||
version](http://www.gigamonkeys.com/book/) of Practical Common Lisp by Peter Seibel.
|
||||
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.
|
||||
|
||||
** Features
|
||||
- syntax highlightinh
|
||||
- table of contents
|
||||
- quick-nav:
|
||||
- `right-arrow-key` - next chapter
|
||||
- `left-arrow-key` - previous chapter
|
||||
- `HOME/POS1` - index page
|
||||
- =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/)
|
||||
- syntax highlighting: [[https://github.com/orthecreedence/highlight-lisp][highlight-lisp]]
|
||||
- Table of Contents: [[https://tscanlin.github.io/tocbot/][Tocbot]]
|
||||
|
|
Loading…
Add table
Reference in a new issue