Commit Graph

15 Commits

Author SHA1 Message Date
Patrik Svensson 8261b25e5c Fix tree rendering
Fixes some tree rendering problems where lines were not properly drawn
at some levels during some circumstances.

* Change the API back to only allow one root.
* Now uses a stack based approach to rendering instead of recursion.
* Removes the need for measuring the whole tree in advance.
  Leave this up to each child to render.
2021-01-10 15:55:11 +01:00
Patrik Svensson 0e0f4b4220 Add interactive prompts for selecting values
* Adds SelectionPrompt
* Adds MultiSelectionPrompt

Closes #210
2021-01-09 09:37:28 +01:00
Patrik Svensson 7dccb310f3 Add support for bar charts
Closes #103
2020-12-23 10:05:08 +01:00
Patrik Svensson 501db5d287 Add status support 2020-12-09 00:07:02 +01:00
Patrik Svensson ae32785f21 Add progress task list support 2020-12-04 07:29:48 +01:00
Patrik Svensson 93d1971f48 Update rule example and docs 2020-10-27 17:30:50 +01:00
Patrik Svensson 10daf727e9 Fix outdated documentation 2020-10-26 12:20:17 +01:00
Takahito Yamatoya 037a215a78 Add documentation for rule 2020-10-22 08:53:20 +02:00
Patrik Svensson 3941fd81ab Move table and calendar docs 2020-10-20 02:32:04 +02:00
Patrik Svensson 68e92f3365 Add various exception improvements 2020-10-07 11:57:28 +02:00
Patrik Svensson 3c3afe7439 Add support for rendering exceptions 2020-10-05 07:03:02 +02:00
Patrik Svensson 93ec7401c8 Add support for markdown tables
Closes #85

* Split Border into BoxBorder and TableBorder
* Change how different table parts are composed
* Add markdown table border
2020-10-01 14:43:08 +02:00
Patrik Svensson 1601ef24b3 Update border documentation 2020-09-09 14:27:40 +02:00
Patrik Svensson 003e15686f Add documentation for tables
Also moves "Colors" and "Styles" sections to appendix.
2020-09-08 18:21:52 +02:00
Patrik Svensson 173645cdd2 Added documentation for markup text 2020-08-31 14:05:28 +02:00