about summary refs log tree commit diff stats
path: root/linkify
Commit message (Collapse)AuthorAgeFilesLines
* 4899Kartik Agaram2018-12-301-2/+4
| | | | Bug in my linkify tool introduced in commit 4891.
* 4891Kartik Agaram2018-12-301-3/+25
| | | | | | | | | | | 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.
* 4211Kartik K. Agaram2018-02-202-0/+3
| | | | | | | | 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.
* 4198Kartik K. Agaram2018-01-251-3/+3
|
* 4054Kartik K. Agaram2017-10-121-2/+6
|
* 3729Kartik K. Agaram2017-01-039-353/+29
|
* 3728Kartik K. Agaram2016-12-311-1/+1
|
* 3726Kartik K. Agaram2016-12-301-0/+1
|
* 3721Kartik K. Agaram2016-12-271-17/+17
| | | | | Switching my comment header for commented-out-code back after dropping Kakoune.
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-1/+16
|
* 3718Kartik K. Agaram2016-12-271-0/+2
|
* 3717Kartik K. Agaram2016-12-261-2/+0
|
* 3715Kartik K. Agaram2016-12-261-0/+3
| | | | | | | | 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.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-269-0/+543