Commit Graph

14 Commits

Author SHA1 Message Date
Kartik Agaram 901ae47430 4899
Bug in my linkify tool introduced in commit 4891.
2018-12-30 20:24:37 -08:00
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 K. Agaram ba838feae9 4211
Just ran into first issue from using the portable /bin/sh rather than a
modern shell:
  https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input

Turn on errexit everywhere.
2018-02-20 01:38:15 -08:00
Kartik K. Agaram aefa8fec6a 4198 2018-01-25 21:23:40 -08:00
Kartik K. Agaram 7a219c68ba 4054 2017-10-12 23:55:19 -07:00
Kartik K. Agaram 58f19b4c41 3729 2017-01-03 22:10:09 -08:00
Kartik K. Agaram 5a6ec8d051 3728 2016-12-31 02:05:26 -08:00
Kartik K. Agaram 2aeb167ad6 3726 2016-12-30 15:14:04 -08:00
Kartik K. Agaram 68d228801f 3721
Switching my comment header for commented-out-code back after dropping
Kakoune.
2016-12-27 11:14:54 -08:00
Kartik K. Agaram 7be07a6bc8 3719 - cross-link Mu waypoints to their location 2016-12-27 09:08:30 -08:00
Kartik K. Agaram d3de318713 3718 2016-12-27 08:16:04 -08:00
Kartik K. Agaram 8e99860145 3717 2016-12-26 23:29:56 -08:00
Kartik K. Agaram fdfe34ded3 3715
Fix cross-links in html for the edit/ app.

I originally thought I'd need to provide a commandline flag like --rel-path or
something. But we need to support different relative paths in a single html
file. So the solution instead is appropriately engineering the tags file.
2016-12-26 21:23:55 -08:00
Kartik K. Agaram 201458e3bd 3713 - cross-link calls with definitions in html 2016-12-26 20:58:37 -08:00