Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2015-11-30 | Fix indent to work for posts with no narration | Nathan Grigg | -1/+2 | |
Fixes github #9. | ||||
2015-04-15 | Improve indent algorithm | Nathan Grigg | -6/+25 | |
The new algorithm relies less on returning '-1'. It also supports metadata | ||||
2015-04-15 | Remove errant debug lines | Nathan Grigg | -2/+0 | |
2015-04-15 | Preliminary support for automatic indentation. | Nathan Grigg | -0/+26 | |
This assumes that the only indented lines are legs of a transaction. It works best if you put blank lines between transactions. If you do not use blank lines to end a transaction, it will usually work anyway, since it forces any line starting with a date to be all the way left. |