Commit Graph

12 Commits

Author SHA1 Message Date
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