Commit Graph

42 Commits

Author SHA1 Message Date
Kartik Agaram
08a0eed699 4891
Couple more tweaks to html rendering:
a) SubX definitions no longer link redundantly to themselves. This long-standing
issue turns out to be tractable to solve for SubX files since the syntax
is so simple.
b) Fix links to SubX definitions in other directories. I forgot that I
have to always generate tags from the directory of the file being linkified.
c) Fix link colors. Before we lost all syntax highlighting for functions
and Globals. Now they maintain their colors, just add an underline.
2018-12-30 00:02:42 -08:00
Kartik Agaram
ac07e589b3 4890 - new html renderings
a) Switch to a light background.
b) Linkify calls in .subx files.
c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases
   in update_html.
2018-12-29 15:27:18 -08:00
Kartik Agaram
e4ac3c9e6e 4814 2018-12-01 14:13:33 -08:00
Kartik Agaram
104e521c04 4709 2018-10-17 07:08:47 -07:00
Kartik Agaram
1a4de9dd58 4588 2018-09-22 00:32:03 -07:00
Kartik Agaram
c762564bd7 4539 2018-09-07 22:42:23 -07:00
Kartik Agaram
5fe060d582 4447 2018-07-27 17:08:29 -07:00
Kartik Agaram
4bb57a55a0 4239 2018-05-08 10:25:00 -07:00
Kartik K. Agaram
805d58c6ae 4199 2018-01-25 22:39:31 -08:00
Kartik K. Agaram
fe8bf967a9 4161 2017-12-15 02:09:36 -08:00
Kartik K. Agaram
c0f84b1ffa 4155 2017-12-07 16:22:23 -08:00
Kartik K. Agaram
51728d9334 3971 2017-08-19 05:53:31 -07:00
Kartik K. Agaram
1c2d788b45 3927 2017-06-19 11:29:20 -07:00
Kartik K. Agaram
4a39d12d45 3764 - better colors for cross-links 2017-03-08 19:02:59 -08:00
Kartik K. Agaram
9e751bb8c0 3761 2017-03-07 01:41:48 -08:00
Kartik K. Agaram
fd7d8138a4 3750 2017-03-02 05:48:01 -08:00
Kartik K. Agaram
a802f0cedc 3749 2017-03-02 04:41:24 -08:00
Kartik K. Agaram
4c4d325ca8 3716
Make hyperlinks less salient in the rendered html since there's so many of them.
2016-12-26 22:09:54 -08:00
Kartik K. Agaram
201458e3bd 3713 - cross-link calls with definitions in html 2016-12-26 20:58:37 -08:00
Kartik K. Agaram
204dae921a 3710
Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml
has magic for that out of the box.
2016-12-26 11:44:14 -08:00
Kartik K. Agaram
e5c11a5137 3709 - line numbers in html
Each line number also gets an anchor name, but I'm not hyperlinking them for now
because I don't want to encourage bookmarking these links just yet. They aren't
permalinks because every revision may change what's at any given line number.
2016-12-26 01:26:16 -08:00
Kartik K. Agaram
c02478c401 3558 2016-10-22 16:27:36 -07:00
Kartik K. Agaram
44c1aeef22 3315 2016-09-10 10:43:19 -07:00
Kartik K. Agaram
a654e4ecac 2812 2016-03-27 17:43:41 -07:00
Kartik K. Agaram
e605699951 2744
Tweak colors and font-sizes in generated html.
2016-03-09 03:31:56 -08:00
Kartik K. Agaram
4690ce81e0 2743
Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some
reason..
2016-03-09 02:56:27 -08:00
Kartik K. Agaram
d009e15880 2605 2016-01-26 23:47:23 -08:00
Kartik K. Agaram
76755b2836 2423 - describe shape-shifting in html docs 2015-11-10 21:43:45 -08:00
Kartik K. Agaram
90560d7194 2062 2015-08-23 10:19:23 -07:00
Kartik K. Agaram
eaeb955212 1949 2015-08-06 19:15:57 -07:00
Kartik K. Agaram
4fe9f5e825 1925 2015-08-03 00:49:38 -07:00
Kartik K. Agaram
9570363aec 1885 2015-07-29 15:55:05 -07:00
Kartik K. Agaram
9542bb1124 1853 2015-07-25 22:15:51 -07:00
Kartik K. Agaram
62a52ffbfe 1690 2015-07-01 10:19:04 -07:00
Kartik K. Agaram
dbe124108b 1631 - update html versions
Html is a little more readable thanks to feedback from J David Eisenberg
(https://news.ycombinator.com/item?id=9766330), in particular the
suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker.
2015-06-23 14:02:12 -07:00
Kartik K. Agaram
e8b1d3ff06 1549 2015-06-09 00:02:23 -07:00
Kartik K. Agaram
4bbd3ded0b 1517 2015-05-30 19:37:02 -07:00
Kartik K. Agaram
f6b443065b 1461 - descriptions/table of contents for the layers 2015-05-26 01:23:25 -07:00
Kartik K. Agaram
c5ffb6e1cc 1459 2015-05-25 22:27:19 -07:00
Kartik K. Agaram
65361948ca 1376 - update github docs 2015-05-14 16:04:45 -07:00
Kartik K. Agaram
c4699bc322 1291 2015-05-06 09:20:05 -07:00
Kartik K. Agaram
672e3e50c6 1279 - colorized rendering of the source files 2015-05-06 00:19:03 -07:00