From a5c65544f2ddc6f2fc97b8dc99aa6bd834259be8 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 1 Jan 2019 20:23:04 +0100 Subject: [PATCH] fix markup --- js/README.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 js/README.org diff --git a/js/README.org b/js/README.org new file mode 100644 index 0000000..73129e5 --- /dev/null +++ b/js/README.org @@ -0,0 +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. + +** Features + - syntax highlightinh + - 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 + +** Credits + - syntax highlighting: [highlight-lisp](https://github.com/orthecreedence/highlight-lisp) + - Table of Contents: [Tocbot](https://tscanlin.github.io/tocbot/)