diff options
author | 2015-05-01 12:11:37 -0400 | |
---|---|---|
committer | 2015-05-01 12:11:37 -0400 | |
commit | 8f2d16f39c69cf324880f01bc337f1ee2725a669 (patch) | |
tree | 3f0646aa85785329f6620bb35e818fb2b95c1878 | |
parent | b6521fb7ef9629143b99ff3b1d6a0c545e71feea (diff) | |
download | textadept-8f2d16f39c69cf324880f01bc337f1ee2725a669.tar.gz textadept-8f2d16f39c69cf324880f01bc337f1ee2725a669.zip |
Updated book links for the second edition.
-rw-r--r-- | MEDIA.md | 34 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | doc/index.html | 3 |
3 files changed, 21 insertions, 20 deletions
@@ -8,16 +8,17 @@ </a> </div> -*Textadept Quick Reference* +*Textadept Quick Reference*<br/> +Second Edition -Order: [Ebook][] | [Print book][] | Amazon [US][], [UK][], [DE][], [FR][], -[IT][], [ES][] +Order: [Ebook][] | Print book via Amazon [US][], [UK][], [DE][], [FR][], [IT][], +[ES][] -Released: December 2013<br/> -ISBN: 978-0-9912379-0-6<br/> -Pages: 160 +Published: May 2015 <span style="color: #ef373a;">[New!]</span><br/> +ISBN: 978-0-9912379-1-3<br/> +Pages: 167 -[Table of Contents][] | [Excerpt][] +[Excerpt][] Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers. This quick reference contains a wealth of knowledge on @@ -32,6 +33,7 @@ This book covers how to: * Mark lines and text visually * Show interactive lists and call tips * Prompt for user input in various ways +* Spawn asynchronous, interactive child processes * Configure colors, themes, and other settings * Define lexers for highlighting source code * And much more @@ -39,16 +41,14 @@ This book covers how to: It serves as the perfect complement to Textadept's comprehensive Manual and exhaustive API documentation. -[Ebook]: http://gum.co/textadept_ebook -[Print book]: http://gum.co/textadept_book -[US]: http://www.amazon.com/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[UK]: http://www.amazon.co.uk/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[DE]: http://www.amazon.de/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[FR]: http://www.amazon.fr/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[IT]: http://www.amazon.it/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[ES]: http://www.amazon.es/Textadept-Quick-Reference-Mitchell/dp/0991237900/ -[Table of Contents]: download/ta_quickref_toc.pdf -[Excerpt]: download/ta_quickref_excerpt.pdf +[Ebook]: http://gum.co/textadept2_ebook +[US]: http://www.amazon.com/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[UK]: http://www.amazon.co.uk/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[DE]: http://www.amazon.de/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[FR]: http://www.amazon.fr/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[IT]: http://www.amazon.it/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[ES]: http://www.amazon.es/Textadept-Quick-Reference-Mitchell/dp/0991237919/ +[Excerpt]: download/ta_quickref2_excerpt.pdf ## Lua Workshop 2012 @@ -92,8 +92,8 @@ directory. They are also available [online][]. [*Textadept Quick Reference*][] -Released: December 2013<br/> -Pages: 160 +Published: May 2015 <span style="color: #ef373a;">[New!]</span><br/> +Pages: 167 Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers. This quick reference contains a wealth of knowledge on diff --git a/doc/index.html b/doc/index.html index 591369bc..82ca99b5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -96,8 +96,9 @@ <li><a href="http://foicica.com/wiki/textadept">Wiki</a></li> </ul> - <h2>Quick Reference</h2> + <h2 style="color: #ef373a;">Quick Reference</h2> <p style="margin: 0.25em 0 0.25em 0.5em;"> + <span style="font-size: smaller; color: #ef373a;">New Edition!</span> <a href="MEDIA.html#Book"> <img src="book/ta_quickref_small.png" alt="Cover" style="border-width: 1px; margin-top: 0.25em;" /> |