about summary refs log tree commit diff stats
path: root/html/edit/001-editor.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-198/+199
|
* 3734Kartik K. Agaram2017-01-111-1/+1
|
* 3732Kartik K. Agaram2017-01-111-456/+457
|
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-1/+1
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3715Kartik K. Agaram2016-12-261-58/+58
| | | | | | | | 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-261-42/+42
|
* 3710Kartik K. Agaram2016-12-261-475/+475
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-479/+503
| | | | | | 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.
* 3699Kartik K. Agaram2016-11-281-7/+5
| | | | | Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point.
* 3696Kartik K. Agaram2016-11-271-35/+38
| | | | | | Decouple editor initialization from rendering to screen. This hugely simplifies the header of 'new-editor' and makes clear that it was only using the screen for rendering.
* 3695Kartik K. Agaram2016-11-271-10/+10
|
* 3569Kartik K. Agaram2016-10-231-116/+116
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-6/+6
| | | | Fix syntax highlighting for labels after commit 3552.
* 3561Kartik K. Agaram2016-10-221-1/+1
|
* 3558Kartik K. Agaram2016-10-221-6/+6
|
* 3431Kartik K. Agaram2016-09-301-4/+4
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-16/+24
|
* 3397Kartik K. Agaram2016-09-171-11/+11
|
* 3395Kartik K. Agaram2016-09-171-68/+68
|
* 3355Kartik K. Agaram2016-09-151-21/+21
|
* 2996Kartik K. Agaram2016-05-211-22/+3
|
* 2866Kartik K. Agaram2016-04-251-74/+67
|
* 2812Kartik K. Agaram2016-03-271-9/+18
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-2/+2
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-34/+25
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2605Kartik K. Agaram2016-01-261-45/+57
|
* 2545Kartik K. Agaram2015-12-151-1/+1
| | | | update html
* 2611Kartik K. Agaram2015-11-291-7/+7
|
* 2447Kartik K. Agaram2015-11-151-10/+10
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-60/+40
|
* 2177Kartik K. Agaram2015-09-071-0/+539