about summary refs log tree commit diff stats
path: root/prototypes
Commit message (Collapse)AuthorAgeFilesLines
* 6510Kartik Agaram2020-06-117-7/+7
|
* 6501Kartik Agaram2020-06-072-2/+2
| | | | Bugfix in support for CRLF line-endings.
* 6500Kartik Agaram2020-06-073-174/+174
| | | | Minor formatting tweaks.
* 6497Kartik Agaram2020-06-061-19/+29
|
* 6496Kartik Agaram2020-06-065-1/+474
|
* 6495Kartik Agaram2020-06-062-89/+91
|
* 6494Kartik Agaram2020-06-064-0/+471
|
* 6493 - browse: '#'s inside lines aren't headingsKartik Agaram2020-06-064-11/+18
|
* 6492Kartik Agaram2020-06-061-2/+0
|
* 6491Kartik Agaram2020-06-064-0/+466
|
* 6490 - browse: some manual testsKartik Agaram2020-06-062-0/+16293
|
* 6489 - browse app: headersKartik Agaram2020-06-062-2/+94
| | | | | Again quite ugly. There's an increasing amount of state here, particularly the interplay between headers and soft newlines.
* 6488Kartik Agaram2020-06-054-0/+377
|
* 6487 - browse: support soft newlinesKartik Agaram2020-06-053-6/+55
| | | | | I'm not bothering with this for bold regions just yet. Might need rethinking, given how ugly this is.
* 6486Kartik Agaram2020-06-054-0/+332
|
* 6485Kartik Agaram2020-06-051-5/+9
|
* 6484Kartik Agaram2020-06-051-16/+6
| | | | Ooh, it's nice and composable if we just never render the delimiters. Perfect.
* 6483 - finally, bold markup in the paginatorKartik Agaram2020-06-051-1/+75
| | | | | | The state machines are still not composing perfectly. The initial asterisk gets added in one, and the trailing asterisk in another. I suppose "always render the terminator" is fairly regular.
* 6482Kartik Agaram2020-06-054-0/+261
|
* 6481Kartik Agaram2020-06-054-0/+0
|
* 6480Kartik Agaram2020-06-052-6/+9
|
* 6476Kartik Agaram2020-06-054-0/+258
|
* 6475Kartik Agaram2020-06-054-0/+258
|
* 6474Kartik Agaram2020-06-0515-41/+41
|
* 6473Kartik Agaram2020-06-054-0/+238
|
* 6472Kartik Agaram2020-06-051-1/+10
|
* 6471Kartik Agaram2020-06-054-0/+230
|
* 6470Kartik Agaram2020-06-056-229/+13
| | | | No, we can stay with the previous prototype a little longer.
* 6469Kartik Agaram2020-06-053-0/+222
| | | | | | Let's start committing new prototype directories *before* we start hacking on them. Version control is useful right from the draft when programming in a language without any error messages.
* 6468Kartik Agaram2020-06-055-2/+227
|
* 6467Kartik Agaram2020-06-043-0/+86
|
* 6456 - new directory for live-blogging prototypesKartik Agaram2020-05-3122-0/+2220
I don't have layers yet in Mu. But I can still create lots of versions of a program.